curl -X POST \ <BASE_URL>/describe-video \ -H 'Content-Type: application/json' \ -H 'X-API-Key: YOUR_API_KEY' \ -d '{ "video_url": "https://example.com/video.mp4", "brand_description": "Brand X" }'
{ "description": "This is the description of the video." }