Skip to main content
GET

List User Media

Retrieve a paginated list of media files from your library. You can filter by media type and control pagination using cursor-based navigation.
This endpoint requires authentication and has a rate limit of 500 requests per hour.

Authentication

string
required
Your Submagic API key starting with sk-

Query Parameters

string
Filter by media type. Allowed values: VIDEO, AUDIO, IMAGE.
number
Number of items to return per page (1-100). Defaults to 50.
string
UUID cursor for pagination. Pass the nextCursor value from a previous response to fetch the next page of results.

Response

array
Array of user media objects
boolean
Whether there are more items available beyond this page
string
Cursor to pass as the cursor query parameter to fetch the next page. Only present when hasMore is true.

Error Responses

object
object
object
object