Voices

Get Voice

Get information about specific voice.

GET
/v1/voices/{voice_id}

Authorization

papla-api-key<token>

Api key, that can be generated from the app dashboard

In: header

Path Parameters

voice_idRequiredVoice Id

Id of the voice

Format: "uuid"
curl -X GET "https://api.papla.media/v1/voices/6ce54263-cff6-457d-a72d-1387d0f28f6c" \
    -H "papla-api-key: <token>"

Successful Response

{
  "voice_id": "2235c634-e4db-4ad6-aa15-066fb69b1c8f",
  "name": "string",
  "category": "premade",
  "description": "string",
  "created_at": "2019-08-24T14:15:22Z",
  "edited_at": "2019-08-24T14:15:22Z",
  "labels": [
    "string"
  ],
  "preview_url": "string"
}