Skip to main content
GET
List videos

Authorizations

Authorization
string
header
required

An API key from Sonder → Settings → API keys, like sonder_live_….

Query Parameters

start_date
string<date>

Only videos first posted on or after this day (UTC), YYYY-MM-DD.

end_date
string<date>

Only videos first posted on or before this day (UTC), YYYY-MM-DD.

book_id
string<uuid>

Only videos for this book.

viral
boolean

true for viral videos only, false for the rest.

limit
integer
default:50

Videos per page, 1–100.

Required range: 1 <= x <= 100
cursor
string

next_cursor from the previous page.

Response

A page of videos.

success
boolean
required
data
object[]
required
has_more
boolean
required

True when another page follows.

next_cursor
string | null
required

Pass as cursor to get the next page.