Loading...
Luma Ray 3.2 API
Luma Ray 3.2 text-to-video with cinematic motion and camera control
Endpoint
POST https://api.hedra.com/v3/models/luma-ray-32
Example request
curl -X POST "https://api.hedra.com/v3/models/luma-ray-32" \
-H "Authorization: Key $HEDRA_API_KEY" \
-H "Content-Type: application/json" \
-d '{"input": {"prompt": "a cinematic shot of a city at dusk"}}'Parameters
- num_outputsinteger
Number of outputs generated per job. Only 1 is supported.
- promptstringrequired
Generation prompt. At most 6000 characters.
- aspect_ratiostringrequired
Output aspect ratio.
- resolutionstringrequired
Output resolution.
- duration_msintegerrequired
Duration in ms.