Skip to main content
POST
/
personas
/
upload-image
Upload Persona Image
curl --request POST \
  --url https://api.zo.computer/personas/upload-image \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: multipart/form-data' \
  --form file='@example-file'
{
  "url": "<string>"
}

Authorizations

Authorization
string
header
required

Zo API key (zo_sk_...)

Body

multipart/form-data
file
file
required

Response

Successful Response

url
string
required