cURL
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.'
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
"click on face in the image."
Successful response