cURL
curl --request GET \ --url https://api.social-api.ai/v1/media \ --header 'Authorization: <api-key>'
{ "count": 42, "cursor": "<string>", "data": [ { "content_type": "image/jpeg", "created_at": "2026-03-20T09:00:00Z", "filename": "photo.jpg", "id": "550e8400-e29b-41d4-a716-446655440000", "size_bytes": 2048576, "status": "ready", "url": "https://s3.example.com/media/..." } ] }
Returns a paginated list of uploaded media files for the authenticated user.
Prefix your API key with "Bearer ". Example: Authorization: Bearer sapi_key_...
Authorization: Bearer sapi_key_...
Max results (default 50, max 100)
Pagination cursor (media ID)
OK
42
Show child attributes