curl -X POST https://api.example.com/doubao/embeddings/image \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "image": "https://example.com/image.jpg" }'
Create image embeddings