curl -X POST \ <BASE_URL>/generate-motion-image \ -H 'Content-Type: application/json' \ -H 'X-API-Key: YOUR_API_KEY' \ -d '{ "image_url": "https://example.com/image.jpg", "size": "16:9" }'
{ "motion_image": "https://contentify.app/video.mp4", }