curl -X GET "https://api.elevenlabs8.com/api/tts/voices/" \
  -H "X-API-KEY: your_api_key_here"
{
  "voices": [
    {
      "voice_id": "JBFqnCBsd6RMkjVDRZzb",
      "name": "Rachel",
      "samples": [
        {
          "sample_id": "sample_123",
          "file_name": "rachel_sample.mp3",
          "mime_type": "audio/mpeg",
          "size_bytes": 52428,
          "hash": "abc123def456",
          "duration_secs": 3.5,
          "remove_background_noise": true,
          "has_isolated_audio": true,
          "has_isolated_audio_preview": true,
          "speaker_separation": {
            "voice_id": "JBFqnCBsd6RMkjVDRZzb",
            "sample_id": "sample_123",
            "status": "completed",
            "speakers": {},
            "selected_speaker_ids": ["speaker_1"]
          },
          "trim_start": 0,
          "trim_end": 3.5
        }
      ],
      "category": "generated",
      "fine_tuning": {
        "is_allowed_to_fine_tune": false,
        "state": {},
        "verification_failures": [],
        "verification_attempts_count": 0,
        "manual_verification_requested": false,
        "language": "en",
        "progress": {},
        "message": {},
        "dataset_duration_seconds": 0,
        "verification_attempts": [],
        "slice_ids": [],
        "manual_verification": {},
        "max_verification_attempts": 3,
        "next_max_verification_attempts_reset_unix_ms": 0,
        "finetuning_state": null
      },
      "labels": {},
      "description": "Professional female voice",
      "preview_url": "https://api.elevenlabs8.com/media/samples/rachel.mp3",
      "available_for_tiers": ["free", "pro"],
      "settings": {
        "stability": 0.5,
        "use_speaker_boost": true,
        "similarity_boost": 0.75,
        "style": 0.0,
        "speed": 1.0
      },
      "sharing": {
        "status": "enabled",
        "history_item_sample_id": "history_123",
        "date_unix": 1704067200,
        "whitelisted_emails": [],
        "public_owner_id": "owner_123",
        "original_voice_id": "JBFqnCBsd6RMkjVDRZzb",
        "financial_rewards_enabled": false,
        "free_users_allowed": true,
        "live_moderation_enabled": true,
        "rate": 0,
        "fiat_rate": 0,
        "notice_period": 0,
        "disable_at_unix": 0,
        "voice_mixing_allowed": true,
        "featured": false,
        "category": "generated",
        "reader_app_enabled": true,
        "image_url": "https://api.elevenlabs8.com/media/avatars/rachel.jpg",
        "ban_reason": null,
        "liked_by_count": 0,
        "cloned_by_count": 0,
        "name": "Rachel",
        "description": "Professional female voice",
        "labels": {},
        "review_status": "not_requested",
        "review_message": null,
        "enabled_in_library": true,
        "instagram_username": null,
        "twitter_username": null,
        "youtube_username": null,
        "tiktok_username": null,
        "moderation_check": {
          "date_checked_unix": 1704067200,
          "name_value": "Rachel",
          "name_check": true,
          "description_value": "Professional female voice",
          "description_check": true,
          "sample_ids": ["sample_123"],
          "sample_checks": [1],
          "captcha_ids": [],
          "captcha_checks": []
        },
        "reader_restricted_on": []
      },
      "high_quality_base_model_ids": ["eleven_v3"],
      "verified_languages": [
        {
          "language": "en",
          "model_id": "eleven_v3",
          "accent": "american",
          "locale": "en-US",
          "preview_url": "https://api.elevenlabs8.com/media/samples/rachel_en.mp3"
        }
      ],
      "safety_control": "NONE",
      "voice_verification": {
        "requires_verification": false,
        "is_verified": true,
        "verification_failures": [],
        "verification_attempts_count": 0,
        "language": "en",
        "verification_attempts": []
      },
      "permission_on_resource": "full",
      "is_owner": false,
      "is_legacy": false,
      "is_mixed": false,
      "created_at_unix": 1704067200
    }
  ],
  "has_more": false,
  "total_count": 1,
  "next_page_token": null
}

Get Voices

Retrieve a list of all available voices.
curl -X GET "https://api.elevenlabs8.com/api/tts/voices/" \
  -H "X-API-KEY: your_api_key_here"

Response

{
  "voices": [
    {
      "voice_id": "JBFqnCBsd6RMkjVDRZzb",
      "name": "Rachel",
      "samples": [
        {
          "sample_id": "sample_123",
          "file_name": "rachel_sample.mp3",
          "mime_type": "audio/mpeg",
          "size_bytes": 52428,
          "hash": "abc123def456",
          "duration_secs": 3.5,
          "remove_background_noise": true,
          "has_isolated_audio": true,
          "has_isolated_audio_preview": true,
          "speaker_separation": {
            "voice_id": "JBFqnCBsd6RMkjVDRZzb",
            "sample_id": "sample_123",
            "status": "completed",
            "speakers": {},
            "selected_speaker_ids": ["speaker_1"]
          },
          "trim_start": 0,
          "trim_end": 3.5
        }
      ],
      "category": "generated",
      "fine_tuning": {
        "is_allowed_to_fine_tune": false,
        "state": {},
        "verification_failures": [],
        "verification_attempts_count": 0,
        "manual_verification_requested": false,
        "language": "en",
        "progress": {},
        "message": {},
        "dataset_duration_seconds": 0,
        "verification_attempts": [],
        "slice_ids": [],
        "manual_verification": {},
        "max_verification_attempts": 3,
        "next_max_verification_attempts_reset_unix_ms": 0,
        "finetuning_state": null
      },
      "labels": {},
      "description": "Professional female voice",
      "preview_url": "https://api.elevenlabs8.com/media/samples/rachel.mp3",
      "available_for_tiers": ["free", "pro"],
      "settings": {
        "stability": 0.5,
        "use_speaker_boost": true,
        "similarity_boost": 0.75,
        "style": 0.0,
        "speed": 1.0
      },
      "sharing": {
        "status": "enabled",
        "history_item_sample_id": "history_123",
        "date_unix": 1704067200,
        "whitelisted_emails": [],
        "public_owner_id": "owner_123",
        "original_voice_id": "JBFqnCBsd6RMkjVDRZzb",
        "financial_rewards_enabled": false,
        "free_users_allowed": true,
        "live_moderation_enabled": true,
        "rate": 0,
        "fiat_rate": 0,
        "notice_period": 0,
        "disable_at_unix": 0,
        "voice_mixing_allowed": true,
        "featured": false,
        "category": "generated",
        "reader_app_enabled": true,
        "image_url": "https://api.elevenlabs8.com/media/avatars/rachel.jpg",
        "ban_reason": null,
        "liked_by_count": 0,
        "cloned_by_count": 0,
        "name": "Rachel",
        "description": "Professional female voice",
        "labels": {},
        "review_status": "not_requested",
        "review_message": null,
        "enabled_in_library": true,
        "instagram_username": null,
        "twitter_username": null,
        "youtube_username": null,
        "tiktok_username": null,
        "moderation_check": {
          "date_checked_unix": 1704067200,
          "name_value": "Rachel",
          "name_check": true,
          "description_value": "Professional female voice",
          "description_check": true,
          "sample_ids": ["sample_123"],
          "sample_checks": [1],
          "captcha_ids": [],
          "captcha_checks": []
        },
        "reader_restricted_on": []
      },
      "high_quality_base_model_ids": ["eleven_v3"],
      "verified_languages": [
        {
          "language": "en",
          "model_id": "eleven_v3",
          "accent": "american",
          "locale": "en-US",
          "preview_url": "https://api.elevenlabs8.com/media/samples/rachel_en.mp3"
        }
      ],
      "safety_control": "NONE",
      "voice_verification": {
        "requires_verification": false,
        "is_verified": true,
        "verification_failures": [],
        "verification_attempts_count": 0,
        "language": "en",
        "verification_attempts": []
      },
      "permission_on_resource": "full",
      "is_owner": false,
      "is_legacy": false,
      "is_mixed": false,
      "created_at_unix": 1704067200
    }
  ],
  "has_more": false,
  "total_count": 1,
  "next_page_token": null
}

Get Voice

Retrieve details of a specific voice.
curl -X GET "https://api.elevenlabs8.com/api/tts/voices/JBFqnCBsd6RMkjVDRZzb" \
  -H "X-API-KEY: your_api_key_here"

Response

{
  "voice_id": "JBFqnCBsd6RMkjVDRZzb",
  "name": "Rachel",
  "samples": [
    {
      "sample_id": "sample_123",
      "file_name": "rachel_sample.mp3",
      "mime_type": "audio/mpeg",
      "size_bytes": 52428,
      "hash": "abc123def456",
      "duration_secs": 3.5,
      "remove_background_noise": true,
      "has_isolated_audio": true,
      "has_isolated_audio_preview": true,
      "speaker_separation": {
        "voice_id": "JBFqnCBsd6RMkjVDRZzb",
        "sample_id": "sample_123",
        "status": "completed",
        "speakers": {},
        "selected_speaker_ids": ["speaker_1"]
      },
      "trim_start": 0,
      "trim_end": 3.5
    }
  ],
  "category": "generated",
  "fine_tuning": {
    "is_allowed_to_fine_tune": false,
    "state": {},
    "verification_failures": [],
    "verification_attempts_count": 0,
    "manual_verification_requested": false,
    "language": "en",
    "progress": {},
    "message": {},
    "dataset_duration_seconds": 0,
    "verification_attempts": [],
    "slice_ids": [],
    "manual_verification": {},
    "max_verification_attempts": 3,
    "next_max_verification_attempts_reset_unix_ms": 0,
    "finetuning_state": null
  },
  "labels": {},
  "description": "Professional female voice",
  "preview_url": "https://api.elevenlabs8.com/media/samples/rachel.mp3",
  "available_for_tiers": ["free", "pro"],
  "settings": {
    "stability": 0.5,
    "use_speaker_boost": true,
    "similarity_boost": 0.75,
    "style": 0.0,
    "speed": 1.0
  },
  "sharing": {
    "status": "enabled",
    "history_item_sample_id": "history_123",
    "date_unix": 1704067200,
    "whitelisted_emails": [],
    "public_owner_id": "owner_123",
    "original_voice_id": "JBFqnCBsd6RMkjVDRZzb",
    "financial_rewards_enabled": false,
    "free_users_allowed": true,
    "live_moderation_enabled": true,
    "rate": 0,
    "fiat_rate": 0,
    "notice_period": 0,
    "disable_at_unix": 0,
    "voice_mixing_allowed": true,
    "featured": false,
    "category": "generated",
    "reader_app_enabled": true,
    "image_url": "https://api.elevenlabs8.com/media/avatars/rachel.jpg",
    "ban_reason": null,
    "liked_by_count": 0,
    "cloned_by_count": 0,
    "name": "Rachel",
    "description": "Professional female voice",
    "labels": {},
    "review_status": "not_requested",
    "review_message": null,
    "enabled_in_library": true,
    "instagram_username": null,
    "twitter_username": null,
    "youtube_username": null,
    "tiktok_username": null,
    "moderation_check": {
      "date_checked_unix": 1704067200,
      "name_value": "Rachel",
      "name_check": true,
      "description_value": "Professional female voice",
      "description_check": true,
      "sample_ids": ["sample_123"],
      "sample_checks": [1],
      "captcha_ids": [],
      "captcha_checks": []
    },
    "reader_restricted_on": []
  },
  "high_quality_base_model_ids": ["eleven_v3"],
  "verified_languages": [
    {
      "language": "en",
      "model_id": "eleven_v3",
      "accent": "american",
      "locale": "en-US",
      "preview_url": "https://api.elevenlabs8.com/media/samples/rachel_en.mp3"
    }
  ],
  "safety_control": "NONE",
  "voice_verification": {
    "requires_verification": false,
    "is_verified": true,
    "verification_failures": [],
    "verification_attempts_count": 0,
    "language": "en",
    "verification_attempts": []
  },
  "permission_on_resource": "full",
  "is_owner": false,
  "is_legacy": false,
  "is_mixed": false,
  "created_at_unix": 1704067200
}

Voice Properties

PropertyTypeDescription
voice_idstringUnique voice identifier
namestringVoice name
samplesarrayVoice sample files
categorystringVoice category (generated, cloned, etc.)
fine_tuningobjectFine-tuning configuration
labelsobjectVoice labels and metadata
descriptionstringVoice description
preview_urlstringURL to voice preview
available_for_tiersarrayAvailable subscription tiers
settingsobjectVoice generation settings
sharingobjectSharing and public settings
high_quality_base_model_idsarraySupported high-quality models
verified_languagesarrayVerified language support
safety_controlstringSafety control level
voice_verificationobjectVoice verification status
permission_on_resourcestringUser permissions
is_ownerbooleanWhether user owns the voice
is_legacybooleanWhether voice is legacy
is_mixedbooleanWhether voice is mixed
created_at_unixintegerCreation timestamp

Voice Settings

SettingTypeRangeDescription
stabilityfloat0.0 - 1.0Controls voice consistency
use_speaker_boostboolean-Enhances speaker clarity
similarity_boostfloat0.0 - 1.0Controls voice similarity to original
stylefloat0.0 - 1.0Controls speaking style
speedfloat0.25 - 4.0Controls speaking speed