Skip to main content
GET
Search media

Authorizations

Authorization
string
header
required

Send your API key in the Authorization header as a Bearer token. Example: Authorization: Bearer <your-api-key>

Query Parameters

query
string
required

Search query

Minimum string length: 1
Example:

"music"

count
integer
default:24

Number of results to fetch (maximum: 24)

Required range: 1 <= x <= 24
Example:

24

cursor
string

Pagination cursor

Example:

"0"

Response

Returns search results (reels/videos)

data
object
required