{"message":"CLIP Embedding API with Translation Support","authentication":"Include 'Authorization: Bearer YOUR_API_KEY' header","translation_available":true,"clip_cache_directory":"/home/appuser/.cache","endpoints":{"image_embedding":"POST /api/embed-image with {\"image\": \"base64_string\"}","text_embedding":"POST /api/embed-text with {\"text\": \"your text here\", \"translate\": true}","translate_only":"POST /api/translate with {\"text\": \"your text here\"}"},"text_embedding_options":{"translate":"Boolean - whether to translate non-English text (default: true)","force_translate":"Boolean - force translation even if text appears English (default: false)"},"example_curl":"curl -X POST -H 'Authorization: Bearer YOUR_API_KEY' -H 'Content-Type: application/json' -d '{\"text\":\"Hallo Welt\", \"translate\": true}' http://localhost:8000/api/embed-text"}