Skip to main content
POST
Upload Pet Image

Authorizations

Authorization
string
header
required

Bearer token authentication using JWT (JSON Web Token). Include the token in the Authorization header as: Authorization: Bearer <token>

Path Parameters

id
string<uuid>
required

Unique identifier for the pet

Body

multipart/form-data
additionalMetadata
string

Additional data to pass to server

Example:

""

file
file

File to upload

Response

Operation successful

Generic API response

message
string

Human-readable message

success
boolean

Whether the operation was successful