curl -X POST https://api.woolball.xyz/v1/vision \ -H "Authorization: Bearer <YOUR_API_KEY>" \ -F "image=@image.jpg" \ -F "text=What is in this image?"
{ "data": "The image shows a cat sleeping on a windowsill" }
Analyze images using vision models