curl --request POST \ --url https://geoff.ai/api/v1/video/generate/subject \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "subject_image": "base64-subject-image", "prompt": "The subject walking through a park on a sunny day", "duration": 5 }'
Generate a video with a subject reference image for consistency.
POST
/
v1
/
video
/
generate
/
subject
curl --request POST \ --url https://geoff.ai/api/v1/video/generate/subject \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "subject_image": "base64-subject-image", "prompt": "The subject walking through a park on a sunny day", "duration": 5 }'
curl --request POST \ --url https://geoff.ai/api/v1/video/generate/subject \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "subject_image": "base64-subject-image", "prompt": "The subject walking through a park on a sunny day", "duration": 5 }'