Zum Hauptinhalt springen
POST
/
v1
/
images
/
upload
Bildmaterial hochladen
curl --request POST \
  --url https://apiany.ai/v1/images/upload \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: multipart/form-data' \
  --form file='@example-file'
{
  "url": "<string>"
}

Autorisierungen

Authorization
string
header
erforderlich

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

multipart/form-data
file
file
erforderlich

Antwort

200 - application/json

URL des hochgeladenen Materials.

url
string<uri>
erforderlich