Skip to main content
GET
Get media files by username
This API is useful if you are fetching the user’s uploaded media at /username page.

Query Parameters

username
string
required

The username to fetch media files for.

Example:

"john_doe"

cursor
integer<int32>

The cursor for pagination. Fetches media files starting after this cursor.

Example:

10

size
integer<int32>

The number of media files to return per page.

Example:

20

Response

A list of media files associated with the username.

data
object[]
required
totalPages
integer<int32>
required