/v1/resources endpoint provides access to provider-specific resources such as motion presets, voices, and sounds that can be used with various models.
Quick Reference
| Endpoint | Provider | Resource |
|---|---|---|
GET /v1/resources/higgsfield-ai/motions | Higgsfield | Motions |
GET /v1/resources/higgsfield-ai/voices | Higgsfield | TTS voices |
GET /v1/resources/higgsfield-ai/sounds | Higgsfield | Sound effects |
GET /v1/resources/higgsfield-ai/camera-movements | Cinematic Studio | Camera movements |
GET /v1/resources/higgsfield-ai/camera-settings | Cinematic Studio | Camera settings |
GET /v1/resources/elevenlabs/voices | ElevenLabs | Voices |
Examples
Get Higgsfield Motions
Get Higgsfield TTS Voices
Get Higgsfield Sound Effects
Get Cinematic Studio Camera Movements
Get Cinematic Studio Camera Settings
Get ElevenLabs Voices
Using Resources
Use theid value from the response as the corresponding parameter when creating a task:
| Resource Type | Use As Parameter |
|---|---|
| Motions | motion_id |
| Voices | voice_id or voice |
| Sounds | sound_id |
| Camera Movements | preset_id |
| Camera Settings | camera_model_id, camera_lens_id, camera_aperture_id, camera_focal_length_id |
