curl -X POST https://api.example.com/doubao/embeddings/text \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "input": "This is a test text" }'
Create text embeddings