Authorizations
API ID, from your settings page.
API Key, from your settings page.
🎉 Introducing our new Aurora Fast Lipsync Model — now available in Link to Videos, Lipsyncs, and Custom Templates!
curl --request GET \
  --url https://api.creatify.ai/api/voices/ \
  --header 'X-API-ID: <api-key>' \
  --header 'X-API-KEY: <api-key>'[
  {
    "name": "<string>",
    "gender": "male",
    "accents": [
      {
        "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
        "accent_name": "<string>",
        "preview_url": "<string>"
      }
    ]
  }
]curl --request GET \
  --url https://api.creatify.ai/api/voices/ \
  --header 'X-API-ID: <api-key>' \
  --header 'X-API-KEY: <api-key>'[
  {
    "name": "<string>",
    "gender": "male",
    "accents": [
      {
        "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
        "accent_name": "<string>",
        "preview_url": "<string>"
      }
    ]
  }
]API ID, from your settings page.
API Key, from your settings page.