Studio
cURL
curl --request GET \ --url https://studio-api.onlytraffic.com/api/external/v1/accounts/{username}/content \ --header 'X-API-Key: <api-key>'
{ "success": true, "data": { "preview": [ { "id": 123, "sort": 123, "size_bytes": 123, "thumbnail_url": "<string>", "original_url": "<string>" } ], "gg": [ { "id": 123, "sort": 123, "size_bytes": 123, "thumbnail_url": "<string>", "original_url": "<string>" } ], "total_size_bytes": 123, "urls_expire_in_seconds": 259200 } }
Preview and GG content for the account.
Documentation IndexFetch the complete documentation index at: https://onlytraffic.com/docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://onlytraffic.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Your API key from the Studio Dashboard
OnlyFans username of the model owned by your account.
30
^[a-zA-Z0-9_.-]+$
Successful response
true
Show child attributes
Was this page helpful?