/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/kuaishou/kling/voices | Kling | Kling voice presets |
GET /v1/resources/google/voices/veo-3.1 | Google video voice presets | |
GET /v1/resources/elevenlabs/voices | ElevenLabs | Voices |
GET /v1/resources/suno-ai/voice/verification-phrase | Suno | Voice verification phrase |
Examples
Get Kling Voices
Returns available voice presets for use with Kling video models that supportvoice_id (e.g. v2.6, v3.0, v3.0 Omni).
Get Google Veo Voices
Returns available Google Flow voice presets for Google video models that support thevoice parameter, including Veo 3.1 reference mode and Omni Flash video/edit requests. Voice use requires at least 1 image or character reference in the task input.
lapetus is accepted as an alias for iapetus.
Get ElevenLabs Voices
Get Suno Voice Verification Phrase
Generates a verification phrase for Suno voice creation. Query Parameters:| Parameter | Type | Required | Description |
|---|---|---|---|
language | string | No | Language code for the phrase. Available: zh, en, es, fr, pt, de, ja, ko, hi, ru |
Using Resources
Use theid value from the response as the corresponding parameter when creating a task:
| Resource Type | Use As Parameter |
|---|---|
| Voices (ElevenLabs) | voice_id |
| Voices (Kling) | voice_id in elements or voices array |
| Voices (Google Veo) | voice |
| Voice Verification Phrase | phrase_id |
