Skip to main content
POST
/
agencies
/
{uuid}
/
avatar
Upload avatar
curl --request POST \
  --url https://studio-api.onlytraffic.com/api/external/v1/agencies/{uuid}/avatar \
  --header 'Content-Type: multipart/form-data' \
  --header 'X-API-Key: <api-key>' \
  --form file='@example-file'
{
  "success": true,
  "data": {
    "uuid": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "thumbnail_url": "<string>"
  }
}

Documentation Index

Fetch the complete documentation index at: https://onlytraffic.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-API-Key
string
header
required

Your API key from the Studio Dashboard

Path Parameters

uuid
string<uuid>
required

Agency UUID. Use the uuid value from the agency response.

Body

multipart/form-data
file
file
required

JPEG / PNG / WebP. Max 5 MB. Min dimensions 64×64.

Response

Updated

success
boolean
Example:

true

data
object