curl -X POST https://api.woolball.xyz/v1/vision \ -H "Authorization: Bearer <YOUR_API_KEY>" \ -F "[email protected]" \ -F "text=What is in this image?"
Copy
{ "data": "The image shows a cat sleeping on a windowsill"}
Image Services
Vision
Analyze images using vision models
POST
https://api.woolball.xyz
/
v1
/
vision
Copy
curl -X POST https://api.woolball.xyz/v1/vision \ -H "Authorization: Bearer <YOUR_API_KEY>" \ -F "[email protected]" \ -F "text=What is in this image?"
Copy
{ "data": "The image shows a cat sleeping on a windowsill"}
Process and analyze images using computer vision models.
curl -X POST https://api.woolball.xyz/v1/vision \ -H "Authorization: Bearer <YOUR_API_KEY>" \ -F "[email protected]" \ -F "text=What is in this image?"
Copy
{ "data": "The image shows a cat sleeping on a windowsill"}