Hello Visionati Community,
I'm currently trying to use the /api/fetch
endpoint to upload an image for analysis. Despite following the API documentation and trying various configurations using both Postman and Python scripts, I keep receiving the "Invalid request format"
error.
Here is what I've done so far:
Endpoint**: https://api.visionati.com/api/fetch
Request Method**: POST
Body**: Using form-data
to send the file.
Parameters**:
file
: an image (e.g., IMG_1721.JPG
)
backend[]
: Tried values like "googlevision"
feature[]
: Tried values like "descriptions"
Authorization**: Bearer token provided in the Authorization tab.
I would really appreciate if anyone could share a working example or provide guidance on what the correct request format should be.
Thanks so much for your help!
Best,
Steven