Saltar al contenido principal
POST
/
v1
/
images
/
upload
Subir un recurso de imagen
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>"
}

Autorizaciones

Authorization
string
header
requerido

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

Cuerpo

multipart/form-data
file
file
requerido

Respuesta

200 - application/json

URL del recurso subido.

url
string<uri>
requerido