The Higgsfield API enables you to convert still images into animated videos using state-of-the-art AI models.This powerful feature is perfect for content creation in social media, marketing campaigns, presentations, and more. Price: 0.61875 PTC/time
Request
Header Params
Body Params application/json
Example
{"image_url":"https://prod-ss-images.s3.cn-northwest-1.amazonaws.com.cn/vidu-maas/template/image2video.png","prompt":"The astronaut waved and the camera moved up.","enhance_prompt":true}
Request Code Samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request POST 'https://api.302.ai/higgsfield/dop/standard' \
--header'Authorization: Bearer ' \
--header'Content-Type: application/json' \
--data-raw'{
"image_url": "https://prod-ss-images.s3.cn-northwest-1.amazonaws.com.cn/vidu-maas/template/image2video.png",
"prompt": "The astronaut waved and the camera moved up.",
"enhance_prompt": true
}'