API Reference
List User Media
List the media files in your library
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
Your Submagic API key starting with
sk-Query Parameters
Filter by media type. Allowed values:
VIDEO, AUDIO, IMAGE.Number of items to return per page (1-100). Defaults to
50.UUID cursor for pagination. Pass the
nextCursor value from a previous
response to fetch the next page of results.Response
Array of user media objects
Whether there are more items available beyond this page
Cursor to pass as the
cursor query parameter to fetch the next page.
Only present when hasMore is true.
