import requests
url = "https://api.diga.io/v1/voice/favourite"
headers = {"Authorization": "Bearer <token>"}
response = requests.get(url, headers=headers)
print(response.text){
"data": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"provider": "elevenlabs",
"provider_voice_id": "<string>",
"is_favourite": true,
"description": "<string>",
"preview_url": "<string>",
"gender": "<string>",
"language": "<string>",
"accent": "<string>",
"tags": {}
}
],
"has_more": true,
"first_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"last_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"current_page": 123,
"total_pages": 123
}List the company’s favourite voices
import requests
url = "https://api.diga.io/v1/voice/favourite"
headers = {"Authorization": "Bearer <token>"}
response = requests.get(url, headers=headers)
print(response.text){
"data": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"provider": "elevenlabs",
"provider_voice_id": "<string>",
"is_favourite": true,
"description": "<string>",
"preview_url": "<string>",
"gender": "<string>",
"language": "<string>",
"accent": "<string>",
"tags": {}
}
],
"has_more": true,
"first_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"last_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"current_page": 123,
"total_pages": 123
}Documentation Index
Fetch the complete documentation index at: https://docs.diga.io/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
x >= 11 <= x <= 50asc, desc