Skip to main content
POST
/
api
/
inference
/
infer
Infer
curl --request POST \
  --url https://platform.agileloop.ai/api/inference/infer \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: multipart/form-data' \
  --form 'image_url=<string>' \
  --form 'query=click on face in the image.'

Authorizations

Authorization
string
header
required

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

Body

multipart/form-data
image_url
string
query
string
Example:

"click on face in the image."

Response

200 - application/json

Successful response