diff --git a/.agents/skills/custom-commands/SKILL.md b/.agents/skills/custom-commands/SKILL.md index 8059b34..88edb10 100644 --- a/.agents/skills/custom-commands/SKILL.md +++ b/.agents/skills/custom-commands/SKILL.md @@ -221,6 +221,15 @@ let result = super::sdk::block_on( use elevenlabs_sdk::api::*; ``` +### 4. Authentication + +Custom commands automatically inherit the CLI's authentication. +The following auth schemes are configured: + +- **OAuth** (oauth-authorization-code): env `` + +No manual auth wiring is needed in custom command handlers. + ## Regeneration Safety | File | Regenerated? | Notes | diff --git a/cli/elevenlabs/main.rs b/cli/elevenlabs/main.rs index e510544..3c772c6 100644 --- a/cli/elevenlabs/main.rs +++ b/cli/elevenlabs/main.rs @@ -6,9 +6,11 @@ mod sdk; use fern_cli_sdk::app::CliApp; use fern_cli_sdk::openapi::OpenApiBinding; +use fern_cli_sdk::auth::{PkceLoginFlow}; fn main() { let app = CliApp::new("elevenlabs") + .login_flow(PkceLoginFlow::new("OAuth").client_id("c9c18126-5718-406a-8a12-21b69e5a888d").authorization_url("https://elevenlabs.io/app/oauth/authorize").token_url("https://api.us.elevenlabs.io/v1/oauth/token").redirect_host("localhost").redirect_ports([8484, 8483, 8482])) .binding( OpenApiBinding::new() .spec(include_str!("openapi0.json")) diff --git a/wiremock/wire-test-cases.json b/wiremock/wire-test-cases.json index b10bf2f..7adba17 100644 --- a/wiremock/wire-test-cases.json +++ b/wiremock/wire-test-cases.json @@ -9,7 +9,10 @@ ], "authEnvVars": [], "authMock": null, - "loginTokenSetup": null, + "loginTokenSetup": { + "schemeName": "OAuth", + "token": "wire-test-token" + }, "endpointSecurityAuth": false, "cases": [ { @@ -66,8 +69,13 @@ "value": "TTS" } ], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"history\": [\n {\n \"history_item_id\": \"ja9xsmfGhxYcymxGcOGB\",\n \"request_id\": \"BF0BZg4IwLGBlaVjv9Im\",\n \"voice_id\": \"21m00Tcm4TlvDq8ikWAM\",\n \"model_id\": \"eleven_multilingual_v2\",\n \"voice_name\": \"Rachel\",\n \"voice_category\": \"premade\",\n \"text\": \"Hello, world!\",\n \"date_unix\": 1714650306,\n \"character_count_change_from\": 17189,\n \"character_count_change_to\": 17231,\n \"content_type\": \"audio/mpeg\",\n \"state\": \"created\",\n \"settings\": {\n \"similarity_boost\": 0.5,\n \"stability\": 0.71,\n \"style\": 0,\n \"use_speaker_boost\": true\n },\n \"share_link_id\": \"share_link_id\",\n \"source\": \"TTS\",\n \"alignments\": {\n \"alignment\": {\n \"characters\": [\n \"characters\"\n ],\n \"character_start_times_seconds\": [\n 1.1\n ],\n \"character_end_times_seconds\": [\n 1.1\n ]\n },\n \"normalized_alignment\": {\n \"characters\": [\n \"characters\"\n ],\n \"character_start_times_seconds\": [\n 1.1\n ],\n \"character_end_times_seconds\": [\n 1.1\n ]\n }\n },\n \"dialogue\": [\n {\n \"text\": \"text\",\n \"voice_id\": \"voice_id\",\n \"voice_name\": \"voice_name\"\n }\n ],\n \"output_format\": \"output_format\"\n }\n ],\n \"last_history_item_id\": \"ja9xsmfGhxYcymxGcOGB\",\n \"has_more\": true,\n \"scanned_until\": 1714650306\n}" @@ -82,8 +90,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"history_item_id\": \"ja9xsmfGhxYcymxGcOGB\",\n \"request_id\": \"BF0BZg4IwLGBlaVjv9Im\",\n \"voice_id\": \"21m00Tcm4TlvDq8ikWAM\",\n \"model_id\": \"eleven_multilingual_v2\",\n \"voice_name\": \"Rachel\",\n \"voice_category\": \"premade\",\n \"text\": \"Hello, world!\",\n \"date_unix\": 1714650306,\n \"character_count_change_from\": 17189,\n \"character_count_change_to\": 17231,\n \"content_type\": \"audio/mpeg\",\n \"state\": \"created\",\n \"settings\": {\n \"similarity_boost\": 0.5,\n \"stability\": 0.71,\n \"style\": 0,\n \"use_speaker_boost\": true\n },\n \"share_link_id\": \"share_link_id\",\n \"source\": \"TTS\",\n \"alignments\": {\n \"alignment\": {\n \"characters\": [\n \"characters\"\n ],\n \"character_start_times_seconds\": [\n 1.1\n ],\n \"character_end_times_seconds\": [\n 1.1\n ]\n },\n \"normalized_alignment\": {\n \"characters\": [\n \"characters\"\n ],\n \"character_start_times_seconds\": [\n 1.1\n ],\n \"character_end_times_seconds\": [\n 1.1\n ]\n }\n },\n \"dialogue\": [\n {\n \"text\": \"text\",\n \"voice_id\": \"voice_id\",\n \"voice_name\": \"voice_name\"\n }\n ],\n \"output_format\": \"output_format\"\n}" @@ -98,8 +111,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"status\": \"ok\"\n}" @@ -114,8 +132,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"key\": \"value\"\n}" @@ -133,8 +156,13 @@ ] }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"key\": \"value\"\n}" @@ -149,8 +177,13 @@ "text": "Spacious braam suitable for high-impact movie trailer moments" }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "\"\"" @@ -180,8 +213,13 @@ "value": "search" } ], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"items\": [\n {\n \"id\": \"id\",\n \"title\": \"title\",\n \"created_at_unix\": 1,\n \"format\": \"format\",\n \"duration_seconds\": 1.1,\n \"download_url\": \"download_url\",\n \"icon_url\": \"icon_url\",\n \"source_video_url\": \"source_video_url\",\n \"supports_video\": true,\n \"processing\": true,\n \"video_processing_failed\": true,\n \"preview_b64\": \"preview_b64\"\n }\n ],\n \"has_more\": true\n}" @@ -196,8 +234,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "\"\"" @@ -213,8 +256,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"status\": \"ok\"\n}" @@ -238,8 +286,13 @@ "value": "mp3_44100_128" } ], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "\"\"" @@ -272,8 +325,13 @@ "value": "alaw_8000" } ], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"audio_base64\": \"base64_encoded_audio_string\",\n \"alignment\": {\n \"characters\": [\n \"H\",\n \"e\",\n \"l\",\n \"l\",\n \"o\"\n ],\n \"character_start_times_seconds\": [\n 0,\n 0.1,\n 0.2,\n 0.3,\n 0.4\n ],\n \"character_end_times_seconds\": [\n 0.1,\n 0.2,\n 0.3,\n 0.4,\n 0.5\n ]\n },\n \"normalized_alignment\": {\n \"characters\": [\n \"H\",\n \"e\",\n \"l\",\n \"l\",\n \"o\"\n ],\n \"character_start_times_seconds\": [\n 0,\n 0.1,\n 0.2,\n 0.3,\n 0.4\n ],\n \"character_end_times_seconds\": [\n 0.1,\n 0.2,\n 0.3,\n 0.4,\n 0.5\n ]\n }\n}" @@ -297,8 +355,13 @@ "value": "mp3_44100_128" } ], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "\"\"" @@ -322,8 +385,13 @@ "value": "mp3_44100_128" } ], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "\"\"" @@ -347,8 +415,13 @@ ] }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "\"\"" @@ -372,8 +445,13 @@ ] }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "\"\"" @@ -409,8 +487,13 @@ "value": "true" } ], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "\"\"" @@ -446,8 +529,13 @@ "value": "true" } ], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"audio_base64\": \"base64_encoded_audio_string\",\n \"alignment\": {\n \"characters\": [\n \"H\",\n \"e\",\n \"l\",\n \"l\",\n \"o\",\n \"H\",\n \"i\"\n ],\n \"character_start_times_seconds\": [\n 0,\n 0.1,\n 0.2,\n 0.3,\n 0.4,\n 0.5,\n 0.6\n ],\n \"character_end_times_seconds\": [\n 0.1,\n 0.2,\n 0.3,\n 0.4,\n 0.5,\n 0.6,\n 0.7\n ]\n },\n \"normalized_alignment\": {\n \"characters\": [\n \"H\",\n \"e\",\n \"l\",\n \"l\",\n \"o\",\n \"H\",\n \"i\"\n ],\n \"character_start_times_seconds\": [\n 0,\n 0.1,\n 0.2,\n 0.3,\n 0.4,\n 0.5,\n 0.6\n ],\n \"character_end_times_seconds\": [\n 0.1,\n 0.2,\n 0.3,\n 0.4,\n 0.5,\n 0.6,\n 0.7\n ]\n },\n \"voice_segments\": [\n {\n \"voice_id\": \"21m00Tcm4TlvDq8ikWAM\",\n \"start_time_seconds\": 0,\n \"end_time_seconds\": 0.5,\n \"character_start_index\": 0,\n \"character_end_index\": 5,\n \"dialogue_input_index\": 0\n },\n {\n \"voice_id\": \"VEDscrYI8uIMttlO2Ztu\",\n \"start_time_seconds\": 0.5,\n \"end_time_seconds\": 0.7,\n \"character_start_index\": 5,\n \"character_end_index\": 7,\n \"dialogue_input_index\": 1\n }\n ]\n}" @@ -470,8 +558,13 @@ "value": "mp3_44100_128" } ], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "multipartFields": [ { "wireName": "audio", @@ -526,8 +619,13 @@ "value": "mp3_44100_128" } ], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "multipartFields": [ { "wireName": "audio", @@ -581,8 +679,13 @@ "value": "mp3_22050_32" } ], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"previews\": [\n {\n \"audio_base_64\": \"audio_base_64\",\n \"generated_voice_id\": \"generated_voice_id\",\n \"media_type\": \"media_type\",\n \"duration_secs\": 1.1,\n \"language\": \"language\"\n }\n ],\n \"text\": \"text\"\n}" @@ -599,8 +702,13 @@ "generated_voice_id": "37HceQefKmEi3bGovXjL" }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"voice_id\": \"21m00Tcm4TlvDq8ikWAM\",\n \"name\": \"Rachel\",\n \"samples\": [\n {\n \"sample_id\": \"DCwhRBWXzGAHq8TQ4Fs18\",\n \"file_name\": \"sample.mp3\",\n \"mime_type\": \"audio/mpeg\",\n \"size_bytes\": 1000000,\n \"hash\": \"1234567890\",\n \"duration_secs\": 1.1,\n \"remove_background_noise\": true,\n \"has_isolated_audio\": true,\n \"has_isolated_audio_preview\": true,\n \"speaker_separation\": {\n \"voice_id\": \"DCwhRBWXzGAHq8TQ4Fs18\",\n \"sample_id\": \"DCwhRBWXzGAHq8TQ4Fs18\",\n \"status\": \"not_started\"\n },\n \"trim_start\": 1,\n \"trim_end\": 1\n }\n ],\n \"category\": \"professional\",\n \"fine_tuning\": {\n \"is_allowed_to_fine_tune\": true,\n \"state\": {\n \"eleven_multilingual_v2\": \"fine_tuned\"\n },\n \"verification_failures\": [\n \"verification_failures\"\n ],\n \"verification_attempts_count\": 2,\n \"manual_verification_requested\": false,\n \"language\": \"language\",\n \"progress\": {\n \"key\": 1.1\n },\n \"message\": {\n \"key\": \"value\"\n },\n \"dataset_duration_seconds\": 1.1,\n \"verification_attempts\": [\n {\n \"text\": \"Hello, how are you?\",\n \"date_unix\": 1714204800,\n \"accepted\": true,\n \"similarity\": 0.95,\n \"levenshtein_distance\": 2,\n \"recording\": {\n \"recording_id\": \"CwhRBWXzGAHq8TQ4Fs17\",\n \"mime_type\": \"audio/mpeg\",\n \"size_bytes\": 1000000,\n \"upload_date_unix\": 1714204800,\n \"transcription\": \"Hello, how are you?\"\n }\n }\n ],\n \"slice_ids\": [\n \"slice_ids\"\n ],\n \"manual_verification\": {\n \"extra_text\": \"Please verify the voice is that of a female.\",\n \"request_time_unix\": 1714204800,\n \"files\": [\n {\n \"file_id\": \"CwhRBWXzGAHq8TQ4Fs18\",\n \"file_name\": \"file.mp3\",\n \"mime_type\": \"audio/mpeg\",\n \"size_bytes\": 1000000,\n \"upload_date_unix\": 1714204800\n }\n ]\n },\n \"max_verification_attempts\": 1,\n \"next_max_verification_attempts_reset_unix_ms\": 1,\n \"finetuning_state\": {\n \"key\": \"value\"\n }\n },\n \"labels\": {\n \"accent\": \"American\",\n \"age\": \"middle-aged\",\n \"description\": \"expressive\",\n \"gender\": \"female\",\n \"use_case\": \"social media\"\n },\n \"description\": \"A warm, expressive voice with a touch of humor.\",\n \"preview_url\": \"https://storage.googleapis.com/eleven-public-prod/premade/voices/9BWtsMINqrJLrRacOk9x/405766b8-1f4e-4d3c-aba1-6f25333823ec.mp3\",\n \"available_for_tiers\": [\n \"creator\",\n \"enterprise\"\n ],\n \"settings\": {\n \"stability\": 1,\n \"use_speaker_boost\": true,\n \"similarity_boost\": 1,\n \"style\": 0,\n \"speed\": 1\n },\n \"sharing\": {\n \"status\": \"enabled\",\n \"history_item_sample_id\": \"DCwhRBWXzGAHq8TQ4Fs18\",\n \"date_unix\": 1714204800,\n \"whitelisted_emails\": [\n \"example@example.com\"\n ],\n \"public_owner_id\": \"DCwhRBWXzGAHq8TQ4Fs18\",\n \"original_voice_id\": \"DCwhRBWXzGAHq8TQ4Fs18\",\n \"financial_rewards_enabled\": true,\n \"free_users_allowed\": true,\n \"live_moderation_enabled\": true,\n \"rate\": 0.05,\n \"fiat_rate\": 1.1,\n \"notice_period\": 30,\n \"disable_at_unix\": 1714204800,\n \"voice_mixing_allowed\": false,\n \"featured\": true,\n \"category\": \"professional\",\n \"reader_app_enabled\": true,\n \"image_url\": \"image_url\",\n \"ban_reason\": \"ban_reason\",\n \"liked_by_count\": 100,\n \"cloned_by_count\": 50,\n \"name\": \"Rachel\",\n \"description\": \"A female voice with a soft and friendly tone.\",\n \"labels\": {\n \"accent\": \"American\",\n \"gender\": \"female\"\n },\n \"review_status\": \"allowed\",\n \"review_message\": \"review_message\",\n \"enabled_in_library\": true,\n \"instagram_username\": \"instagram_username\",\n \"twitter_username\": \"twitter_username\",\n \"youtube_username\": \"youtube_username\",\n \"tiktok_username\": \"tiktok_username\",\n \"moderation_check\": {\n \"date_checked_unix\": 1714204800,\n \"name_value\": \"Rachel\",\n \"name_check\": true,\n \"description_value\": \"A female voice with a soft and friendly tone.\",\n \"description_check\": true,\n \"sample_ids\": [\n \"sample1\",\n \"sample2\"\n ],\n \"sample_checks\": [\n 0.95,\n 0.98\n ],\n \"captcha_ids\": [\n \"captcha1\",\n \"captcha2\"\n ],\n \"captcha_checks\": [\n 0.95,\n 0.98\n ]\n },\n \"reader_restricted_on\": [\n {\n \"resource_type\": \"read\",\n \"resource_id\": \"FCwhRBWXzGAHq8TQ4Fs18\"\n }\n ]\n },\n \"high_quality_base_model_ids\": [\n \"eleven_v2_flash\",\n \"eleven_flash_v2\",\n \"eleven_turbo_v2_5\",\n \"eleven_multilingual_v2\",\n \"eleven_v2_5_flash\",\n \"eleven_flash_v2_5\",\n \"eleven_turbo_v2\"\n ],\n \"verified_languages\": [\n {\n \"language\": \"en\",\n \"model_id\": \"eleven_multilingual_v2\",\n \"accent\": \"american\",\n \"locale\": \"en-US\",\n \"preview_url\": \"https://storage.googleapis.com/eleven-public-prod/premade/voices/9BWtsMINqrJLrRacOk9x/405766b8-1f4e-4d3c-aba1-6f25333823ec.mp3\"\n }\n ],\n \"collection_ids\": [\n \"collection_ids\"\n ],\n \"safety_control\": \"NONE\",\n \"voice_verification\": {\n \"requires_verification\": false,\n \"is_verified\": true,\n \"verification_failures\": [\n \"verification_failures\"\n ],\n \"verification_attempts_count\": 0,\n \"language\": \"en\",\n \"verification_attempts\": [\n {\n \"text\": \"Hello, how are you?\",\n \"date_unix\": 1714204800,\n \"accepted\": true,\n \"similarity\": 0.95,\n \"levenshtein_distance\": 2,\n \"recording\": {\n \"recording_id\": \"CwhRBWXzGAHq8TQ4Fs17\",\n \"mime_type\": \"audio/mpeg\",\n \"size_bytes\": 1000000,\n \"upload_date_unix\": 1714204800,\n \"transcription\": \"Hello, how are you?\"\n }\n }\n ]\n },\n \"permission_on_resource\": \"permission_on_resource\",\n \"is_owner\": false,\n \"is_legacy\": false,\n \"is_mixed\": false,\n \"favorited_at_unix\": 1,\n \"created_at_unix\": 1,\n \"is_bookmarked\": true,\n \"recording_quality\": \"studio\",\n \"labelling_status\": \"in_review\",\n \"recording_quality_reason\": \"recording_quality_reason\"\n}" @@ -622,8 +730,13 @@ "value": "mp3_22050_32" } ], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"previews\": [\n {\n \"audio_base_64\": \"audio_base_64\",\n \"generated_voice_id\": \"generated_voice_id\",\n \"media_type\": \"media_type\",\n \"duration_secs\": 1.1,\n \"language\": \"language\"\n }\n ],\n \"text\": \"text\"\n}" @@ -646,8 +759,13 @@ "value": "mp3_22050_32" } ], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"previews\": [\n {\n \"audio_base_64\": \"audio_base_64\",\n \"generated_voice_id\": \"generated_voice_id\",\n \"media_type\": \"media_type\",\n \"duration_secs\": 1.1,\n \"language\": \"language\"\n }\n ],\n \"text\": \"text\"\n}" @@ -660,8 +778,13 @@ "params": {}, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"user_id\": \"1234567890\",\n \"subscription\": {\n \"tier\": \"trial\",\n \"character_count\": 17231,\n \"character_limit\": 100000,\n \"max_character_limit_extension\": 10000,\n \"max_credit_limit_extension\": 10000,\n \"can_extend_character_limit\": false,\n \"allowed_to_extend_character_limit\": false,\n \"next_character_count_reset_unix\": 1738356858,\n \"voice_slots_used\": 1,\n \"professional_voice_slots_used\": 0,\n \"professional_voice_slots_used_in_workspace\": 0,\n \"voice_limit\": 120,\n \"max_voice_add_edits\": 230,\n \"voice_add_edit_counter\": 212,\n \"professional_voice_limit\": 1,\n \"can_extend_voice_limit\": false,\n \"can_use_instant_voice_cloning\": true,\n \"can_use_professional_voice_cloning\": true,\n \"currency\": \"usd\",\n \"current_overage\": {\n \"amount\": \"0\",\n \"currency\": \"usd\"\n },\n \"status\": \"free\",\n \"billing_period\": \"monthly_period\",\n \"character_refresh_period\": \"monthly_period\"\n },\n \"is_new_user\": false,\n \"xi_api_key\": \"8so27l7327189x0h939ekx293380l920\",\n \"can_use_delayed_payment_methods\": false,\n \"is_onboarding_completed\": true,\n \"is_onboarding_checklist_completed\": true,\n \"show_compliance_terms\": false,\n \"first_name\": \"John\",\n \"is_api_key_hashed\": false,\n \"xi_api_key_preview\": \"xi_api_key_preview\",\n \"referral_link_code\": \"referral_link_code\",\n \"partnerstack_partner_default_link\": \"partnerstack_partner_default_link\",\n \"created_at\": 1753999199,\n \"seat_type\": \"workspace_member\"\n}" @@ -681,8 +804,13 @@ "value": "true" } ], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"voices\": [\n {\n \"voice_id\": \"21m00Tcm4TlvDq8ikWAM\",\n \"name\": \"Rachel\",\n \"samples\": [\n {\n \"sample_id\": \"DCwhRBWXzGAHq8TQ4Fs18\",\n \"file_name\": \"sample.mp3\",\n \"mime_type\": \"audio/mpeg\",\n \"size_bytes\": 1000000,\n \"hash\": \"1234567890\",\n \"speaker_separation\": {\n \"voice_id\": \"DCwhRBWXzGAHq8TQ4Fs18\",\n \"sample_id\": \"DCwhRBWXzGAHq8TQ4Fs18\",\n \"status\": \"not_started\"\n }\n }\n ],\n \"category\": \"professional\",\n \"fine_tuning\": {\n \"is_allowed_to_fine_tune\": true,\n \"state\": {\n \"eleven_multilingual_v2\": \"fine_tuned\"\n },\n \"verification_failures\": [\n \"verification_failures\"\n ],\n \"verification_attempts_count\": 2,\n \"manual_verification_requested\": false,\n \"verification_attempts\": [\n {\n \"text\": \"Hello, how are you?\",\n \"date_unix\": 1714204800,\n \"accepted\": true,\n \"similarity\": 0.95,\n \"levenshtein_distance\": 2,\n \"recording\": {\n \"recording_id\": \"CwhRBWXzGAHq8TQ4Fs17\",\n \"mime_type\": \"audio/mpeg\",\n \"size_bytes\": 1000000,\n \"upload_date_unix\": 1714204800,\n \"transcription\": \"Hello, how are you?\"\n }\n }\n ],\n \"manual_verification\": {\n \"extra_text\": \"Please verify the voice is that of a female.\",\n \"request_time_unix\": 1714204800,\n \"files\": [\n {\n \"file_id\": \"CwhRBWXzGAHq8TQ4Fs18\",\n \"file_name\": \"file.mp3\",\n \"mime_type\": \"audio/mpeg\",\n \"size_bytes\": 1000000,\n \"upload_date_unix\": 1714204800\n }\n ]\n }\n },\n \"labels\": {\n \"accent\": \"American\",\n \"age\": \"middle-aged\",\n \"description\": \"expressive\",\n \"gender\": \"female\",\n \"use_case\": \"social media\"\n },\n \"description\": \"A warm, expressive voice with a touch of humor.\",\n \"preview_url\": \"https://storage.googleapis.com/eleven-public-prod/premade/voices/9BWtsMINqrJLrRacOk9x/405766b8-1f4e-4d3c-aba1-6f25333823ec.mp3\",\n \"available_for_tiers\": [\n \"creator\",\n \"enterprise\"\n ],\n \"settings\": {\n \"stability\": 1,\n \"use_speaker_boost\": true,\n \"similarity_boost\": 1,\n \"style\": 0,\n \"speed\": 1\n },\n \"sharing\": {\n \"status\": \"enabled\",\n \"history_item_sample_id\": \"DCwhRBWXzGAHq8TQ4Fs18\",\n \"date_unix\": 1714204800,\n \"whitelisted_emails\": [\n \"example@example.com\"\n ],\n \"public_owner_id\": \"DCwhRBWXzGAHq8TQ4Fs18\",\n \"original_voice_id\": \"DCwhRBWXzGAHq8TQ4Fs18\",\n \"financial_rewards_enabled\": true,\n \"free_users_allowed\": true,\n \"live_moderation_enabled\": true,\n \"rate\": 0.05,\n \"notice_period\": 30,\n \"disable_at_unix\": 1714204800,\n \"voice_mixing_allowed\": false,\n \"featured\": true,\n \"category\": \"professional\",\n \"reader_app_enabled\": true,\n \"liked_by_count\": 100,\n \"cloned_by_count\": 50,\n \"name\": \"Rachel\",\n \"description\": \"A female voice with a soft and friendly tone.\",\n \"labels\": {\n \"accent\": \"American\",\n \"gender\": \"female\"\n },\n \"review_status\": \"allowed\",\n \"enabled_in_library\": true,\n \"moderation_check\": {\n \"date_checked_unix\": 1714204800,\n \"name_value\": \"Rachel\",\n \"name_check\": true,\n \"description_value\": \"A female voice with a soft and friendly tone.\",\n \"description_check\": true,\n \"sample_ids\": [\n \"sample1\",\n \"sample2\"\n ],\n \"sample_checks\": [\n 0.95,\n 0.98\n ],\n \"captcha_ids\": [\n \"captcha1\",\n \"captcha2\"\n ],\n \"captcha_checks\": [\n 0.95,\n 0.98\n ]\n },\n \"reader_restricted_on\": [\n {\n \"resource_type\": \"read\",\n \"resource_id\": \"FCwhRBWXzGAHq8TQ4Fs18\"\n }\n ]\n },\n \"high_quality_base_model_ids\": [\n \"eleven_v2_flash\",\n \"eleven_flash_v2\",\n \"eleven_turbo_v2_5\",\n \"eleven_multilingual_v2\",\n \"eleven_v2_5_flash\",\n \"eleven_flash_v2_5\",\n \"eleven_turbo_v2\"\n ],\n \"verified_languages\": [\n {\n \"language\": \"en\",\n \"model_id\": \"eleven_multilingual_v2\",\n \"accent\": \"american\",\n \"locale\": \"en-US\",\n \"preview_url\": \"https://storage.googleapis.com/eleven-public-prod/premade/voices/9BWtsMINqrJLrRacOk9x/405766b8-1f4e-4d3c-aba1-6f25333823ec.mp3\"\n }\n ],\n \"collection_ids\": [\n \"collection_ids\"\n ],\n \"safety_control\": \"NONE\",\n \"voice_verification\": {\n \"requires_verification\": false,\n \"is_verified\": true,\n \"verification_failures\": [\n \"verification_failures\"\n ],\n \"verification_attempts_count\": 0,\n \"language\": \"en\",\n \"verification_attempts\": [\n {\n \"text\": \"Hello, how are you?\",\n \"date_unix\": 1714204800,\n \"accepted\": true,\n \"similarity\": 0.95,\n \"levenshtein_distance\": 2,\n \"recording\": {\n \"recording_id\": \"CwhRBWXzGAHq8TQ4Fs17\",\n \"mime_type\": \"audio/mpeg\",\n \"size_bytes\": 1000000,\n \"upload_date_unix\": 1714204800,\n \"transcription\": \"Hello, how are you?\"\n }\n }\n ]\n },\n \"permission_on_resource\": \"permission_on_resource\",\n \"is_owner\": false,\n \"is_legacy\": false,\n \"is_mixed\": false,\n \"favorited_at_unix\": 1,\n \"created_at_unix\": 1,\n \"is_bookmarked\": true,\n \"recording_quality\": \"studio\",\n \"labelling_status\": \"in_review\",\n \"recording_quality_reason\": \"recording_quality_reason\"\n }\n ]\n}" @@ -703,8 +831,13 @@ "value": "true" } ], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"voice_id\": \"21m00Tcm4TlvDq8ikWAM\",\n \"name\": \"Rachel\",\n \"samples\": [\n {\n \"sample_id\": \"DCwhRBWXzGAHq8TQ4Fs18\",\n \"file_name\": \"sample.mp3\",\n \"mime_type\": \"audio/mpeg\",\n \"size_bytes\": 1000000,\n \"hash\": \"1234567890\",\n \"duration_secs\": 1.1,\n \"remove_background_noise\": true,\n \"has_isolated_audio\": true,\n \"has_isolated_audio_preview\": true,\n \"speaker_separation\": {\n \"voice_id\": \"DCwhRBWXzGAHq8TQ4Fs18\",\n \"sample_id\": \"DCwhRBWXzGAHq8TQ4Fs18\",\n \"status\": \"not_started\"\n },\n \"trim_start\": 1,\n \"trim_end\": 1\n }\n ],\n \"category\": \"professional\",\n \"fine_tuning\": {\n \"is_allowed_to_fine_tune\": true,\n \"state\": {\n \"eleven_multilingual_v2\": \"fine_tuned\"\n },\n \"verification_failures\": [\n \"verification_failures\"\n ],\n \"verification_attempts_count\": 2,\n \"manual_verification_requested\": false,\n \"language\": \"language\",\n \"progress\": {\n \"key\": 1.1\n },\n \"message\": {\n \"key\": \"value\"\n },\n \"dataset_duration_seconds\": 1.1,\n \"verification_attempts\": [\n {\n \"text\": \"Hello, how are you?\",\n \"date_unix\": 1714204800,\n \"accepted\": true,\n \"similarity\": 0.95,\n \"levenshtein_distance\": 2,\n \"recording\": {\n \"recording_id\": \"CwhRBWXzGAHq8TQ4Fs17\",\n \"mime_type\": \"audio/mpeg\",\n \"size_bytes\": 1000000,\n \"upload_date_unix\": 1714204800,\n \"transcription\": \"Hello, how are you?\"\n }\n }\n ],\n \"slice_ids\": [\n \"slice_ids\"\n ],\n \"manual_verification\": {\n \"extra_text\": \"Please verify the voice is that of a female.\",\n \"request_time_unix\": 1714204800,\n \"files\": [\n {\n \"file_id\": \"CwhRBWXzGAHq8TQ4Fs18\",\n \"file_name\": \"file.mp3\",\n \"mime_type\": \"audio/mpeg\",\n \"size_bytes\": 1000000,\n \"upload_date_unix\": 1714204800\n }\n ]\n },\n \"max_verification_attempts\": 1,\n \"next_max_verification_attempts_reset_unix_ms\": 1,\n \"finetuning_state\": {\n \"key\": \"value\"\n }\n },\n \"labels\": {\n \"accent\": \"American\",\n \"age\": \"middle-aged\",\n \"description\": \"expressive\",\n \"gender\": \"female\",\n \"use_case\": \"social media\"\n },\n \"description\": \"A warm, expressive voice with a touch of humor.\",\n \"preview_url\": \"https://storage.googleapis.com/eleven-public-prod/premade/voices/9BWtsMINqrJLrRacOk9x/405766b8-1f4e-4d3c-aba1-6f25333823ec.mp3\",\n \"available_for_tiers\": [\n \"creator\",\n \"enterprise\"\n ],\n \"settings\": {\n \"stability\": 1,\n \"use_speaker_boost\": true,\n \"similarity_boost\": 1,\n \"style\": 0,\n \"speed\": 1\n },\n \"sharing\": {\n \"status\": \"enabled\",\n \"history_item_sample_id\": \"DCwhRBWXzGAHq8TQ4Fs18\",\n \"date_unix\": 1714204800,\n \"whitelisted_emails\": [\n \"example@example.com\"\n ],\n \"public_owner_id\": \"DCwhRBWXzGAHq8TQ4Fs18\",\n \"original_voice_id\": \"DCwhRBWXzGAHq8TQ4Fs18\",\n \"financial_rewards_enabled\": true,\n \"free_users_allowed\": true,\n \"live_moderation_enabled\": true,\n \"rate\": 0.05,\n \"fiat_rate\": 1.1,\n \"notice_period\": 30,\n \"disable_at_unix\": 1714204800,\n \"voice_mixing_allowed\": false,\n \"featured\": true,\n \"category\": \"professional\",\n \"reader_app_enabled\": true,\n \"image_url\": \"image_url\",\n \"ban_reason\": \"ban_reason\",\n \"liked_by_count\": 100,\n \"cloned_by_count\": 50,\n \"name\": \"Rachel\",\n \"description\": \"A female voice with a soft and friendly tone.\",\n \"labels\": {\n \"accent\": \"American\",\n \"gender\": \"female\"\n },\n \"review_status\": \"allowed\",\n \"review_message\": \"review_message\",\n \"enabled_in_library\": true,\n \"instagram_username\": \"instagram_username\",\n \"twitter_username\": \"twitter_username\",\n \"youtube_username\": \"youtube_username\",\n \"tiktok_username\": \"tiktok_username\",\n \"moderation_check\": {\n \"date_checked_unix\": 1714204800,\n \"name_value\": \"Rachel\",\n \"name_check\": true,\n \"description_value\": \"A female voice with a soft and friendly tone.\",\n \"description_check\": true,\n \"sample_ids\": [\n \"sample1\",\n \"sample2\"\n ],\n \"sample_checks\": [\n 0.95,\n 0.98\n ],\n \"captcha_ids\": [\n \"captcha1\",\n \"captcha2\"\n ],\n \"captcha_checks\": [\n 0.95,\n 0.98\n ]\n },\n \"reader_restricted_on\": [\n {\n \"resource_type\": \"read\",\n \"resource_id\": \"FCwhRBWXzGAHq8TQ4Fs18\"\n }\n ]\n },\n \"high_quality_base_model_ids\": [\n \"eleven_v2_flash\",\n \"eleven_flash_v2\",\n \"eleven_turbo_v2_5\",\n \"eleven_multilingual_v2\",\n \"eleven_v2_5_flash\",\n \"eleven_flash_v2_5\",\n \"eleven_turbo_v2\"\n ],\n \"verified_languages\": [\n {\n \"language\": \"en\",\n \"model_id\": \"eleven_multilingual_v2\",\n \"accent\": \"american\",\n \"locale\": \"en-US\",\n \"preview_url\": \"https://storage.googleapis.com/eleven-public-prod/premade/voices/9BWtsMINqrJLrRacOk9x/405766b8-1f4e-4d3c-aba1-6f25333823ec.mp3\"\n }\n ],\n \"collection_ids\": [\n \"collection_ids\"\n ],\n \"safety_control\": \"NONE\",\n \"voice_verification\": {\n \"requires_verification\": false,\n \"is_verified\": true,\n \"verification_failures\": [\n \"verification_failures\"\n ],\n \"verification_attempts_count\": 0,\n \"language\": \"en\",\n \"verification_attempts\": [\n {\n \"text\": \"Hello, how are you?\",\n \"date_unix\": 1714204800,\n \"accepted\": true,\n \"similarity\": 0.95,\n \"levenshtein_distance\": 2,\n \"recording\": {\n \"recording_id\": \"CwhRBWXzGAHq8TQ4Fs17\",\n \"mime_type\": \"audio/mpeg\",\n \"size_bytes\": 1000000,\n \"upload_date_unix\": 1714204800,\n \"transcription\": \"Hello, how are you?\"\n }\n }\n ]\n },\n \"permission_on_resource\": \"permission_on_resource\",\n \"is_owner\": false,\n \"is_legacy\": false,\n \"is_mixed\": false,\n \"favorited_at_unix\": 1,\n \"created_at_unix\": 1,\n \"is_bookmarked\": true,\n \"recording_quality\": \"studio\",\n \"labelling_status\": \"in_review\",\n \"recording_quality_reason\": \"recording_quality_reason\"\n}" @@ -719,8 +852,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"status\": \"ok\"\n}" @@ -737,8 +875,13 @@ "name": "name" }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "multipartFields": [ { "wireName": "name", @@ -879,8 +1022,13 @@ "value": "true" } ], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"voices\": [\n {\n \"voice_id\": \"21m00Tcm4TlvDq8ikWAM\",\n \"name\": \"Rachel\",\n \"samples\": [\n {\n \"sample_id\": \"DCwhRBWXzGAHq8TQ4Fs18\",\n \"file_name\": \"sample.mp3\",\n \"mime_type\": \"audio/mpeg\",\n \"size_bytes\": 1000000,\n \"hash\": \"1234567890\",\n \"speaker_separation\": {\n \"voice_id\": \"DCwhRBWXzGAHq8TQ4Fs18\",\n \"sample_id\": \"DCwhRBWXzGAHq8TQ4Fs18\",\n \"status\": \"not_started\"\n }\n }\n ],\n \"category\": \"professional\",\n \"fine_tuning\": {\n \"is_allowed_to_fine_tune\": true,\n \"state\": {\n \"eleven_multilingual_v2\": \"fine_tuned\"\n },\n \"verification_failures\": [\n \"verification_failures\"\n ],\n \"verification_attempts_count\": 2,\n \"manual_verification_requested\": false,\n \"verification_attempts\": [\n {\n \"text\": \"Hello, how are you?\",\n \"date_unix\": 1714204800,\n \"accepted\": true,\n \"similarity\": 0.95,\n \"levenshtein_distance\": 2,\n \"recording\": {\n \"recording_id\": \"CwhRBWXzGAHq8TQ4Fs17\",\n \"mime_type\": \"audio/mpeg\",\n \"size_bytes\": 1000000,\n \"upload_date_unix\": 1714204800,\n \"transcription\": \"Hello, how are you?\"\n }\n }\n ],\n \"manual_verification\": {\n \"extra_text\": \"Please verify the voice is that of a female.\",\n \"request_time_unix\": 1714204800,\n \"files\": [\n {\n \"file_id\": \"CwhRBWXzGAHq8TQ4Fs18\",\n \"file_name\": \"file.mp3\",\n \"mime_type\": \"audio/mpeg\",\n \"size_bytes\": 1000000,\n \"upload_date_unix\": 1714204800\n }\n ]\n }\n },\n \"labels\": {\n \"accent\": \"American\",\n \"age\": \"middle-aged\",\n \"description\": \"expressive\",\n \"gender\": \"female\",\n \"use_case\": \"social media\"\n },\n \"description\": \"A warm, expressive voice with a touch of humor.\",\n \"preview_url\": \"https://storage.googleapis.com/eleven-public-prod/premade/voices/9BWtsMINqrJLrRacOk9x/405766b8-1f4e-4d3c-aba1-6f25333823ec.mp3\",\n \"available_for_tiers\": [\n \"creator\",\n \"enterprise\"\n ],\n \"settings\": {\n \"stability\": 1,\n \"use_speaker_boost\": true,\n \"similarity_boost\": 1,\n \"style\": 0,\n \"speed\": 1\n },\n \"sharing\": {\n \"status\": \"enabled\",\n \"history_item_sample_id\": \"DCwhRBWXzGAHq8TQ4Fs18\",\n \"date_unix\": 1714204800,\n \"whitelisted_emails\": [\n \"example@example.com\"\n ],\n \"public_owner_id\": \"DCwhRBWXzGAHq8TQ4Fs18\",\n \"original_voice_id\": \"DCwhRBWXzGAHq8TQ4Fs18\",\n \"financial_rewards_enabled\": true,\n \"free_users_allowed\": true,\n \"live_moderation_enabled\": true,\n \"rate\": 0.05,\n \"notice_period\": 30,\n \"disable_at_unix\": 1714204800,\n \"voice_mixing_allowed\": false,\n \"featured\": true,\n \"category\": \"professional\",\n \"reader_app_enabled\": true,\n \"liked_by_count\": 100,\n \"cloned_by_count\": 50,\n \"name\": \"Rachel\",\n \"description\": \"A female voice with a soft and friendly tone.\",\n \"labels\": {\n \"accent\": \"American\",\n \"gender\": \"female\"\n },\n \"review_status\": \"allowed\",\n \"enabled_in_library\": true,\n \"moderation_check\": {\n \"date_checked_unix\": 1714204800,\n \"name_value\": \"Rachel\",\n \"name_check\": true,\n \"description_value\": \"A female voice with a soft and friendly tone.\",\n \"description_check\": true,\n \"sample_ids\": [\n \"sample1\",\n \"sample2\"\n ],\n \"sample_checks\": [\n 0.95,\n 0.98\n ],\n \"captcha_ids\": [\n \"captcha1\",\n \"captcha2\"\n ],\n \"captcha_checks\": [\n 0.95,\n 0.98\n ]\n },\n \"reader_restricted_on\": [\n {\n \"resource_type\": \"read\",\n \"resource_id\": \"FCwhRBWXzGAHq8TQ4Fs18\"\n }\n ]\n },\n \"high_quality_base_model_ids\": [\n \"eleven_v2_flash\",\n \"eleven_flash_v2\",\n \"eleven_turbo_v2_5\",\n \"eleven_multilingual_v2\",\n \"eleven_v2_5_flash\",\n \"eleven_flash_v2_5\",\n \"eleven_turbo_v2\"\n ],\n \"verified_languages\": [\n {\n \"language\": \"en\",\n \"model_id\": \"eleven_multilingual_v2\",\n \"accent\": \"american\",\n \"locale\": \"en-US\",\n \"preview_url\": \"https://storage.googleapis.com/eleven-public-prod/premade/voices/9BWtsMINqrJLrRacOk9x/405766b8-1f4e-4d3c-aba1-6f25333823ec.mp3\"\n }\n ],\n \"collection_ids\": [\n \"collection_ids\"\n ],\n \"safety_control\": \"NONE\",\n \"voice_verification\": {\n \"requires_verification\": false,\n \"is_verified\": true,\n \"verification_failures\": [\n \"verification_failures\"\n ],\n \"verification_attempts_count\": 0,\n \"language\": \"en\",\n \"verification_attempts\": [\n {\n \"text\": \"Hello, how are you?\",\n \"date_unix\": 1714204800,\n \"accepted\": true,\n \"similarity\": 0.95,\n \"levenshtein_distance\": 2,\n \"recording\": {\n \"recording_id\": \"CwhRBWXzGAHq8TQ4Fs17\",\n \"mime_type\": \"audio/mpeg\",\n \"size_bytes\": 1000000,\n \"upload_date_unix\": 1714204800,\n \"transcription\": \"Hello, how are you?\"\n }\n }\n ]\n },\n \"permission_on_resource\": \"permission_on_resource\",\n \"is_owner\": false,\n \"is_legacy\": false,\n \"is_mixed\": false,\n \"favorited_at_unix\": 1,\n \"created_at_unix\": 1,\n \"is_bookmarked\": true,\n \"recording_quality\": \"studio\",\n \"labelling_status\": \"in_review\",\n \"recording_quality_reason\": \"recording_quality_reason\"\n }\n ],\n \"has_more\": true,\n \"total_count\": 1,\n \"next_page_token\": \"next_page_token\"\n}" @@ -897,8 +1045,13 @@ "target_workspace_id": "target_workspace_id" }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"voice_id\": \"21m00Tcm4TlvDq8ikWAM\"\n}" @@ -916,8 +1069,13 @@ "new_name": "John Smith" }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"voice_id\": \"b38kUX8pkfYO2kHyqfFy\"\n}" @@ -1018,8 +1176,13 @@ "value": "1" } ], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"voices\": [\n {\n \"public_owner_id\": \"63e84100a6bf7874ba37a1bab9a31828a379ec94b891b401653b655c5110880f\",\n \"voice_id\": \"sB1b5zUrxQVAFl2PhZFp\",\n \"date_unix\": 1714423232,\n \"name\": \"Alita\",\n \"accent\": \"american\",\n \"gender\": \"Female\",\n \"age\": \"young\",\n \"descriptive\": \"calm\",\n \"use_case\": \"characters_animation\",\n \"category\": \"professional\",\n \"language\": \"en\",\n \"locale\": \"locale\",\n \"description\": \"Perfectly calm, neutral and strong voice. Great for a young female protagonist.\",\n \"preview_url\": \"https://storage.googleapis.com/eleven-public-prod/wqkMCd9huxXHX1dy5mLJn4QEQHj1/voices/sB1b5zUrxQVAFl2PhZFp/55e71aac-5cb7-4b3d-8241-429388160509.mp3\",\n \"usage_character_count_1y\": 12852,\n \"usage_character_count_7d\": 12852,\n \"play_api_usage_character_count_1y\": 12852,\n \"cloned_by_count\": 11,\n \"rate\": 1,\n \"fiat_rate\": 1.1,\n \"free_users_allowed\": true,\n \"live_moderation_enabled\": false,\n \"featured\": false,\n \"verified_languages\": [\n {\n \"language\": \"en\",\n \"model_id\": \"eleven_multilingual_v2\",\n \"accent\": \"american\",\n \"locale\": \"en-US\",\n \"preview_url\": \"https://storage.googleapis.com/eleven-public-prod/wqkMCd9huxXHX1dy5mLJn4QEQHj1/voices/sB1b5zUrxQVAFl2PhZFp/55e71aac-5cb7-4b3d-8241-429388160509.mp3\"\n }\n ],\n \"notice_period\": 1,\n \"instagram_username\": \"instagram_username\",\n \"twitter_username\": \"twitter_username\",\n \"youtube_username\": \"youtube_username\",\n \"tiktok_username\": \"tiktok_username\",\n \"image_url\": \"image_url\",\n \"is_added_by_user\": true,\n \"is_bookmarked\": true\n }\n ],\n \"has_more\": false,\n \"total_count\": 0,\n \"last_sort_id\": \"last_sort_id\"\n}" @@ -1032,8 +1195,13 @@ "params": {}, "body": {}, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "multipartFields": [ { "wireName": "audio_file", @@ -1076,8 +1244,13 @@ } }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"project\": {\n \"project_id\": \"aw1NgEzBg83R7vgmiJt6\",\n \"name\": \"My Project\",\n \"create_date_unix\": 1714204800,\n \"created_by_user_id\": \"Vbtgl3bRdj6lk79rYAgx\",\n \"default_title_voice_ref_id\": \"JBFqnCBsd6RMkjVDRZzb\",\n \"default_paragraph_voice_ref_id\": \"JBFqnCBsd6RMkjVDRZzb\",\n \"default_model_id\": \"eleven_multilingual_v2\",\n \"last_conversion_date_unix\": 1714204800,\n \"can_be_downloaded\": true,\n \"title\": \"My Project\",\n \"author\": \"John Doe\",\n \"description\": \"This is a description of my project.\",\n \"genres\": [\n \"Novel\",\n \"Short Story\"\n ],\n \"cover_image_url\": \"https://example.com/cover.jpg\",\n \"target_audience\": \"young adult\",\n \"language\": \"en\",\n \"content_type\": \"Novel\",\n \"original_publication_date\": \"2025-01-01\",\n \"mature_content\": false,\n \"isbn_number\": \"978-90-274-3964-2\",\n \"volume_normalization\": true,\n \"state\": \"default\",\n \"access_level\": \"viewer\",\n \"fiction\": \"fiction\",\n \"quality_check_on\": false,\n \"quality_check_on_when_bulk_convert\": false,\n \"creation_meta\": {\n \"creation_progress\": 0.5,\n \"status\": \"pending\",\n \"type\": \"blank\"\n },\n \"source_type\": \"blank\",\n \"chapters_enabled\": true,\n \"captions_enabled\": true,\n \"caption_style\": {\n \"template\": {\n \"key\": \"key\",\n \"label\": \"label\"\n },\n \"text_font\": \"text_font\",\n \"text_scale\": 1.1,\n \"text_color\": \"text_color\",\n \"text_align\": \"start\",\n \"text_style\": \"normal\",\n \"text_weight\": \"normal\",\n \"text_transform\": \"none\",\n \"text_blend_mode\": \"normal\",\n \"text_shadow\": {\n \"enabled\": true,\n \"color\": \"color\",\n \"opacity\": 1.1,\n \"blur\": 1.1,\n \"offset_x\": 1.1,\n \"offset_y\": 1.1\n },\n \"text_outline\": {\n \"enabled\": true,\n \"color\": \"color\",\n \"opacity\": 1.1,\n \"width\": 1.1\n },\n \"background_enabled\": true,\n \"background_color\": \"background_color\",\n \"background_opacity\": 1.1,\n \"background_blur\": 1.1,\n \"background_border_radius\": 1.1,\n \"word_highlights_enabled\": true,\n \"word_highlights_color\": \"word_highlights_color\",\n \"word_highlights_background_color\": \"word_highlights_background_color\",\n \"word_highlights_opacity\": 1.1,\n \"word_highlights_border_radius\": 1.1,\n \"word_highlights_blur\": 1.1,\n \"section_animation\": {\n \"enter_type\": \"none\",\n \"exit_type\": \"none\"\n },\n \"word_animation\": {\n \"enter_type\": \"none\",\n \"exit_type\": \"none\"\n },\n \"character_animation\": {\n \"enter_type\": \"none\",\n \"exit_type\": \"none\"\n },\n \"cursor_enabled\": true,\n \"width_pct\": 1.1,\n \"horizontal_placement\": {\n \"align\": \"left\",\n \"translate_pct\": 1.1\n },\n \"vertical_placement\": {\n \"align\": \"top\",\n \"translate_pct\": 1.1\n },\n \"auto_break_enabled\": true,\n \"max_lines_per_section\": 1,\n \"max_words_per_line\": 1\n },\n \"caption_style_template_overrides\": {\n \"key\": {}\n },\n \"public_share_id\": \"abc123def456789\",\n \"aspect_ratio\": \"16:9\",\n \"agent_settings\": {\n \"tool_settings\": {\n \"key\": {}\n }\n }\n }\n}" @@ -1134,8 +1307,13 @@ "value": "DESCENDING" } ], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"dubs\": [\n {\n \"dubbing_id\": \"21m00Tcm4TlvDq8ikWAM\",\n \"name\": \"My Dubbing Project\",\n \"status\": \"dubbed\",\n \"source_language\": \"en\",\n \"target_languages\": [\n \"es\",\n \"fr\",\n \"de\"\n ],\n \"editable\": true,\n \"created_at\": \"2025-07-15T14:49:41Z\",\n \"media_metadata\": {\n \"content_type\": \"video/mp4\",\n \"duration\": 127.5\n },\n \"error\": \"error\"\n }\n ],\n \"next_cursor\": \"next_cursor\",\n \"has_more\": true\n}" @@ -1148,8 +1326,13 @@ "params": {}, "body": {}, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "multipartFields": [ { "wireName": "file", @@ -1266,8 +1449,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"dubbing_id\": \"21m00Tcm4TlvDq8ikWAM\",\n \"name\": \"My Dubbing Project\",\n \"status\": \"dubbed\",\n \"source_language\": \"en\",\n \"target_languages\": [\n \"es\",\n \"fr\",\n \"de\"\n ],\n \"editable\": true,\n \"created_at\": \"2025-07-15T14:49:41Z\",\n \"media_metadata\": {\n \"content_type\": \"video/mp4\",\n \"duration\": 127.5\n },\n \"error\": \"error\"\n}" @@ -1282,8 +1470,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"status\": \"ok\"\n}" @@ -1296,8 +1489,13 @@ "params": {}, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "[\n {\n \"model_id\": \"eleven_multilingual_v2\",\n \"name\": \"Eleven Multilingual v2\",\n \"can_be_finetuned\": true,\n \"can_do_text_to_speech\": true,\n \"can_do_voice_conversion\": true,\n \"can_use_style\": true,\n \"can_use_speaker_boost\": true,\n \"serves_pro_voices\": false,\n \"token_cost_factor\": 1,\n \"description\": \"Our state of the art multilingual speech synthesis model, able to generate life-like speech in 29 languages.\",\n \"requires_alpha_access\": false,\n \"max_characters_request_free_user\": 2500,\n \"max_characters_request_subscribed_user\": 5000,\n \"maximum_text_length_per_request\": 1000000,\n \"languages\": [\n {\n \"language_id\": \"en\",\n \"name\": \"English\"\n }\n ],\n \"model_rates\": {\n \"character_cost_multiplier\": 1,\n \"cost_discount_multiplier\": 1\n },\n \"concurrency_group\": \"standard_eleven_multilingual_v2\"\n }\n]" @@ -1312,8 +1510,13 @@ "name": "name" }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "multipartFields": [ { "wireName": "name", @@ -1400,8 +1603,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"enabled\": true,\n \"snapshot_id\": \"JBFqnCBsd6RMkjVDRZzb\",\n \"settings\": {\n \"title\": \"My Project\",\n \"image\": \"https://example.com/image.jpg\",\n \"author\": \"John Doe\",\n \"small\": false,\n \"text_color\": \"#000000\",\n \"background_color\": \"#FFFFFF\",\n \"sessionization\": 1,\n \"audio_path\": \"audio/my_project.mp3\",\n \"audio_url\": \"https://example.com/audio/my_project.mp3\",\n \"status\": \"ready\"\n }\n}" @@ -1416,8 +1624,13 @@ }, "body": {}, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "multipartFields": [ { "wireName": "file", @@ -1449,8 +1662,13 @@ "url": "https://elevenlabs.io/blog/the_first_ai_that_can_laugh/" }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"project_id\": \"JBFqnCBsd6RMkjVDRZzb\",\n \"converting\": false,\n \"publishing\": false,\n \"html_snippet\": \"
\"\n}" @@ -1500,8 +1718,13 @@ "value": "credits" } ], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"time\": [\n 1738252091000,\n 1739404800000\n ],\n \"usage\": {\n \"All\": [\n 49,\n 1053\n ]\n }\n}" @@ -1516,8 +1739,13 @@ "name": "name" }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "multipartFields": [ { "wireName": "name", @@ -1563,8 +1791,13 @@ "name": "My Dictionary" }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"id\": \"5xM3yVvZQKV0EfqQpLrJ\",\n \"name\": \"My Dictionary\",\n \"created_by\": \"ar6633Es2kUjFXBdR1iVc9ztsXl1\",\n \"creation_time_unix\": 1714156800,\n \"version_id\": \"5xM3yVvZQKV0EfqQpLrJ\",\n \"version_rules_num\": 5,\n \"description\": \"This is a test dictionary\",\n \"permission_on_resource\": \"admin\"\n}" @@ -1579,8 +1812,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"id\": \"5xM3yVvZQKV0EfqQpLrJ\",\n \"latest_version_id\": \"5xM3yVvZQKV0EfqQpLr2\",\n \"latest_version_rules_num\": 2,\n \"name\": \"My Dictionary\",\n \"permission_on_resource\": \"admin\",\n \"created_by\": \"ar6633Es2kUjFXBdR1iVc9ztsXl1\",\n \"creation_time_unix\": 1714156800,\n \"archived_time_unix\": 1,\n \"description\": \"This is a test dictionary\",\n \"rules\": [\n {\n \"string_to_replace\": \"string_to_replace\",\n \"case_sensitive\": true,\n \"word_boundaries\": true,\n \"alias\": \"alias\",\n \"type\": \"alias\"\n },\n {\n \"string_to_replace\": \"string_to_replace\",\n \"case_sensitive\": true,\n \"word_boundaries\": true,\n \"phoneme\": \"phoneme\",\n \"alphabet\": \"alphabet\",\n \"type\": \"phoneme\"\n }\n ]\n}" @@ -1595,8 +1833,13 @@ }, "body": {}, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"id\": \"5xM3yVvZQKV0EfqQpLrJ\",\n \"latest_version_id\": \"5xM3yVvZQKV0EfqQpLr2\",\n \"latest_version_rules_num\": 2,\n \"name\": \"My Dictionary\",\n \"permission_on_resource\": \"admin\",\n \"created_by\": \"ar6633Es2kUjFXBdR1iVc9ztsXl1\",\n \"creation_time_unix\": 1714156800,\n \"archived_time_unix\": 1,\n \"description\": \"This is a test dictionary\"\n}" @@ -1612,8 +1855,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"key\": \"value\"\n}" @@ -1653,8 +1901,13 @@ "value": "false" } ], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"pronunciation_dictionaries\": [\n {\n \"id\": \"5xM3yVvZQKV0EfqQpLrJ\",\n \"latest_version_id\": \"5xM3yVvZQKV0EfqQpLr2\",\n \"latest_version_rules_num\": 2,\n \"name\": \"My Dictionary\",\n \"permission_on_resource\": \"admin\",\n \"created_by\": \"ar6633Es2kUjFXBdR1iVc9ztsXl1\",\n \"creation_time_unix\": 1714156800,\n \"archived_time_unix\": 1,\n \"description\": \"This is a test dictionary\"\n }\n ],\n \"next_cursor\": \"5xM3yVvZQKV0EfqQpLr2\",\n \"has_more\": false\n}" @@ -1667,8 +1920,13 @@ "params": {}, "body": {}, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"key\": \"value\"\n}" @@ -1681,8 +1939,13 @@ "params": {}, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"service-accounts\": [\n {\n \"service_account_user_id\": \"service_account_user_id\",\n \"name\": \"name\",\n \"created_at_unix\": 1,\n \"api-keys\": [\n {\n \"name\": \"name\",\n \"hint\": \"hint\",\n \"key_id\": \"key_id\",\n \"service_account_user_id\": \"service_account_user_id\",\n \"hashed_xi_api_key\": \"hashed_xi_api_key\"\n }\n ],\n \"default_sharing_groups\": [\n {\n \"group\": {\n \"name\": \"name\",\n \"id\": \"id\",\n \"members\": [\n \"members\"\n ],\n \"permissions\": null\n },\n \"permission_level\": \"admin\"\n }\n ]\n }\n ]\n}" @@ -1697,8 +1960,13 @@ "name": "name" }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"service-account-user-id\": \"service-account-user-id\"\n}" @@ -1718,8 +1986,13 @@ "value": "false" } ], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"webhooks\": [\n {\n \"name\": \"My Webhook\",\n \"webhook_id\": \"123\",\n \"webhook_url\": \"https://elevenlabs.io/example-callback-url\",\n \"is_disabled\": false,\n \"is_auto_disabled\": false,\n \"created_at_unix\": 123456789,\n \"auth_type\": \"hmac\",\n \"usage\": [\n {\n \"usage_type\": \"ConvAI Settings\"\n }\n ],\n \"events\": [\n \"voice_library_removal_notice\"\n ],\n \"most_recent_failure_error_code\": 404,\n \"most_recent_failure_timestamp\": 123456799\n }\n ]\n}" @@ -1738,8 +2011,13 @@ } }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"webhook_id\": \"webhook_id\",\n \"webhook_secret\": \"webhook_secret\"\n}" @@ -1754,8 +2032,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"status\": \"ok\"\n}" @@ -1773,8 +2056,13 @@ "name": "My Callback Webhook" }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"status\": \"ok\"\n}" @@ -1787,8 +2075,13 @@ "params": {}, "body": {}, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"key\": \"value\"\n}" @@ -1801,8 +2094,13 @@ "params": {}, "body": {}, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"key\": \"value\"\n}" @@ -1822,8 +2120,13 @@ "value": "auto" } ], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "\"\"" @@ -1836,8 +2139,13 @@ "params": {}, "body": {}, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"key\": \"value\"\n}" @@ -1850,8 +2158,13 @@ "params": {}, "body": {}, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "multipartFields": [ { "wireName": "file", @@ -1895,8 +2208,13 @@ "value": "true" } ], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "multipartFields": [ { "wireName": "model_id", @@ -2043,8 +2361,13 @@ "text": "text" }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "multipartFields": [ { "wireName": "file", @@ -2078,8 +2401,13 @@ "value": "true" } ], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"agent_id\": \"J3Pbu5gP6NNKBscdCdwB\"\n}" @@ -2105,8 +2433,13 @@ "value": "branch_id" } ], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"agent_id\": \"agent_7101k5zvyjhmfg983brhmhkd98n6\",\n \"name\": \"My Agent\",\n \"conversation_config\": {\n \"asr\": {\n \"quality\": \"high\",\n \"provider\": \"scribe_realtime\",\n \"user_input_audio_format\": \"pcm_16000\",\n \"keywords\": [\n \"hello\",\n \"world\"\n ]\n },\n \"turn\": {\n \"turn_timeout\": 7,\n \"initial_wait_time\": 1.1,\n \"silence_end_call_timeout\": -1,\n \"turn_eagerness\": \"normal\",\n \"spelling_patience\": \"auto\",\n \"speculative_turn\": false,\n \"retranscribe_on_turn_timeout\": false,\n \"turn_model\": \"turn_v3\",\n \"interruption_ignore_terms\": [\n \"interruption_ignore_terms\"\n ],\n \"interruption_ignore_term_languages\": [\n \"interruption_ignore_term_languages\"\n ],\n \"merge_with_default_ignore_terms\": false,\n \"transcribe_on_disabled_interruptions\": false,\n \"soft_timeout_config\": {\n \"timeout_seconds\": -1,\n \"message\": \"Hhmmmm...yeah.\"\n }\n },\n \"tts\": {\n \"model_id\": \"eleven_turbo_v2\",\n \"voice_id\": \"cjVigY5qzO86Huf0OWal\",\n \"supported_voices\": [\n {\n \"label\": \"label\",\n \"voice_id\": \"voice_id\"\n }\n ],\n \"expressive_mode\": true,\n \"suggested_audio_tags\": [\n {\n \"tag\": \"tag\"\n }\n ],\n \"agent_output_audio_format\": \"pcm_16000\",\n \"optimize_streaming_latency\": 3,\n \"stability\": 0.5,\n \"speed\": 1,\n \"similarity_boost\": 0.8,\n \"text_normalisation_type\": \"system_prompt\",\n \"pronunciation_dictionary_locators\": [\n {\n \"pronunciation_dictionary_id\": \"pronunciation_dictionary_id\",\n \"version_id\": null\n }\n ],\n \"enable_phoneme_tags\": true\n },\n \"conversation\": {\n \"text_only\": true,\n \"max_duration_seconds\": 600,\n \"client_events\": [\n \"audio\",\n \"interruption\"\n ],\n \"monitoring_enabled\": true,\n \"monitoring_events\": [\n \"conversation_initiation_metadata\"\n ],\n \"source_attribution\": true\n },\n \"language_presets\": {\n \"key\": {\n \"overrides\": {\n \"asr\": {\n \"keywords\": [\n \"hello\",\n \"world\"\n ]\n },\n \"turn\": {\n \"soft_timeout_config\": {\n \"message\": \"Hhmmmm...yeah.\"\n }\n },\n \"tts\": {\n \"model_id\": \"eleven_turbo_v2\",\n \"voice_id\": \"cjVigY5qzO86Huf0OWal\",\n \"stability\": 0.5,\n \"speed\": 1,\n \"similarity_boost\": 0.8,\n \"pronunciation_dictionary_locators\": [\n {\n \"pronunciation_dictionary_id\": \"pronunciation_dictionary_id\",\n \"version_id\": null\n }\n ]\n },\n \"conversation\": {\n \"max_duration_seconds\": 600\n },\n \"agent\": {\n \"first_message\": \"Hello, how can I help you today?\",\n \"language\": \"en\",\n \"prompt\": {\n \"prompt\": \"You are a helpful assistant that can answer questions about the topic of the conversation.\",\n \"llm\": \"gemini-2.0-flash-001\",\n \"tool_ids\": [\n \"tool_ids\"\n ],\n \"knowledge_base\": [\n {\n \"type\": \"file\",\n \"name\": \"My Knowledge Base\",\n \"id\": \"123\",\n \"usage_mode\": \"auto\"\n }\n ]\n }\n }\n }\n }\n },\n \"agent\": {\n \"first_message\": \"Hello, how can I help you today?\",\n \"language\": \"en\",\n \"hinglish_mode\": true,\n \"disable_first_message_interruptions\": false,\n \"max_conversation_duration_message\": \"max_conversation_duration_message\",\n \"prompt\": {\n \"prompt\": \"You are a helpful assistant that can answer questions about the topic of the conversation.\",\n \"llm\": \"gemini-2.0-flash-001\",\n \"temperature\": 0,\n \"max_tokens\": -1,\n \"tool_ids\": [\n \"tool_ids\"\n ],\n \"built_in_tools\": {\n \"end_call\": {\n \"type\": \"system\",\n \"name\": \"end_call\",\n \"description\": \"\",\n \"assignments\": [\n {\n \"source\": \"response\",\n \"dynamic_variable\": \"user_name\",\n \"value_path\": \"user.name\",\n \"sanitize\": false,\n \"preserve_native_type\": false\n }\n ],\n \"params\": {\n \"system_tool_type\": \"end_call\"\n }\n },\n \"language_detection\": {\n \"type\": \"system\",\n \"name\": \"end_call\",\n \"description\": \"\",\n \"assignments\": [\n {\n \"source\": \"response\",\n \"dynamic_variable\": \"user_name\",\n \"value_path\": \"user.name\",\n \"sanitize\": false,\n \"preserve_native_type\": false\n }\n ],\n \"params\": {\n \"system_tool_type\": \"end_call\"\n }\n },\n \"transfer_to_agent\": {\n \"type\": \"system\",\n \"name\": \"end_call\",\n \"description\": \"\",\n \"assignments\": [\n {\n \"source\": \"response\",\n \"dynamic_variable\": \"user_name\",\n \"value_path\": \"user.name\",\n \"sanitize\": false,\n \"preserve_native_type\": false\n }\n ],\n \"params\": {\n \"system_tool_type\": \"end_call\"\n }\n },\n \"transfer_to_number\": {\n \"type\": \"system\",\n \"name\": \"end_call\",\n \"description\": \"\",\n \"assignments\": [\n {\n \"source\": \"response\",\n \"dynamic_variable\": \"user_name\",\n \"value_path\": \"user.name\",\n \"sanitize\": false,\n \"preserve_native_type\": false\n }\n ],\n \"params\": {\n \"system_tool_type\": \"end_call\"\n }\n },\n \"skip_turn\": {\n \"type\": \"system\",\n \"name\": \"end_call\",\n \"description\": \"\",\n \"assignments\": [\n {\n \"source\": \"response\",\n \"dynamic_variable\": \"user_name\",\n \"value_path\": \"user.name\",\n \"sanitize\": false,\n \"preserve_native_type\": false\n }\n ],\n \"params\": {\n \"system_tool_type\": \"end_call\"\n }\n },\n \"play_keypad_touch_tone\": {\n \"type\": \"system\",\n \"name\": \"end_call\",\n \"description\": \"\",\n \"assignments\": [\n {\n \"source\": \"response\",\n \"dynamic_variable\": \"user_name\",\n \"value_path\": \"user.name\",\n \"sanitize\": false,\n \"preserve_native_type\": false\n }\n ],\n \"params\": {\n \"system_tool_type\": \"end_call\"\n }\n },\n \"voicemail_detection\": {\n \"type\": \"system\",\n \"name\": \"end_call\",\n \"description\": \"\",\n \"assignments\": [\n {\n \"source\": \"response\",\n \"dynamic_variable\": \"user_name\",\n \"value_path\": \"user.name\",\n \"sanitize\": false,\n \"preserve_native_type\": false\n }\n ],\n \"params\": {\n \"system_tool_type\": \"end_call\"\n }\n }\n },\n \"knowledge_base\": [\n {\n \"type\": \"file\",\n \"name\": \"My Knowledge Base\",\n \"id\": \"123\",\n \"usage_mode\": \"auto\"\n }\n ],\n \"rag\": {\n \"max_vector_distance\": 0.5,\n \"max_retrieved_rag_chunks_count\": 5\n }\n }\n }\n },\n \"metadata\": {\n \"created_at_unix_secs\": 1,\n \"updated_at_unix_secs\": 1\n },\n \"platform_settings\": {\n \"evaluation\": {\n \"criteria\": [\n {\n \"id\": \"criterion_binary_001\",\n \"name\": \"Issue resolved\",\n \"conversation_goal_prompt\": \"Determine whether the agent fully resolved the user's issue.\",\n \"use_knowledge_base\": false,\n \"scope\": \"conversation\",\n \"scoring_mode\": \"binary\",\n \"max_score\": 100\n }\n ]\n },\n \"widget\": {\n \"variant\": \"tiny\",\n \"placement\": \"top-left\",\n \"expandable\": \"never\",\n \"avatar\": {\n \"color_1\": \"#2792dc\",\n \"color_2\": \"#9ce6e6\",\n \"type\": \"orb\"\n },\n \"feedback_mode\": \"none\",\n \"bg_color\": \"bg_color\",\n \"text_color\": \"text_color\",\n \"btn_color\": \"btn_color\",\n \"btn_text_color\": \"btn_text_color\",\n \"border_color\": \"border_color\",\n \"focus_color\": \"focus_color\",\n \"border_radius\": 1,\n \"btn_radius\": 1,\n \"action_text\": \"action_text\",\n \"start_call_text\": \"start_call_text\",\n \"end_call_text\": \"end_call_text\",\n \"expand_text\": \"expand_text\",\n \"listening_text\": \"listening_text\",\n \"speaking_text\": \"speaking_text\",\n \"shareable_page_text\": \"shareable_page_text\",\n \"shareable_page_show_terms\": true,\n \"terms_text\": \"terms_text\",\n \"terms_html\": \"terms_html\",\n \"terms_key\": \"terms_key\",\n \"show_avatar_when_collapsed\": true,\n \"disable_banner\": true,\n \"override_link\": \"override_link\",\n \"markdown_link_allowed_hosts\": [\n {\n \"hostname\": \"hostname\"\n }\n ],\n \"markdown_link_include_www\": true,\n \"markdown_link_allow_http\": true,\n \"mic_muting_enabled\": true,\n \"transcript_enabled\": true,\n \"text_input_enabled\": true,\n \"conversation_mode_toggle_enabled\": true,\n \"default_expanded\": true,\n \"always_expanded\": true,\n \"dismissible\": true,\n \"show_agent_status\": true,\n \"show_conversation_id\": true,\n \"strip_audio_tags\": true,\n \"syntax_highlight_theme\": \"light\",\n \"show_resize_button\": true,\n \"language_selector\": false,\n \"supports_text_only\": true,\n \"custom_avatar_path\": \"https://example.com/avatar.png\",\n \"language_presets\": {\n \"key\": {}\n }\n },\n \"data_collection\": {\n \"key\": {\n \"type\": \"string\",\n \"description\": \"My property\",\n \"is_system_provided\": false,\n \"dynamic_variable\": \"\",\n \"constant_value\": \"\"\n }\n },\n \"data_collection_scopes\": {\n \"key\": \"conversation\"\n },\n \"analysis_items\": {\n \"evaluation_criteria\": [\n {\n \"analysis_item_id\": \"__system_eval_criteria_sentiment\",\n \"source\": \"system\"\n }\n ],\n \"data_collection\": [\n {\n \"analysis_item_id\": \"__system_data_collection_topic\",\n \"source\": \"system\"\n }\n ]\n },\n \"overrides\": {\n \"custom_llm_extra_body\": true,\n \"enable_conversation_initiation_client_data_from_webhook\": true,\n \"enable_starting_workflow_node_id_from_client\": true\n },\n \"workspace_overrides\": {\n \"conversation_initiation_client_data_webhook\": {\n \"url\": \"https://example.com/webhook\",\n \"request_headers\": {\n \"Content-Type\": \"application/json\"\n }\n }\n },\n \"testing\": {\n \"attached_tests\": [\n {\n \"test_id\": \"test_123\",\n \"workflow_node_id\": \"node_abc\"\n },\n {\n \"test_id\": \"test_456\"\n }\n ]\n },\n \"archived\": true,\n \"guardrails\": {\n \"version\": \"1\"\n },\n \"summary_language\": \"summary_language\",\n \"auto_translate_transcript_to_app_language\": true,\n \"auth\": {\n \"enable_auth\": true,\n \"allowlist\": [\n {\n \"hostname\": \"https://example.com\"\n }\n ],\n \"require_origin_header\": true,\n \"shareable_token\": \"1234567890\"\n },\n \"call_limits\": {\n \"agent_concurrency_limit\": -1,\n \"daily_limit\": 100000,\n \"bursting_enabled\": true\n },\n \"privacy\": {\n \"record_voice\": true,\n \"retention_days\": -1,\n \"delete_transcript_and_pii\": false,\n \"delete_audio\": false,\n \"apply_to_existing_conversations\": false,\n \"zero_retention_mode\": false\n },\n \"trust_context\": \"unknown\",\n \"analysis_llm\": \"gpt-4o-mini\",\n \"alerting\": {\n \"monitor_configs\": {\n \"key\": {}\n },\n \"auto_resolve_after_inactive_minutes\": 1,\n \"notifiers\": [\n {\n \"webhook_id\": \"webhook_id\"\n }\n ]\n },\n \"safety\": {\n \"is_blocked_ivc\": true,\n \"is_blocked_non_ivc\": true,\n \"ignore_safety_evaluation\": true\n }\n },\n \"phone_numbers\": [\n {\n \"phone_number\": \"+919999999999\",\n \"label\": \"Exotel Outbound\",\n \"phone_number_id\": \"phnum_X3Pbu5gP6NNKBscdCdwB\",\n \"assigned_agent\": {\n \"agent_id\": \"F3Pbu5gP6NNKBscdCdwB\",\n \"agent_name\": \"My Agent\"\n },\n \"provider\": \"exotel\"\n }\n ],\n \"whatsapp_accounts\": [\n {\n \"business_account_id\": \"business_account_id\",\n \"phone_number_id\": \"phone_number_id\",\n \"business_account_name\": \"business_account_name\",\n \"phone_number_name\": \"phone_number_name\",\n \"phone_number\": \"phone_number\",\n \"assigned_agent_id\": \"assigned_agent_id\",\n \"enable_messaging\": true,\n \"enable_audio_message_response\": true,\n \"enable_typing_indicator\": true,\n \"assigned_agent_name\": \"assigned_agent_name\",\n \"is_token_expired\": true\n }\n ],\n \"workflow\": {\n \"edges\": {\n \"entry_to_tool_a\": {\n \"source\": \"entry_node\",\n \"target\": \"tool_node_a\",\n \"forward_condition\": {\n \"label\": null,\n \"condition\": \"User's last message contains a question about our pricing.\",\n \"type\": \"llm\"\n },\n \"backward_condition\": {\n \"label\": null,\n \"expression\": {\n \"children\": [],\n \"type\": \"and_operator\"\n },\n \"type\": \"expression\"\n }\n },\n \"start_to_entry\": {\n \"source\": \"start_node\",\n \"target\": \"entry_node\",\n \"forward_condition\": {\n \"label\": null,\n \"type\": \"unconditional\"\n },\n \"backward_condition\": {\n \"label\": null,\n \"expression\": {\n \"children\": [],\n \"type\": \"and_operator\"\n },\n \"type\": \"expression\"\n }\n },\n \"tool_a_to_failure\": {\n \"source\": \"tool_node_a\",\n \"target\": \"failure_node\",\n \"forward_condition\": {\n \"label\": null,\n \"successful\": true,\n \"type\": \"result\"\n },\n \"backward_condition\": {\n \"label\": null,\n \"expression\": {\n \"children\": [],\n \"type\": \"and_operator\"\n },\n \"type\": \"expression\"\n }\n },\n \"tool_a_to_tool_b\": {\n \"source\": \"tool_node_a\",\n \"target\": \"tool_node_b\",\n \"forward_condition\": {\n \"label\": null,\n \"successful\": true,\n \"type\": \"result\"\n },\n \"backward_condition\": {\n \"label\": null,\n \"expression\": {\n \"children\": [],\n \"type\": \"and_operator\"\n },\n \"type\": \"expression\"\n }\n },\n \"tool_b_to_agent_transfer\": {\n \"source\": \"tool_node_b\",\n \"target\": \"success_transfer\",\n \"forward_condition\": {\n \"label\": null,\n \"type\": \"unconditional\"\n },\n \"backward_condition\": {\n \"label\": null,\n \"expression\": {\n \"children\": [],\n \"type\": \"and_operator\"\n },\n \"type\": \"expression\"\n }\n },\n \"tool_b_to_conversation\": {\n \"source\": \"tool_node_b\",\n \"target\": \"success_conversation\",\n \"forward_condition\": {\n \"label\": null,\n \"condition\": \"User's last message contains a question about our pricing.\",\n \"type\": \"llm\"\n },\n \"backward_condition\": {\n \"label\": null,\n \"expression\": {\n \"children\": [],\n \"type\": \"and_operator\"\n },\n \"type\": \"expression\"\n }\n },\n \"tool_b_to_end\": {\n \"source\": \"tool_node_b\",\n \"target\": \"success_end\",\n \"forward_condition\": {\n \"label\": null,\n \"condition\": \"User's last message contains a question about our pricing.\",\n \"type\": \"llm\"\n },\n \"backward_condition\": {\n \"label\": null,\n \"expression\": {\n \"children\": [],\n \"type\": \"and_operator\"\n },\n \"type\": \"expression\"\n }\n },\n \"tool_b_to_phone\": {\n \"source\": \"tool_node_b\",\n \"target\": \"success_phone\",\n \"forward_condition\": {\n \"label\": null,\n \"expression\": {\n \"children\": [],\n \"type\": \"and_operator\"\n },\n \"type\": \"expression\"\n },\n \"backward_condition\": {\n \"label\": null,\n \"expression\": {\n \"children\": [],\n \"type\": \"and_operator\"\n },\n \"type\": \"expression\"\n }\n }\n },\n \"nodes\": {\n \"entry_node\": {\n \"position\": {\n \"x\": 1.1,\n \"y\": 1.1\n },\n \"edge_order\": [\n \"edge_order\"\n ],\n \"conversation_config\": {\n \"asr\": {\n \"quality\": \"high\",\n \"provider\": \"scribe_realtime\",\n \"user_input_audio_format\": \"pcm_16000\",\n \"keywords\": [\n \"hello\",\n \"world\"\n ]\n },\n \"turn\": {\n \"turn_timeout\": 7,\n \"silence_end_call_timeout\": -1,\n \"turn_eagerness\": \"normal\",\n \"spelling_patience\": \"auto\",\n \"speculative_turn\": false,\n \"retranscribe_on_turn_timeout\": false,\n \"turn_model\": \"turn_v3\",\n \"interruption_ignore_terms\": [\n \"interruption_ignore_terms\"\n ],\n \"interruption_ignore_term_languages\": [\n \"interruption_ignore_term_languages\"\n ],\n \"merge_with_default_ignore_terms\": false,\n \"transcribe_on_disabled_interruptions\": false,\n \"soft_timeout_config\": {\n \"timeout_seconds\": -1,\n \"message\": \"Hhmmmm...yeah.\",\n \"use_llm_generated_message\": false\n }\n },\n \"tts\": {\n \"model_id\": \"eleven_turbo_v2\",\n \"voice_id\": \"cjVigY5qzO86Huf0OWal\",\n \"agent_output_audio_format\": \"pcm_16000\",\n \"optimize_streaming_latency\": 3,\n \"stability\": 0.5,\n \"speed\": 1,\n \"similarity_boost\": 0.8,\n \"pronunciation_dictionary_locators\": [\n {\n \"pronunciation_dictionary_id\": \"pronunciation_dictionary_id\",\n \"version_id\": null\n }\n ]\n },\n \"conversation\": {\n \"max_duration_seconds\": 600,\n \"client_events\": [\n \"audio\",\n \"interruption\"\n ]\n },\n \"agent\": {\n \"first_message\": \"Hello, how can I help you today?\",\n \"language\": \"en\",\n \"dynamic_variables\": {\n \"dynamic_variable_placeholders\": {\n \"user_name\": \"John Doe\"\n }\n },\n \"disable_first_message_interruptions\": false,\n \"prompt\": {\n \"prompt\": \"You are a helpful assistant that can answer questions about the topic of the conversation.\",\n \"llm\": \"gemini-2.0-flash-001\",\n \"temperature\": 0,\n \"max_tokens\": -1,\n \"tool_ids\": [\n \"tool_ids\"\n ],\n \"built_in_tools\": {\n \"end_call\": {\n \"type\": \"system\",\n \"name\": \"end_call\",\n \"description\": \"\",\n \"assignments\": [\n {\n \"source\": \"response\",\n \"dynamic_variable\": \"user_name\",\n \"value_path\": \"user.name\",\n \"sanitize\": false,\n \"preserve_native_type\": false\n }\n ],\n \"params\": {\n \"system_tool_type\": \"end_call\"\n }\n },\n \"language_detection\": {\n \"type\": \"system\",\n \"name\": \"end_call\",\n \"description\": \"\",\n \"assignments\": [\n {\n \"source\": \"response\",\n \"dynamic_variable\": \"user_name\",\n \"value_path\": \"user.name\",\n \"sanitize\": false,\n \"preserve_native_type\": false\n }\n ],\n \"params\": {\n \"system_tool_type\": \"end_call\"\n }\n },\n \"transfer_to_agent\": {\n \"type\": \"system\",\n \"name\": \"end_call\",\n \"description\": \"\",\n \"assignments\": [\n {\n \"source\": \"response\",\n \"dynamic_variable\": \"user_name\",\n \"value_path\": \"user.name\",\n \"sanitize\": false,\n \"preserve_native_type\": false\n }\n ],\n \"params\": {\n \"system_tool_type\": \"end_call\"\n }\n },\n \"transfer_to_number\": {\n \"type\": \"system\",\n \"name\": \"end_call\",\n \"description\": \"\",\n \"assignments\": [\n {\n \"source\": \"response\",\n \"dynamic_variable\": \"user_name\",\n \"value_path\": \"user.name\",\n \"sanitize\": false,\n \"preserve_native_type\": false\n }\n ],\n \"params\": {\n \"system_tool_type\": \"end_call\"\n }\n },\n \"skip_turn\": {\n \"type\": \"system\",\n \"name\": \"end_call\",\n \"description\": \"\",\n \"assignments\": [\n {\n \"source\": \"response\",\n \"dynamic_variable\": \"user_name\",\n \"value_path\": \"user.name\",\n \"sanitize\": false,\n \"preserve_native_type\": false\n }\n ],\n \"params\": {\n \"system_tool_type\": \"end_call\"\n }\n },\n \"play_keypad_touch_tone\": {\n \"type\": \"system\",\n \"name\": \"end_call\",\n \"description\": \"\",\n \"assignments\": [\n {\n \"source\": \"response\",\n \"dynamic_variable\": \"user_name\",\n \"value_path\": \"user.name\",\n \"sanitize\": false,\n \"preserve_native_type\": false\n }\n ],\n \"params\": {\n \"system_tool_type\": \"end_call\"\n }\n },\n \"voicemail_detection\": {\n \"type\": \"system\",\n \"name\": \"end_call\",\n \"description\": \"\",\n \"assignments\": [\n {\n \"source\": \"response\",\n \"dynamic_variable\": \"user_name\",\n \"value_path\": \"user.name\",\n \"sanitize\": false,\n \"preserve_native_type\": false\n }\n ],\n \"params\": {\n \"system_tool_type\": \"end_call\"\n }\n }\n },\n \"knowledge_base\": [\n {\n \"type\": \"file\",\n \"name\": \"My Knowledge Base\",\n \"id\": \"123\",\n \"usage_mode\": \"auto\"\n }\n ],\n \"tools\": [\n {\n \"name\": \"name\",\n \"description\": \"description\",\n \"response_timeout_secs\": 1,\n \"disable_interruptions\": true,\n \"interruption_mode\": \"allow\",\n \"force_pre_tool_speech\": true,\n \"pre_tool_speech\": \"auto\",\n \"assignments\": [\n {\n \"source\": \"response\",\n \"dynamic_variable\": \"user_name\",\n \"value_path\": \"user.name\",\n \"sanitize\": false,\n \"preserve_native_type\": false\n }\n ],\n \"tool_call_sound\": null,\n \"tool_call_sound_behavior\": \"auto\",\n \"tool_error_handling_mode\": \"auto\",\n \"dynamic_variables\": {\n \"dynamic_variable_placeholders\": {\n \"user_name\": \"John Doe\"\n }\n },\n \"execution_mode\": \"immediate\",\n \"tool_version\": \"tool_version\",\n \"api_integration_id\": \"api_integration_id\",\n \"api_integration_connection_id\": \"api_integration_connection_id\",\n \"api_schema_overrides\": null,\n \"type\": \"api_integration_webhook\"\n }\n ]\n }\n }\n },\n \"additional_prompt\": \"additional_prompt\",\n \"additional_knowledge_base\": [\n {\n \"type\": \"file\",\n \"name\": \"My Knowledge Base\",\n \"id\": \"123\",\n \"usage_mode\": \"auto\"\n }\n ],\n \"additional_tool_ids\": [\n \"additional_tool_ids\"\n ],\n \"label\": \"label\",\n \"entry_behavior\": \"generate_immediately\",\n \"type\": \"override_agent\"\n },\n \"failure_node\": {\n \"position\": {\n \"x\": 1.1,\n \"y\": 1.1\n },\n \"edge_order\": [\n \"edge_order\"\n ],\n \"conversation_config\": {\n \"asr\": {\n \"quality\": \"high\",\n \"provider\": \"scribe_realtime\",\n \"user_input_audio_format\": \"pcm_16000\",\n \"keywords\": [\n \"hello\",\n \"world\"\n ]\n },\n \"turn\": {\n \"turn_timeout\": 7,\n \"silence_end_call_timeout\": -1,\n \"turn_eagerness\": \"normal\",\n \"spelling_patience\": \"auto\",\n \"speculative_turn\": false,\n \"retranscribe_on_turn_timeout\": false,\n \"turn_model\": \"turn_v3\",\n \"interruption_ignore_terms\": [\n \"interruption_ignore_terms\"\n ],\n \"interruption_ignore_term_languages\": [\n \"interruption_ignore_term_languages\"\n ],\n \"merge_with_default_ignore_terms\": false,\n \"transcribe_on_disabled_interruptions\": false,\n \"soft_timeout_config\": {\n \"timeout_seconds\": -1,\n \"message\": \"Hhmmmm...yeah.\",\n \"use_llm_generated_message\": false\n }\n },\n \"tts\": {\n \"model_id\": \"eleven_turbo_v2\",\n \"voice_id\": \"cjVigY5qzO86Huf0OWal\",\n \"agent_output_audio_format\": \"pcm_16000\",\n \"optimize_streaming_latency\": 3,\n \"stability\": 0.5,\n \"speed\": 1,\n \"similarity_boost\": 0.8,\n \"pronunciation_dictionary_locators\": [\n {\n \"pronunciation_dictionary_id\": \"pronunciation_dictionary_id\",\n \"version_id\": null\n }\n ]\n },\n \"conversation\": {\n \"max_duration_seconds\": 600,\n \"client_events\": [\n \"audio\",\n \"interruption\"\n ]\n },\n \"agent\": {\n \"first_message\": \"Hello, how can I help you today?\",\n \"language\": \"en\",\n \"dynamic_variables\": {\n \"dynamic_variable_placeholders\": {\n \"user_name\": \"John Doe\"\n }\n },\n \"disable_first_message_interruptions\": false,\n \"prompt\": {\n \"prompt\": \"You are a helpful assistant that can answer questions about the topic of the conversation.\",\n \"llm\": \"gemini-2.0-flash-001\",\n \"temperature\": 0,\n \"max_tokens\": -1,\n \"tool_ids\": [\n \"tool_ids\"\n ],\n \"built_in_tools\": {\n \"end_call\": {\n \"type\": \"system\",\n \"name\": \"end_call\",\n \"description\": \"\",\n \"assignments\": [\n {\n \"source\": \"response\",\n \"dynamic_variable\": \"user_name\",\n \"value_path\": \"user.name\",\n \"sanitize\": false,\n \"preserve_native_type\": false\n }\n ],\n \"params\": {\n \"system_tool_type\": \"end_call\"\n }\n },\n \"language_detection\": {\n \"type\": \"system\",\n \"name\": \"end_call\",\n \"description\": \"\",\n \"assignments\": [\n {\n \"source\": \"response\",\n \"dynamic_variable\": \"user_name\",\n \"value_path\": \"user.name\",\n \"sanitize\": false,\n \"preserve_native_type\": false\n }\n ],\n \"params\": {\n \"system_tool_type\": \"end_call\"\n }\n },\n \"transfer_to_agent\": {\n \"type\": \"system\",\n \"name\": \"end_call\",\n \"description\": \"\",\n \"assignments\": [\n {\n \"source\": \"response\",\n \"dynamic_variable\": \"user_name\",\n \"value_path\": \"user.name\",\n \"sanitize\": false,\n \"preserve_native_type\": false\n }\n ],\n \"params\": {\n \"system_tool_type\": \"end_call\"\n }\n },\n \"transfer_to_number\": {\n \"type\": \"system\",\n \"name\": \"end_call\",\n \"description\": \"\",\n \"assignments\": [\n {\n \"source\": \"response\",\n \"dynamic_variable\": \"user_name\",\n \"value_path\": \"user.name\",\n \"sanitize\": false,\n \"preserve_native_type\": false\n }\n ],\n \"params\": {\n \"system_tool_type\": \"end_call\"\n }\n },\n \"skip_turn\": {\n \"type\": \"system\",\n \"name\": \"end_call\",\n \"description\": \"\",\n \"assignments\": [\n {\n \"source\": \"response\",\n \"dynamic_variable\": \"user_name\",\n \"value_path\": \"user.name\",\n \"sanitize\": false,\n \"preserve_native_type\": false\n }\n ],\n \"params\": {\n \"system_tool_type\": \"end_call\"\n }\n },\n \"play_keypad_touch_tone\": {\n \"type\": \"system\",\n \"name\": \"end_call\",\n \"description\": \"\",\n \"assignments\": [\n {\n \"source\": \"response\",\n \"dynamic_variable\": \"user_name\",\n \"value_path\": \"user.name\",\n \"sanitize\": false,\n \"preserve_native_type\": false\n }\n ],\n \"params\": {\n \"system_tool_type\": \"end_call\"\n }\n },\n \"voicemail_detection\": {\n \"type\": \"system\",\n \"name\": \"end_call\",\n \"description\": \"\",\n \"assignments\": [\n {\n \"source\": \"response\",\n \"dynamic_variable\": \"user_name\",\n \"value_path\": \"user.name\",\n \"sanitize\": false,\n \"preserve_native_type\": false\n }\n ],\n \"params\": {\n \"system_tool_type\": \"end_call\"\n }\n }\n },\n \"knowledge_base\": [\n {\n \"type\": \"file\",\n \"name\": \"My Knowledge Base\",\n \"id\": \"123\",\n \"usage_mode\": \"auto\"\n }\n ],\n \"tools\": [\n {\n \"name\": \"name\",\n \"description\": \"description\",\n \"response_timeout_secs\": 1,\n \"disable_interruptions\": true,\n \"interruption_mode\": \"allow\",\n \"force_pre_tool_speech\": true,\n \"pre_tool_speech\": \"auto\",\n \"assignments\": [\n {\n \"source\": \"response\",\n \"dynamic_variable\": \"user_name\",\n \"value_path\": \"user.name\",\n \"sanitize\": false,\n \"preserve_native_type\": false\n }\n ],\n \"tool_call_sound\": null,\n \"tool_call_sound_behavior\": \"auto\",\n \"tool_error_handling_mode\": \"auto\",\n \"dynamic_variables\": {\n \"dynamic_variable_placeholders\": {\n \"user_name\": \"John Doe\"\n }\n },\n \"execution_mode\": \"immediate\",\n \"tool_version\": \"tool_version\",\n \"api_integration_id\": \"api_integration_id\",\n \"api_integration_connection_id\": \"api_integration_connection_id\",\n \"api_schema_overrides\": null,\n \"type\": \"api_integration_webhook\"\n }\n ]\n }\n }\n },\n \"additional_prompt\": \"additional_prompt\",\n \"additional_knowledge_base\": [\n {\n \"type\": \"file\",\n \"name\": \"My Knowledge Base\",\n \"id\": \"123\",\n \"usage_mode\": \"auto\"\n }\n ],\n \"additional_tool_ids\": [\n \"additional_tool_ids\"\n ],\n \"label\": \"label\",\n \"entry_behavior\": \"generate_immediately\",\n \"type\": \"override_agent\"\n },\n \"start_node\": {\n \"position\": {\n \"x\": 1.1,\n \"y\": 1.1\n },\n \"edge_order\": [\n \"edge_order\"\n ],\n \"type\": \"start\"\n },\n \"success_conversation\": {\n \"position\": {\n \"x\": 1.1,\n \"y\": 1.1\n },\n \"edge_order\": [\n \"edge_order\"\n ],\n \"conversation_config\": {\n \"asr\": {\n \"quality\": \"high\",\n \"provider\": \"scribe_realtime\",\n \"user_input_audio_format\": \"pcm_16000\",\n \"keywords\": [\n \"hello\",\n \"world\"\n ]\n },\n \"turn\": {\n \"turn_timeout\": 7,\n \"silence_end_call_timeout\": -1,\n \"turn_eagerness\": \"normal\",\n \"spelling_patience\": \"auto\",\n \"speculative_turn\": false,\n \"retranscribe_on_turn_timeout\": false,\n \"turn_model\": \"turn_v3\",\n \"interruption_ignore_terms\": [\n \"interruption_ignore_terms\"\n ],\n \"interruption_ignore_term_languages\": [\n \"interruption_ignore_term_languages\"\n ],\n \"merge_with_default_ignore_terms\": false,\n \"transcribe_on_disabled_interruptions\": false,\n \"soft_timeout_config\": {\n \"timeout_seconds\": -1,\n \"message\": \"Hhmmmm...yeah.\",\n \"use_llm_generated_message\": false\n }\n },\n \"tts\": {\n \"model_id\": \"eleven_turbo_v2\",\n \"voice_id\": \"cjVigY5qzO86Huf0OWal\",\n \"agent_output_audio_format\": \"pcm_16000\",\n \"optimize_streaming_latency\": 3,\n \"stability\": 0.5,\n \"speed\": 1,\n \"similarity_boost\": 0.8,\n \"pronunciation_dictionary_locators\": [\n {\n \"pronunciation_dictionary_id\": \"pronunciation_dictionary_id\",\n \"version_id\": null\n }\n ]\n },\n \"conversation\": {\n \"max_duration_seconds\": 600,\n \"client_events\": [\n \"audio\",\n \"interruption\"\n ]\n },\n \"agent\": {\n \"first_message\": \"Hello, how can I help you today?\",\n \"language\": \"en\",\n \"dynamic_variables\": {\n \"dynamic_variable_placeholders\": {\n \"user_name\": \"John Doe\"\n }\n },\n \"disable_first_message_interruptions\": false,\n \"prompt\": {\n \"prompt\": \"You are a helpful assistant that can answer questions about the topic of the conversation.\",\n \"llm\": \"gemini-2.0-flash-001\",\n \"temperature\": 0,\n \"max_tokens\": -1,\n \"tool_ids\": [\n \"tool_ids\"\n ],\n \"built_in_tools\": {\n \"end_call\": {\n \"type\": \"system\",\n \"name\": \"end_call\",\n \"description\": \"\",\n \"assignments\": [\n {\n \"source\": \"response\",\n \"dynamic_variable\": \"user_name\",\n \"value_path\": \"user.name\",\n \"sanitize\": false,\n \"preserve_native_type\": false\n }\n ],\n \"params\": {\n \"system_tool_type\": \"end_call\"\n }\n },\n \"language_detection\": {\n \"type\": \"system\",\n \"name\": \"end_call\",\n \"description\": \"\",\n \"assignments\": [\n {\n \"source\": \"response\",\n \"dynamic_variable\": \"user_name\",\n \"value_path\": \"user.name\",\n \"sanitize\": false,\n \"preserve_native_type\": false\n }\n ],\n \"params\": {\n \"system_tool_type\": \"end_call\"\n }\n },\n \"transfer_to_agent\": {\n \"type\": \"system\",\n \"name\": \"end_call\",\n \"description\": \"\",\n \"assignments\": [\n {\n \"source\": \"response\",\n \"dynamic_variable\": \"user_name\",\n \"value_path\": \"user.name\",\n \"sanitize\": false,\n \"preserve_native_type\": false\n }\n ],\n \"params\": {\n \"system_tool_type\": \"end_call\"\n }\n },\n \"transfer_to_number\": {\n \"type\": \"system\",\n \"name\": \"end_call\",\n \"description\": \"\",\n \"assignments\": [\n {\n \"source\": \"response\",\n \"dynamic_variable\": \"user_name\",\n \"value_path\": \"user.name\",\n \"sanitize\": false,\n \"preserve_native_type\": false\n }\n ],\n \"params\": {\n \"system_tool_type\": \"end_call\"\n }\n },\n \"skip_turn\": {\n \"type\": \"system\",\n \"name\": \"end_call\",\n \"description\": \"\",\n \"assignments\": [\n {\n \"source\": \"response\",\n \"dynamic_variable\": \"user_name\",\n \"value_path\": \"user.name\",\n \"sanitize\": false,\n \"preserve_native_type\": false\n }\n ],\n \"params\": {\n \"system_tool_type\": \"end_call\"\n }\n },\n \"play_keypad_touch_tone\": {\n \"type\": \"system\",\n \"name\": \"end_call\",\n \"description\": \"\",\n \"assignments\": [\n {\n \"source\": \"response\",\n \"dynamic_variable\": \"user_name\",\n \"value_path\": \"user.name\",\n \"sanitize\": false,\n \"preserve_native_type\": false\n }\n ],\n \"params\": {\n \"system_tool_type\": \"end_call\"\n }\n },\n \"voicemail_detection\": {\n \"type\": \"system\",\n \"name\": \"end_call\",\n \"description\": \"\",\n \"assignments\": [\n {\n \"source\": \"response\",\n \"dynamic_variable\": \"user_name\",\n \"value_path\": \"user.name\",\n \"sanitize\": false,\n \"preserve_native_type\": false\n }\n ],\n \"params\": {\n \"system_tool_type\": \"end_call\"\n }\n }\n },\n \"knowledge_base\": [\n {\n \"type\": \"file\",\n \"name\": \"My Knowledge Base\",\n \"id\": \"123\",\n \"usage_mode\": \"auto\"\n }\n ],\n \"tools\": [\n {\n \"name\": \"name\",\n \"description\": \"description\",\n \"response_timeout_secs\": 1,\n \"disable_interruptions\": true,\n \"interruption_mode\": \"allow\",\n \"force_pre_tool_speech\": true,\n \"pre_tool_speech\": \"auto\",\n \"assignments\": [\n {\n \"source\": \"response\",\n \"dynamic_variable\": \"user_name\",\n \"value_path\": \"user.name\",\n \"sanitize\": false,\n \"preserve_native_type\": false\n }\n ],\n \"tool_call_sound\": null,\n \"tool_call_sound_behavior\": \"auto\",\n \"tool_error_handling_mode\": \"auto\",\n \"dynamic_variables\": {\n \"dynamic_variable_placeholders\": {\n \"user_name\": \"John Doe\"\n }\n },\n \"execution_mode\": \"immediate\",\n \"tool_version\": \"tool_version\",\n \"api_integration_id\": \"api_integration_id\",\n \"api_integration_connection_id\": \"api_integration_connection_id\",\n \"api_schema_overrides\": null,\n \"type\": \"api_integration_webhook\"\n }\n ]\n }\n }\n },\n \"additional_prompt\": \"additional_prompt\",\n \"additional_knowledge_base\": [\n {\n \"type\": \"file\",\n \"name\": \"My Knowledge Base\",\n \"id\": \"123\",\n \"usage_mode\": \"auto\"\n }\n ],\n \"additional_tool_ids\": [\n \"additional_tool_ids\"\n ],\n \"label\": \"label\",\n \"entry_behavior\": \"generate_immediately\",\n \"type\": \"override_agent\"\n },\n \"success_end\": {\n \"position\": {\n \"x\": 1.1,\n \"y\": 1.1\n },\n \"edge_order\": [\n \"edge_order\"\n ],\n \"type\": \"end\"\n },\n \"success_phone\": {\n \"custom_sip_headers\": [\n {\n \"key\": \"key\",\n \"value\": \"value\",\n \"type\": \"dynamic\"\n }\n ],\n \"transfer_destination\": {\n \"phone_number\": \"phone_number\",\n \"type\": \"phone\"\n },\n \"transfer_type\": \"blind\",\n \"uui\": null,\n \"post_dial_digits\": null,\n \"position\": {\n \"x\": 1.1,\n \"y\": 1.1\n },\n \"edge_order\": [\n \"edge_order\"\n ],\n \"type\": \"phone_number\"\n },\n \"success_transfer\": {\n \"position\": {\n \"x\": 1.1,\n \"y\": 1.1\n },\n \"edge_order\": [\n \"edge_order\"\n ],\n \"agent_id\": null,\n \"node_id\": null,\n \"delay_ms\": 1,\n \"transfer_message\": null,\n \"enable_transferred_agent_first_message\": true,\n \"preserve_client_tts_overrides\": true,\n \"type\": \"standalone_agent\"\n },\n \"tool_node_a\": {\n \"position\": {\n \"x\": 1.1,\n \"y\": 1.1\n },\n \"edge_order\": [\n \"edge_order\"\n ],\n \"tools\": [\n {\n \"tool_id\": \"tool_id\"\n }\n ],\n \"type\": \"tool\"\n },\n \"tool_node_b\": {\n \"position\": {\n \"x\": 1.1,\n \"y\": 1.1\n },\n \"edge_order\": [\n \"edge_order\"\n ],\n \"tools\": [\n {\n \"tool_id\": \"tool_id\"\n }\n ],\n \"type\": \"tool\"\n }\n },\n \"prevent_subagent_loops\": false\n },\n \"access_info\": {\n \"is_creator\": true,\n \"creator_name\": \"John Doe\",\n \"creator_email\": \"john.doe@example.com\",\n \"role\": \"admin\",\n \"anonymous_access_level_override\": \"admin\",\n \"access_source\": \"creator\"\n },\n \"tags\": [\n \"tags\"\n ],\n \"version_id\": \"version_id\",\n \"branch_id\": \"branch_id\",\n \"main_branch_id\": \"main_branch_id\"\n}" @@ -2121,8 +2454,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "\"\"" @@ -2148,8 +2486,13 @@ "value": "branch_id" } ], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"agent_id\": \"agent_7101k5zvyjhmfg983brhmhkd98n6\",\n \"name\": \"My Agent\",\n \"conversation_config\": {\n \"asr\": {\n \"quality\": \"high\",\n \"provider\": \"scribe_realtime\",\n \"user_input_audio_format\": \"pcm_16000\",\n \"keywords\": [\n \"hello\",\n \"world\"\n ]\n },\n \"turn\": {\n \"turn_timeout\": 7,\n \"initial_wait_time\": 1.1,\n \"silence_end_call_timeout\": -1,\n \"turn_eagerness\": \"normal\",\n \"spelling_patience\": \"auto\",\n \"speculative_turn\": false,\n \"retranscribe_on_turn_timeout\": false,\n \"turn_model\": \"turn_v3\",\n \"interruption_ignore_terms\": [\n \"interruption_ignore_terms\"\n ],\n \"interruption_ignore_term_languages\": [\n \"interruption_ignore_term_languages\"\n ],\n \"merge_with_default_ignore_terms\": false,\n \"transcribe_on_disabled_interruptions\": false,\n \"soft_timeout_config\": {\n \"timeout_seconds\": -1,\n \"message\": \"Hhmmmm...yeah.\"\n }\n },\n \"tts\": {\n \"model_id\": \"eleven_turbo_v2\",\n \"voice_id\": \"cjVigY5qzO86Huf0OWal\",\n \"supported_voices\": [\n {\n \"label\": \"label\",\n \"voice_id\": \"voice_id\"\n }\n ],\n \"expressive_mode\": true,\n \"suggested_audio_tags\": [\n {\n \"tag\": \"tag\"\n }\n ],\n \"agent_output_audio_format\": \"pcm_16000\",\n \"optimize_streaming_latency\": 3,\n \"stability\": 0.5,\n \"speed\": 1,\n \"similarity_boost\": 0.8,\n \"text_normalisation_type\": \"system_prompt\",\n \"pronunciation_dictionary_locators\": [\n {\n \"pronunciation_dictionary_id\": \"pronunciation_dictionary_id\",\n \"version_id\": null\n }\n ],\n \"enable_phoneme_tags\": true\n },\n \"conversation\": {\n \"text_only\": true,\n \"max_duration_seconds\": 600,\n \"client_events\": [\n \"audio\",\n \"interruption\"\n ],\n \"monitoring_enabled\": true,\n \"monitoring_events\": [\n \"conversation_initiation_metadata\"\n ],\n \"source_attribution\": true\n },\n \"language_presets\": {\n \"key\": {\n \"overrides\": {\n \"asr\": {\n \"keywords\": [\n \"hello\",\n \"world\"\n ]\n },\n \"turn\": {\n \"soft_timeout_config\": {\n \"message\": \"Hhmmmm...yeah.\"\n }\n },\n \"tts\": {\n \"model_id\": \"eleven_turbo_v2\",\n \"voice_id\": \"cjVigY5qzO86Huf0OWal\",\n \"stability\": 0.5,\n \"speed\": 1,\n \"similarity_boost\": 0.8,\n \"pronunciation_dictionary_locators\": [\n {\n \"pronunciation_dictionary_id\": \"pronunciation_dictionary_id\",\n \"version_id\": null\n }\n ]\n },\n \"conversation\": {\n \"max_duration_seconds\": 600\n },\n \"agent\": {\n \"first_message\": \"Hello, how can I help you today?\",\n \"language\": \"en\",\n \"prompt\": {\n \"prompt\": \"You are a helpful assistant that can answer questions about the topic of the conversation.\",\n \"llm\": \"gemini-2.0-flash-001\",\n \"tool_ids\": [\n \"tool_ids\"\n ],\n \"knowledge_base\": [\n {\n \"type\": \"file\",\n \"name\": \"My Knowledge Base\",\n \"id\": \"123\",\n \"usage_mode\": \"auto\"\n }\n ]\n }\n }\n }\n }\n },\n \"agent\": {\n \"first_message\": \"Hello, how can I help you today?\",\n \"language\": \"en\",\n \"hinglish_mode\": true,\n \"disable_first_message_interruptions\": false,\n \"max_conversation_duration_message\": \"max_conversation_duration_message\",\n \"prompt\": {\n \"prompt\": \"You are a helpful assistant that can answer questions about the topic of the conversation.\",\n \"llm\": \"gemini-2.0-flash-001\",\n \"temperature\": 0,\n \"max_tokens\": -1,\n \"tool_ids\": [\n \"tool_ids\"\n ],\n \"built_in_tools\": {\n \"end_call\": {\n \"type\": \"system\",\n \"name\": \"end_call\",\n \"description\": \"\",\n \"assignments\": [\n {\n \"source\": \"response\",\n \"dynamic_variable\": \"user_name\",\n \"value_path\": \"user.name\",\n \"sanitize\": false,\n \"preserve_native_type\": false\n }\n ],\n \"params\": {\n \"system_tool_type\": \"end_call\"\n }\n },\n \"language_detection\": {\n \"type\": \"system\",\n \"name\": \"end_call\",\n \"description\": \"\",\n \"assignments\": [\n {\n \"source\": \"response\",\n \"dynamic_variable\": \"user_name\",\n \"value_path\": \"user.name\",\n \"sanitize\": false,\n \"preserve_native_type\": false\n }\n ],\n \"params\": {\n \"system_tool_type\": \"end_call\"\n }\n },\n \"transfer_to_agent\": {\n \"type\": \"system\",\n \"name\": \"end_call\",\n \"description\": \"\",\n \"assignments\": [\n {\n \"source\": \"response\",\n \"dynamic_variable\": \"user_name\",\n \"value_path\": \"user.name\",\n \"sanitize\": false,\n \"preserve_native_type\": false\n }\n ],\n \"params\": {\n \"system_tool_type\": \"end_call\"\n }\n },\n \"transfer_to_number\": {\n \"type\": \"system\",\n \"name\": \"end_call\",\n \"description\": \"\",\n \"assignments\": [\n {\n \"source\": \"response\",\n \"dynamic_variable\": \"user_name\",\n \"value_path\": \"user.name\",\n \"sanitize\": false,\n \"preserve_native_type\": false\n }\n ],\n \"params\": {\n \"system_tool_type\": \"end_call\"\n }\n },\n \"skip_turn\": {\n \"type\": \"system\",\n \"name\": \"end_call\",\n \"description\": \"\",\n \"assignments\": [\n {\n \"source\": \"response\",\n \"dynamic_variable\": \"user_name\",\n \"value_path\": \"user.name\",\n \"sanitize\": false,\n \"preserve_native_type\": false\n }\n ],\n \"params\": {\n \"system_tool_type\": \"end_call\"\n }\n },\n \"play_keypad_touch_tone\": {\n \"type\": \"system\",\n \"name\": \"end_call\",\n \"description\": \"\",\n \"assignments\": [\n {\n \"source\": \"response\",\n \"dynamic_variable\": \"user_name\",\n \"value_path\": \"user.name\",\n \"sanitize\": false,\n \"preserve_native_type\": false\n }\n ],\n \"params\": {\n \"system_tool_type\": \"end_call\"\n }\n },\n \"voicemail_detection\": {\n \"type\": \"system\",\n \"name\": \"end_call\",\n \"description\": \"\",\n \"assignments\": [\n {\n \"source\": \"response\",\n \"dynamic_variable\": \"user_name\",\n \"value_path\": \"user.name\",\n \"sanitize\": false,\n \"preserve_native_type\": false\n }\n ],\n \"params\": {\n \"system_tool_type\": \"end_call\"\n }\n }\n },\n \"knowledge_base\": [\n {\n \"type\": \"file\",\n \"name\": \"My Knowledge Base\",\n \"id\": \"123\",\n \"usage_mode\": \"auto\"\n }\n ],\n \"rag\": {\n \"max_vector_distance\": 0.5,\n \"max_retrieved_rag_chunks_count\": 5\n }\n }\n }\n },\n \"metadata\": {\n \"created_at_unix_secs\": 1,\n \"updated_at_unix_secs\": 1\n },\n \"platform_settings\": {\n \"evaluation\": {\n \"criteria\": [\n {\n \"id\": \"criterion_binary_001\",\n \"name\": \"Issue resolved\",\n \"conversation_goal_prompt\": \"Determine whether the agent fully resolved the user's issue.\",\n \"use_knowledge_base\": false,\n \"scope\": \"conversation\",\n \"scoring_mode\": \"binary\",\n \"max_score\": 100\n }\n ]\n },\n \"widget\": {\n \"variant\": \"tiny\",\n \"placement\": \"top-left\",\n \"expandable\": \"never\",\n \"avatar\": {\n \"color_1\": \"#2792dc\",\n \"color_2\": \"#9ce6e6\",\n \"type\": \"orb\"\n },\n \"feedback_mode\": \"none\",\n \"bg_color\": \"bg_color\",\n \"text_color\": \"text_color\",\n \"btn_color\": \"btn_color\",\n \"btn_text_color\": \"btn_text_color\",\n \"border_color\": \"border_color\",\n \"focus_color\": \"focus_color\",\n \"border_radius\": 1,\n \"btn_radius\": 1,\n \"action_text\": \"action_text\",\n \"start_call_text\": \"start_call_text\",\n \"end_call_text\": \"end_call_text\",\n \"expand_text\": \"expand_text\",\n \"listening_text\": \"listening_text\",\n \"speaking_text\": \"speaking_text\",\n \"shareable_page_text\": \"shareable_page_text\",\n \"shareable_page_show_terms\": true,\n \"terms_text\": \"terms_text\",\n \"terms_html\": \"terms_html\",\n \"terms_key\": \"terms_key\",\n \"show_avatar_when_collapsed\": true,\n \"disable_banner\": true,\n \"override_link\": \"override_link\",\n \"markdown_link_allowed_hosts\": [\n {\n \"hostname\": \"hostname\"\n }\n ],\n \"markdown_link_include_www\": true,\n \"markdown_link_allow_http\": true,\n \"mic_muting_enabled\": true,\n \"transcript_enabled\": true,\n \"text_input_enabled\": true,\n \"conversation_mode_toggle_enabled\": true,\n \"default_expanded\": true,\n \"always_expanded\": true,\n \"dismissible\": true,\n \"show_agent_status\": true,\n \"show_conversation_id\": true,\n \"strip_audio_tags\": true,\n \"syntax_highlight_theme\": \"light\",\n \"show_resize_button\": true,\n \"language_selector\": false,\n \"supports_text_only\": true,\n \"custom_avatar_path\": \"https://example.com/avatar.png\",\n \"language_presets\": {\n \"key\": {}\n }\n },\n \"data_collection\": {\n \"key\": {\n \"type\": \"string\",\n \"description\": \"My property\",\n \"is_system_provided\": false,\n \"dynamic_variable\": \"\",\n \"constant_value\": \"\"\n }\n },\n \"data_collection_scopes\": {\n \"key\": \"conversation\"\n },\n \"analysis_items\": {\n \"evaluation_criteria\": [\n {\n \"analysis_item_id\": \"__system_eval_criteria_sentiment\",\n \"source\": \"system\"\n }\n ],\n \"data_collection\": [\n {\n \"analysis_item_id\": \"__system_data_collection_topic\",\n \"source\": \"system\"\n }\n ]\n },\n \"overrides\": {\n \"custom_llm_extra_body\": true,\n \"enable_conversation_initiation_client_data_from_webhook\": true,\n \"enable_starting_workflow_node_id_from_client\": true\n },\n \"workspace_overrides\": {\n \"conversation_initiation_client_data_webhook\": {\n \"url\": \"https://example.com/webhook\",\n \"request_headers\": {\n \"Content-Type\": \"application/json\"\n }\n }\n },\n \"testing\": {\n \"attached_tests\": [\n {\n \"test_id\": \"test_123\",\n \"workflow_node_id\": \"node_abc\"\n },\n {\n \"test_id\": \"test_456\"\n }\n ]\n },\n \"archived\": true,\n \"guardrails\": {\n \"version\": \"1\"\n },\n \"summary_language\": \"summary_language\",\n \"auto_translate_transcript_to_app_language\": true,\n \"auth\": {\n \"enable_auth\": true,\n \"allowlist\": [\n {\n \"hostname\": \"https://example.com\"\n }\n ],\n \"require_origin_header\": true,\n \"shareable_token\": \"1234567890\"\n },\n \"call_limits\": {\n \"agent_concurrency_limit\": -1,\n \"daily_limit\": 100000,\n \"bursting_enabled\": true\n },\n \"privacy\": {\n \"record_voice\": true,\n \"retention_days\": -1,\n \"delete_transcript_and_pii\": false,\n \"delete_audio\": false,\n \"apply_to_existing_conversations\": false,\n \"zero_retention_mode\": false\n },\n \"trust_context\": \"unknown\",\n \"analysis_llm\": \"gpt-4o-mini\",\n \"alerting\": {\n \"monitor_configs\": {\n \"key\": {}\n },\n \"auto_resolve_after_inactive_minutes\": 1,\n \"notifiers\": [\n {\n \"webhook_id\": \"webhook_id\"\n }\n ]\n },\n \"safety\": {\n \"is_blocked_ivc\": true,\n \"is_blocked_non_ivc\": true,\n \"ignore_safety_evaluation\": true\n }\n },\n \"phone_numbers\": [\n {\n \"phone_number\": \"+919999999999\",\n \"label\": \"Exotel Outbound\",\n \"phone_number_id\": \"phnum_X3Pbu5gP6NNKBscdCdwB\",\n \"assigned_agent\": {\n \"agent_id\": \"F3Pbu5gP6NNKBscdCdwB\",\n \"agent_name\": \"My Agent\"\n },\n \"provider\": \"exotel\"\n }\n ],\n \"whatsapp_accounts\": [\n {\n \"business_account_id\": \"business_account_id\",\n \"phone_number_id\": \"phone_number_id\",\n \"business_account_name\": \"business_account_name\",\n \"phone_number_name\": \"phone_number_name\",\n \"phone_number\": \"phone_number\",\n \"assigned_agent_id\": \"assigned_agent_id\",\n \"enable_messaging\": true,\n \"enable_audio_message_response\": true,\n \"enable_typing_indicator\": true,\n \"assigned_agent_name\": \"assigned_agent_name\",\n \"is_token_expired\": true\n }\n ],\n \"workflow\": {\n \"edges\": {\n \"entry_to_tool_a\": {\n \"source\": \"entry_node\",\n \"target\": \"tool_node_a\",\n \"forward_condition\": {\n \"label\": null,\n \"condition\": \"User's last message contains a question about our pricing.\",\n \"type\": \"llm\"\n },\n \"backward_condition\": {\n \"label\": null,\n \"expression\": {\n \"children\": [],\n \"type\": \"and_operator\"\n },\n \"type\": \"expression\"\n }\n },\n \"start_to_entry\": {\n \"source\": \"start_node\",\n \"target\": \"entry_node\",\n \"forward_condition\": {\n \"label\": null,\n \"type\": \"unconditional\"\n },\n \"backward_condition\": {\n \"label\": null,\n \"expression\": {\n \"children\": [],\n \"type\": \"and_operator\"\n },\n \"type\": \"expression\"\n }\n },\n \"tool_a_to_failure\": {\n \"source\": \"tool_node_a\",\n \"target\": \"failure_node\",\n \"forward_condition\": {\n \"label\": null,\n \"successful\": true,\n \"type\": \"result\"\n },\n \"backward_condition\": {\n \"label\": null,\n \"expression\": {\n \"children\": [],\n \"type\": \"and_operator\"\n },\n \"type\": \"expression\"\n }\n },\n \"tool_a_to_tool_b\": {\n \"source\": \"tool_node_a\",\n \"target\": \"tool_node_b\",\n \"forward_condition\": {\n \"label\": null,\n \"successful\": true,\n \"type\": \"result\"\n },\n \"backward_condition\": {\n \"label\": null,\n \"expression\": {\n \"children\": [],\n \"type\": \"and_operator\"\n },\n \"type\": \"expression\"\n }\n },\n \"tool_b_to_agent_transfer\": {\n \"source\": \"tool_node_b\",\n \"target\": \"success_transfer\",\n \"forward_condition\": {\n \"label\": null,\n \"type\": \"unconditional\"\n },\n \"backward_condition\": {\n \"label\": null,\n \"expression\": {\n \"children\": [],\n \"type\": \"and_operator\"\n },\n \"type\": \"expression\"\n }\n },\n \"tool_b_to_conversation\": {\n \"source\": \"tool_node_b\",\n \"target\": \"success_conversation\",\n \"forward_condition\": {\n \"label\": null,\n \"condition\": \"User's last message contains a question about our pricing.\",\n \"type\": \"llm\"\n },\n \"backward_condition\": {\n \"label\": null,\n \"expression\": {\n \"children\": [],\n \"type\": \"and_operator\"\n },\n \"type\": \"expression\"\n }\n },\n \"tool_b_to_end\": {\n \"source\": \"tool_node_b\",\n \"target\": \"success_end\",\n \"forward_condition\": {\n \"label\": null,\n \"condition\": \"User's last message contains a question about our pricing.\",\n \"type\": \"llm\"\n },\n \"backward_condition\": {\n \"label\": null,\n \"expression\": {\n \"children\": [],\n \"type\": \"and_operator\"\n },\n \"type\": \"expression\"\n }\n },\n \"tool_b_to_phone\": {\n \"source\": \"tool_node_b\",\n \"target\": \"success_phone\",\n \"forward_condition\": {\n \"label\": null,\n \"expression\": {\n \"children\": [],\n \"type\": \"and_operator\"\n },\n \"type\": \"expression\"\n },\n \"backward_condition\": {\n \"label\": null,\n \"expression\": {\n \"children\": [],\n \"type\": \"and_operator\"\n },\n \"type\": \"expression\"\n }\n }\n },\n \"nodes\": {\n \"entry_node\": {\n \"position\": {\n \"x\": 1.1,\n \"y\": 1.1\n },\n \"edge_order\": [\n \"edge_order\"\n ],\n \"conversation_config\": {\n \"asr\": {\n \"quality\": \"high\",\n \"provider\": \"scribe_realtime\",\n \"user_input_audio_format\": \"pcm_16000\",\n \"keywords\": [\n \"hello\",\n \"world\"\n ]\n },\n \"turn\": {\n \"turn_timeout\": 7,\n \"silence_end_call_timeout\": -1,\n \"turn_eagerness\": \"normal\",\n \"spelling_patience\": \"auto\",\n \"speculative_turn\": false,\n \"retranscribe_on_turn_timeout\": false,\n \"turn_model\": \"turn_v3\",\n \"interruption_ignore_terms\": [\n \"interruption_ignore_terms\"\n ],\n \"interruption_ignore_term_languages\": [\n \"interruption_ignore_term_languages\"\n ],\n \"merge_with_default_ignore_terms\": false,\n \"transcribe_on_disabled_interruptions\": false,\n \"soft_timeout_config\": {\n \"timeout_seconds\": -1,\n \"message\": \"Hhmmmm...yeah.\",\n \"use_llm_generated_message\": false\n }\n },\n \"tts\": {\n \"model_id\": \"eleven_turbo_v2\",\n \"voice_id\": \"cjVigY5qzO86Huf0OWal\",\n \"agent_output_audio_format\": \"pcm_16000\",\n \"optimize_streaming_latency\": 3,\n \"stability\": 0.5,\n \"speed\": 1,\n \"similarity_boost\": 0.8,\n \"pronunciation_dictionary_locators\": [\n {\n \"pronunciation_dictionary_id\": \"pronunciation_dictionary_id\",\n \"version_id\": null\n }\n ]\n },\n \"conversation\": {\n \"max_duration_seconds\": 600,\n \"client_events\": [\n \"audio\",\n \"interruption\"\n ]\n },\n \"agent\": {\n \"first_message\": \"Hello, how can I help you today?\",\n \"language\": \"en\",\n \"dynamic_variables\": {\n \"dynamic_variable_placeholders\": {\n \"user_name\": \"John Doe\"\n }\n },\n \"disable_first_message_interruptions\": false,\n \"prompt\": {\n \"prompt\": \"You are a helpful assistant that can answer questions about the topic of the conversation.\",\n \"llm\": \"gemini-2.0-flash-001\",\n \"temperature\": 0,\n \"max_tokens\": -1,\n \"tool_ids\": [\n \"tool_ids\"\n ],\n \"built_in_tools\": {\n \"end_call\": {\n \"type\": \"system\",\n \"name\": \"end_call\",\n \"description\": \"\",\n \"assignments\": [\n {\n \"source\": \"response\",\n \"dynamic_variable\": \"user_name\",\n \"value_path\": \"user.name\",\n \"sanitize\": false,\n \"preserve_native_type\": false\n }\n ],\n \"params\": {\n \"system_tool_type\": \"end_call\"\n }\n },\n \"language_detection\": {\n \"type\": \"system\",\n \"name\": \"end_call\",\n \"description\": \"\",\n \"assignments\": [\n {\n \"source\": \"response\",\n \"dynamic_variable\": \"user_name\",\n \"value_path\": \"user.name\",\n \"sanitize\": false,\n \"preserve_native_type\": false\n }\n ],\n \"params\": {\n \"system_tool_type\": \"end_call\"\n }\n },\n \"transfer_to_agent\": {\n \"type\": \"system\",\n \"name\": \"end_call\",\n \"description\": \"\",\n \"assignments\": [\n {\n \"source\": \"response\",\n \"dynamic_variable\": \"user_name\",\n \"value_path\": \"user.name\",\n \"sanitize\": false,\n \"preserve_native_type\": false\n }\n ],\n \"params\": {\n \"system_tool_type\": \"end_call\"\n }\n },\n \"transfer_to_number\": {\n \"type\": \"system\",\n \"name\": \"end_call\",\n \"description\": \"\",\n \"assignments\": [\n {\n \"source\": \"response\",\n \"dynamic_variable\": \"user_name\",\n \"value_path\": \"user.name\",\n \"sanitize\": false,\n \"preserve_native_type\": false\n }\n ],\n \"params\": {\n \"system_tool_type\": \"end_call\"\n }\n },\n \"skip_turn\": {\n \"type\": \"system\",\n \"name\": \"end_call\",\n \"description\": \"\",\n \"assignments\": [\n {\n \"source\": \"response\",\n \"dynamic_variable\": \"user_name\",\n \"value_path\": \"user.name\",\n \"sanitize\": false,\n \"preserve_native_type\": false\n }\n ],\n \"params\": {\n \"system_tool_type\": \"end_call\"\n }\n },\n \"play_keypad_touch_tone\": {\n \"type\": \"system\",\n \"name\": \"end_call\",\n \"description\": \"\",\n \"assignments\": [\n {\n \"source\": \"response\",\n \"dynamic_variable\": \"user_name\",\n \"value_path\": \"user.name\",\n \"sanitize\": false,\n \"preserve_native_type\": false\n }\n ],\n \"params\": {\n \"system_tool_type\": \"end_call\"\n }\n },\n \"voicemail_detection\": {\n \"type\": \"system\",\n \"name\": \"end_call\",\n \"description\": \"\",\n \"assignments\": [\n {\n \"source\": \"response\",\n \"dynamic_variable\": \"user_name\",\n \"value_path\": \"user.name\",\n \"sanitize\": false,\n \"preserve_native_type\": false\n }\n ],\n \"params\": {\n \"system_tool_type\": \"end_call\"\n }\n }\n },\n \"knowledge_base\": [\n {\n \"type\": \"file\",\n \"name\": \"My Knowledge Base\",\n \"id\": \"123\",\n \"usage_mode\": \"auto\"\n }\n ],\n \"tools\": [\n {\n \"name\": \"name\",\n \"description\": \"description\",\n \"response_timeout_secs\": 1,\n \"disable_interruptions\": true,\n \"interruption_mode\": \"allow\",\n \"force_pre_tool_speech\": true,\n \"pre_tool_speech\": \"auto\",\n \"assignments\": [\n {\n \"source\": \"response\",\n \"dynamic_variable\": \"user_name\",\n \"value_path\": \"user.name\",\n \"sanitize\": false,\n \"preserve_native_type\": false\n }\n ],\n \"tool_call_sound\": null,\n \"tool_call_sound_behavior\": \"auto\",\n \"tool_error_handling_mode\": \"auto\",\n \"dynamic_variables\": {\n \"dynamic_variable_placeholders\": {\n \"user_name\": \"John Doe\"\n }\n },\n \"execution_mode\": \"immediate\",\n \"tool_version\": \"tool_version\",\n \"api_integration_id\": \"api_integration_id\",\n \"api_integration_connection_id\": \"api_integration_connection_id\",\n \"api_schema_overrides\": null,\n \"type\": \"api_integration_webhook\"\n }\n ]\n }\n }\n },\n \"additional_prompt\": \"additional_prompt\",\n \"additional_knowledge_base\": [\n {\n \"type\": \"file\",\n \"name\": \"My Knowledge Base\",\n \"id\": \"123\",\n \"usage_mode\": \"auto\"\n }\n ],\n \"additional_tool_ids\": [\n \"additional_tool_ids\"\n ],\n \"label\": \"label\",\n \"entry_behavior\": \"generate_immediately\",\n \"type\": \"override_agent\"\n },\n \"failure_node\": {\n \"position\": {\n \"x\": 1.1,\n \"y\": 1.1\n },\n \"edge_order\": [\n \"edge_order\"\n ],\n \"conversation_config\": {\n \"asr\": {\n \"quality\": \"high\",\n \"provider\": \"scribe_realtime\",\n \"user_input_audio_format\": \"pcm_16000\",\n \"keywords\": [\n \"hello\",\n \"world\"\n ]\n },\n \"turn\": {\n \"turn_timeout\": 7,\n \"silence_end_call_timeout\": -1,\n \"turn_eagerness\": \"normal\",\n \"spelling_patience\": \"auto\",\n \"speculative_turn\": false,\n \"retranscribe_on_turn_timeout\": false,\n \"turn_model\": \"turn_v3\",\n \"interruption_ignore_terms\": [\n \"interruption_ignore_terms\"\n ],\n \"interruption_ignore_term_languages\": [\n \"interruption_ignore_term_languages\"\n ],\n \"merge_with_default_ignore_terms\": false,\n \"transcribe_on_disabled_interruptions\": false,\n \"soft_timeout_config\": {\n \"timeout_seconds\": -1,\n \"message\": \"Hhmmmm...yeah.\",\n \"use_llm_generated_message\": false\n }\n },\n \"tts\": {\n \"model_id\": \"eleven_turbo_v2\",\n \"voice_id\": \"cjVigY5qzO86Huf0OWal\",\n \"agent_output_audio_format\": \"pcm_16000\",\n \"optimize_streaming_latency\": 3,\n \"stability\": 0.5,\n \"speed\": 1,\n \"similarity_boost\": 0.8,\n \"pronunciation_dictionary_locators\": [\n {\n \"pronunciation_dictionary_id\": \"pronunciation_dictionary_id\",\n \"version_id\": null\n }\n ]\n },\n \"conversation\": {\n \"max_duration_seconds\": 600,\n \"client_events\": [\n \"audio\",\n \"interruption\"\n ]\n },\n \"agent\": {\n \"first_message\": \"Hello, how can I help you today?\",\n \"language\": \"en\",\n \"dynamic_variables\": {\n \"dynamic_variable_placeholders\": {\n \"user_name\": \"John Doe\"\n }\n },\n \"disable_first_message_interruptions\": false,\n \"prompt\": {\n \"prompt\": \"You are a helpful assistant that can answer questions about the topic of the conversation.\",\n \"llm\": \"gemini-2.0-flash-001\",\n \"temperature\": 0,\n \"max_tokens\": -1,\n \"tool_ids\": [\n \"tool_ids\"\n ],\n \"built_in_tools\": {\n \"end_call\": {\n \"type\": \"system\",\n \"name\": \"end_call\",\n \"description\": \"\",\n \"assignments\": [\n {\n \"source\": \"response\",\n \"dynamic_variable\": \"user_name\",\n \"value_path\": \"user.name\",\n \"sanitize\": false,\n \"preserve_native_type\": false\n }\n ],\n \"params\": {\n \"system_tool_type\": \"end_call\"\n }\n },\n \"language_detection\": {\n \"type\": \"system\",\n \"name\": \"end_call\",\n \"description\": \"\",\n \"assignments\": [\n {\n \"source\": \"response\",\n \"dynamic_variable\": \"user_name\",\n \"value_path\": \"user.name\",\n \"sanitize\": false,\n \"preserve_native_type\": false\n }\n ],\n \"params\": {\n \"system_tool_type\": \"end_call\"\n }\n },\n \"transfer_to_agent\": {\n \"type\": \"system\",\n \"name\": \"end_call\",\n \"description\": \"\",\n \"assignments\": [\n {\n \"source\": \"response\",\n \"dynamic_variable\": \"user_name\",\n \"value_path\": \"user.name\",\n \"sanitize\": false,\n \"preserve_native_type\": false\n }\n ],\n \"params\": {\n \"system_tool_type\": \"end_call\"\n }\n },\n \"transfer_to_number\": {\n \"type\": \"system\",\n \"name\": \"end_call\",\n \"description\": \"\",\n \"assignments\": [\n {\n \"source\": \"response\",\n \"dynamic_variable\": \"user_name\",\n \"value_path\": \"user.name\",\n \"sanitize\": false,\n \"preserve_native_type\": false\n }\n ],\n \"params\": {\n \"system_tool_type\": \"end_call\"\n }\n },\n \"skip_turn\": {\n \"type\": \"system\",\n \"name\": \"end_call\",\n \"description\": \"\",\n \"assignments\": [\n {\n \"source\": \"response\",\n \"dynamic_variable\": \"user_name\",\n \"value_path\": \"user.name\",\n \"sanitize\": false,\n \"preserve_native_type\": false\n }\n ],\n \"params\": {\n \"system_tool_type\": \"end_call\"\n }\n },\n \"play_keypad_touch_tone\": {\n \"type\": \"system\",\n \"name\": \"end_call\",\n \"description\": \"\",\n \"assignments\": [\n {\n \"source\": \"response\",\n \"dynamic_variable\": \"user_name\",\n \"value_path\": \"user.name\",\n \"sanitize\": false,\n \"preserve_native_type\": false\n }\n ],\n \"params\": {\n \"system_tool_type\": \"end_call\"\n }\n },\n \"voicemail_detection\": {\n \"type\": \"system\",\n \"name\": \"end_call\",\n \"description\": \"\",\n \"assignments\": [\n {\n \"source\": \"response\",\n \"dynamic_variable\": \"user_name\",\n \"value_path\": \"user.name\",\n \"sanitize\": false,\n \"preserve_native_type\": false\n }\n ],\n \"params\": {\n \"system_tool_type\": \"end_call\"\n }\n }\n },\n \"knowledge_base\": [\n {\n \"type\": \"file\",\n \"name\": \"My Knowledge Base\",\n \"id\": \"123\",\n \"usage_mode\": \"auto\"\n }\n ],\n \"tools\": [\n {\n \"name\": \"name\",\n \"description\": \"description\",\n \"response_timeout_secs\": 1,\n \"disable_interruptions\": true,\n \"interruption_mode\": \"allow\",\n \"force_pre_tool_speech\": true,\n \"pre_tool_speech\": \"auto\",\n \"assignments\": [\n {\n \"source\": \"response\",\n \"dynamic_variable\": \"user_name\",\n \"value_path\": \"user.name\",\n \"sanitize\": false,\n \"preserve_native_type\": false\n }\n ],\n \"tool_call_sound\": null,\n \"tool_call_sound_behavior\": \"auto\",\n \"tool_error_handling_mode\": \"auto\",\n \"dynamic_variables\": {\n \"dynamic_variable_placeholders\": {\n \"user_name\": \"John Doe\"\n }\n },\n \"execution_mode\": \"immediate\",\n \"tool_version\": \"tool_version\",\n \"api_integration_id\": \"api_integration_id\",\n \"api_integration_connection_id\": \"api_integration_connection_id\",\n \"api_schema_overrides\": null,\n \"type\": \"api_integration_webhook\"\n }\n ]\n }\n }\n },\n \"additional_prompt\": \"additional_prompt\",\n \"additional_knowledge_base\": [\n {\n \"type\": \"file\",\n \"name\": \"My Knowledge Base\",\n \"id\": \"123\",\n \"usage_mode\": \"auto\"\n }\n ],\n \"additional_tool_ids\": [\n \"additional_tool_ids\"\n ],\n \"label\": \"label\",\n \"entry_behavior\": \"generate_immediately\",\n \"type\": \"override_agent\"\n },\n \"start_node\": {\n \"position\": {\n \"x\": 1.1,\n \"y\": 1.1\n },\n \"edge_order\": [\n \"edge_order\"\n ],\n \"type\": \"start\"\n },\n \"success_conversation\": {\n \"position\": {\n \"x\": 1.1,\n \"y\": 1.1\n },\n \"edge_order\": [\n \"edge_order\"\n ],\n \"conversation_config\": {\n \"asr\": {\n \"quality\": \"high\",\n \"provider\": \"scribe_realtime\",\n \"user_input_audio_format\": \"pcm_16000\",\n \"keywords\": [\n \"hello\",\n \"world\"\n ]\n },\n \"turn\": {\n \"turn_timeout\": 7,\n \"silence_end_call_timeout\": -1,\n \"turn_eagerness\": \"normal\",\n \"spelling_patience\": \"auto\",\n \"speculative_turn\": false,\n \"retranscribe_on_turn_timeout\": false,\n \"turn_model\": \"turn_v3\",\n \"interruption_ignore_terms\": [\n \"interruption_ignore_terms\"\n ],\n \"interruption_ignore_term_languages\": [\n \"interruption_ignore_term_languages\"\n ],\n \"merge_with_default_ignore_terms\": false,\n \"transcribe_on_disabled_interruptions\": false,\n \"soft_timeout_config\": {\n \"timeout_seconds\": -1,\n \"message\": \"Hhmmmm...yeah.\",\n \"use_llm_generated_message\": false\n }\n },\n \"tts\": {\n \"model_id\": \"eleven_turbo_v2\",\n \"voice_id\": \"cjVigY5qzO86Huf0OWal\",\n \"agent_output_audio_format\": \"pcm_16000\",\n \"optimize_streaming_latency\": 3,\n \"stability\": 0.5,\n \"speed\": 1,\n \"similarity_boost\": 0.8,\n \"pronunciation_dictionary_locators\": [\n {\n \"pronunciation_dictionary_id\": \"pronunciation_dictionary_id\",\n \"version_id\": null\n }\n ]\n },\n \"conversation\": {\n \"max_duration_seconds\": 600,\n \"client_events\": [\n \"audio\",\n \"interruption\"\n ]\n },\n \"agent\": {\n \"first_message\": \"Hello, how can I help you today?\",\n \"language\": \"en\",\n \"dynamic_variables\": {\n \"dynamic_variable_placeholders\": {\n \"user_name\": \"John Doe\"\n }\n },\n \"disable_first_message_interruptions\": false,\n \"prompt\": {\n \"prompt\": \"You are a helpful assistant that can answer questions about the topic of the conversation.\",\n \"llm\": \"gemini-2.0-flash-001\",\n \"temperature\": 0,\n \"max_tokens\": -1,\n \"tool_ids\": [\n \"tool_ids\"\n ],\n \"built_in_tools\": {\n \"end_call\": {\n \"type\": \"system\",\n \"name\": \"end_call\",\n \"description\": \"\",\n \"assignments\": [\n {\n \"source\": \"response\",\n \"dynamic_variable\": \"user_name\",\n \"value_path\": \"user.name\",\n \"sanitize\": false,\n \"preserve_native_type\": false\n }\n ],\n \"params\": {\n \"system_tool_type\": \"end_call\"\n }\n },\n \"language_detection\": {\n \"type\": \"system\",\n \"name\": \"end_call\",\n \"description\": \"\",\n \"assignments\": [\n {\n \"source\": \"response\",\n \"dynamic_variable\": \"user_name\",\n \"value_path\": \"user.name\",\n \"sanitize\": false,\n \"preserve_native_type\": false\n }\n ],\n \"params\": {\n \"system_tool_type\": \"end_call\"\n }\n },\n \"transfer_to_agent\": {\n \"type\": \"system\",\n \"name\": \"end_call\",\n \"description\": \"\",\n \"assignments\": [\n {\n \"source\": \"response\",\n \"dynamic_variable\": \"user_name\",\n \"value_path\": \"user.name\",\n \"sanitize\": false,\n \"preserve_native_type\": false\n }\n ],\n \"params\": {\n \"system_tool_type\": \"end_call\"\n }\n },\n \"transfer_to_number\": {\n \"type\": \"system\",\n \"name\": \"end_call\",\n \"description\": \"\",\n \"assignments\": [\n {\n \"source\": \"response\",\n \"dynamic_variable\": \"user_name\",\n \"value_path\": \"user.name\",\n \"sanitize\": false,\n \"preserve_native_type\": false\n }\n ],\n \"params\": {\n \"system_tool_type\": \"end_call\"\n }\n },\n \"skip_turn\": {\n \"type\": \"system\",\n \"name\": \"end_call\",\n \"description\": \"\",\n \"assignments\": [\n {\n \"source\": \"response\",\n \"dynamic_variable\": \"user_name\",\n \"value_path\": \"user.name\",\n \"sanitize\": false,\n \"preserve_native_type\": false\n }\n ],\n \"params\": {\n \"system_tool_type\": \"end_call\"\n }\n },\n \"play_keypad_touch_tone\": {\n \"type\": \"system\",\n \"name\": \"end_call\",\n \"description\": \"\",\n \"assignments\": [\n {\n \"source\": \"response\",\n \"dynamic_variable\": \"user_name\",\n \"value_path\": \"user.name\",\n \"sanitize\": false,\n \"preserve_native_type\": false\n }\n ],\n \"params\": {\n \"system_tool_type\": \"end_call\"\n }\n },\n \"voicemail_detection\": {\n \"type\": \"system\",\n \"name\": \"end_call\",\n \"description\": \"\",\n \"assignments\": [\n {\n \"source\": \"response\",\n \"dynamic_variable\": \"user_name\",\n \"value_path\": \"user.name\",\n \"sanitize\": false,\n \"preserve_native_type\": false\n }\n ],\n \"params\": {\n \"system_tool_type\": \"end_call\"\n }\n }\n },\n \"knowledge_base\": [\n {\n \"type\": \"file\",\n \"name\": \"My Knowledge Base\",\n \"id\": \"123\",\n \"usage_mode\": \"auto\"\n }\n ],\n \"tools\": [\n {\n \"name\": \"name\",\n \"description\": \"description\",\n \"response_timeout_secs\": 1,\n \"disable_interruptions\": true,\n \"interruption_mode\": \"allow\",\n \"force_pre_tool_speech\": true,\n \"pre_tool_speech\": \"auto\",\n \"assignments\": [\n {\n \"source\": \"response\",\n \"dynamic_variable\": \"user_name\",\n \"value_path\": \"user.name\",\n \"sanitize\": false,\n \"preserve_native_type\": false\n }\n ],\n \"tool_call_sound\": null,\n \"tool_call_sound_behavior\": \"auto\",\n \"tool_error_handling_mode\": \"auto\",\n \"dynamic_variables\": {\n \"dynamic_variable_placeholders\": {\n \"user_name\": \"John Doe\"\n }\n },\n \"execution_mode\": \"immediate\",\n \"tool_version\": \"tool_version\",\n \"api_integration_id\": \"api_integration_id\",\n \"api_integration_connection_id\": \"api_integration_connection_id\",\n \"api_schema_overrides\": null,\n \"type\": \"api_integration_webhook\"\n }\n ]\n }\n }\n },\n \"additional_prompt\": \"additional_prompt\",\n \"additional_knowledge_base\": [\n {\n \"type\": \"file\",\n \"name\": \"My Knowledge Base\",\n \"id\": \"123\",\n \"usage_mode\": \"auto\"\n }\n ],\n \"additional_tool_ids\": [\n \"additional_tool_ids\"\n ],\n \"label\": \"label\",\n \"entry_behavior\": \"generate_immediately\",\n \"type\": \"override_agent\"\n },\n \"success_end\": {\n \"position\": {\n \"x\": 1.1,\n \"y\": 1.1\n },\n \"edge_order\": [\n \"edge_order\"\n ],\n \"type\": \"end\"\n },\n \"success_phone\": {\n \"custom_sip_headers\": [\n {\n \"key\": \"key\",\n \"value\": \"value\",\n \"type\": \"dynamic\"\n }\n ],\n \"transfer_destination\": {\n \"phone_number\": \"phone_number\",\n \"type\": \"phone\"\n },\n \"transfer_type\": \"blind\",\n \"uui\": null,\n \"post_dial_digits\": null,\n \"position\": {\n \"x\": 1.1,\n \"y\": 1.1\n },\n \"edge_order\": [\n \"edge_order\"\n ],\n \"type\": \"phone_number\"\n },\n \"success_transfer\": {\n \"position\": {\n \"x\": 1.1,\n \"y\": 1.1\n },\n \"edge_order\": [\n \"edge_order\"\n ],\n \"agent_id\": null,\n \"node_id\": null,\n \"delay_ms\": 1,\n \"transfer_message\": null,\n \"enable_transferred_agent_first_message\": true,\n \"preserve_client_tts_overrides\": true,\n \"type\": \"standalone_agent\"\n },\n \"tool_node_a\": {\n \"position\": {\n \"x\": 1.1,\n \"y\": 1.1\n },\n \"edge_order\": [\n \"edge_order\"\n ],\n \"tools\": [\n {\n \"tool_id\": \"tool_id\"\n }\n ],\n \"type\": \"tool\"\n },\n \"tool_node_b\": {\n \"position\": {\n \"x\": 1.1,\n \"y\": 1.1\n },\n \"edge_order\": [\n \"edge_order\"\n ],\n \"tools\": [\n {\n \"tool_id\": \"tool_id\"\n }\n ],\n \"type\": \"tool\"\n }\n },\n \"prevent_subagent_loops\": false\n },\n \"access_info\": {\n \"is_creator\": true,\n \"creator_name\": \"John Doe\",\n \"creator_email\": \"john.doe@example.com\",\n \"role\": \"admin\",\n \"anonymous_access_level_override\": \"admin\",\n \"access_source\": \"creator\"\n },\n \"tags\": [\n \"tags\"\n ],\n \"version_id\": \"version_id\",\n \"branch_id\": \"branch_id\",\n \"main_branch_id\": \"main_branch_id\"\n}" @@ -2204,8 +2547,13 @@ "value": "cursor" } ], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"agents\": [\n {\n \"agent_id\": \"J3Pbu5gP6NNKBscdCdwB\",\n \"name\": \"My Agent\",\n \"tags\": [\n \"Customer Support\",\n \"Technical Help\",\n \"Eleven\"\n ],\n \"created_at_unix_secs\": 1716153600,\n \"access_info\": {\n \"is_creator\": true,\n \"creator_name\": \"John Doe\",\n \"creator_email\": \"john@example.com\",\n \"role\": \"admin\"\n },\n \"last_call_time_unix_secs\": 1,\n \"archived\": false\n }\n ],\n \"next_cursor\": \"123\",\n \"has_more\": false\n}" @@ -2220,8 +2568,13 @@ }, "body": {}, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"agent_id\": \"J3Pbu5gP6NNKBscdCdwB\"\n}" @@ -2244,8 +2597,13 @@ } }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"simulated_conversation\": [\n {\n \"role\": \"user\",\n \"agent_metadata\": {\n \"agent_id\": \"agent_id\"\n },\n \"message\": \"message\",\n \"multivoice_message\": {\n \"parts\": [\n {\n \"text\": \"text\",\n \"voice_label\": null,\n \"time_in_call_secs\": null\n }\n ]\n },\n \"tool_calls\": [\n {\n \"request_id\": \"request_id\",\n \"tool_name\": \"tool_name\",\n \"params_as_json\": \"params_as_json\",\n \"tool_has_been_called\": true\n }\n ],\n \"tool_results\": [\n {\n \"request_id\": \"request_id\",\n \"tool_name\": \"tool_name\",\n \"result_value\": \"result_value\",\n \"is_error\": true,\n \"tool_has_been_called\": true\n }\n ],\n \"feedback\": {\n \"score\": \"like\",\n \"time_in_call_secs\": 1\n },\n \"llm_override\": \"llm_override\",\n \"producing_llm\": \"producing_llm\",\n \"time_in_call_secs\": 1,\n \"rag_retrieval_info\": {\n \"chunks\": [\n {\n \"document_id\": \"document_id\",\n \"chunk_id\": \"chunk_id\",\n \"vector_distance\": 1.1\n }\n ],\n \"embedding_model\": \"e5_mistral_7b_instruct\",\n \"retrieval_query\": \"retrieval_query\",\n \"rag_latency_secs\": 1.1\n },\n \"interrupted\": true,\n \"ignored_as_backchannel\": true,\n \"original_message\": \"original_message\",\n \"reasoning\": [\n {}\n ],\n \"source_medium\": \"audio\",\n \"source_event_id\": 1,\n \"used_static_kb_document_ids\": [\n \"used_static_kb_document_ids\"\n ],\n \"user_identifier\": \"user_identifier\",\n \"id\": \"id\",\n \"triggered_guardrails\": [\n {\n \"guardrail_type\": \"custom\"\n }\n ],\n \"file_input\": {\n \"file_id\": \"file_id\",\n \"original_filename\": \"original_filename\",\n \"mime_type\": \"mime_type\",\n \"file_url\": \"file_url\"\n },\n \"contextual_update_info\": {\n \"context_id\": \"context_id\"\n },\n \"reasoned\": true\n }\n ],\n \"analysis\": {\n \"evaluation_criteria_results\": {\n \"key\": {\n \"criteria_id\": \"criteria_id\",\n \"result\": \"success\",\n \"rationale\": \"rationale\"\n }\n },\n \"data_collection_results\": {\n \"key\": {\n \"data_collection_id\": \"data_collection_id\",\n \"json_schema\": {\n \"type\": \"string\",\n \"description\": \"A user-provided message\"\n },\n \"rationale\": \"rationale\"\n }\n },\n \"evaluation_criteria_results_list\": [\n {\n \"criteria_id\": \"criteria_id\",\n \"result\": \"success\",\n \"rationale\": \"rationale\"\n }\n ],\n \"data_collection_results_list\": [\n {\n \"data_collection_id\": \"data_collection_id\",\n \"json_schema\": {\n \"type\": \"string\",\n \"description\": \"A user-provided message\"\n },\n \"rationale\": \"rationale\"\n }\n ],\n \"call_successful\": \"success\",\n \"call_success_score\": 1.1,\n \"transcript_summary\": \"transcript_summary\",\n \"call_summary_title\": \"call_summary_title\",\n \"scoped\": [\n {\n \"scope\": \"conversation\",\n \"source_agent_id\": \"source_agent_id\",\n \"successful\": \"success\"\n }\n ]\n }\n}" @@ -2268,8 +2626,13 @@ } }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "\"\"" @@ -2290,8 +2653,13 @@ ] }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"id\": \"id\",\n \"agent_id\": \"agent_id\",\n \"branch_id\": \"branch_id\",\n \"created_at\": 1,\n \"folder_id\": \"folder_id\",\n \"repeat_count\": 1,\n \"bucketing_status\": \"pending\",\n \"result_groups\": [\n {\n \"test_id\": \"test_id\",\n \"test_name\": \"test_name\",\n \"workflow_node_id\": \"workflow_node_id\",\n \"buckets\": [\n {\n \"test_run_ids\": [\n \"test_run_ids\"\n ],\n \"title\": \"title\",\n \"reason\": \"reason\",\n \"status\": \"pending\"\n }\n ]\n }\n ],\n \"test_runs\": [\n {\n \"test_run_id\": \"test_run_id\",\n \"test_info\": {\n \"type\": \"llm\"\n },\n \"test_invocation_id\": \"test_invocation_id\",\n \"agent_id\": \"agent_id\",\n \"branch_id\": \"branch_id\",\n \"workflow_node_id\": \"workflow_node_id\",\n \"status\": \"pending\",\n \"agent_responses\": [\n {\n \"role\": \"user\",\n \"time_in_call_secs\": 1\n }\n ],\n \"test_id\": \"test_id\",\n \"test_name\": \"test_name\",\n \"condition_result\": {\n \"result\": \"success\"\n },\n \"last_updated_at_unix\": 1,\n \"metadata\": {\n \"workspace_id\": \"workspace_id\",\n \"test_name\": \"test_name\",\n \"ran_by_user_email\": \"ran_by_user_email\"\n },\n \"root_folder_id\": \"root_folder_id\",\n \"root_folder_name\": \"root_folder_name\",\n \"environment\": \"environment\"\n }\n ]\n}" @@ -2311,8 +2679,13 @@ "value": "agent_id" } ], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "multipartFields": [ { "wireName": "name", @@ -2342,8 +2715,13 @@ "params": {}, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"total_used_bytes\": 1,\n \"total_max_bytes\": 1,\n \"models\": [\n {\n \"model\": \"e5_mistral_7b_instruct\",\n \"used_bytes\": 1\n }\n ]\n}" @@ -2358,8 +2736,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"indexes\": [\n {\n \"id\": \"id\",\n \"model\": \"e5_mistral_7b_instruct\",\n \"status\": \"new\",\n \"progress_percentage\": 1.1,\n \"document_model_index_usage\": {\n \"used_bytes\": 1\n }\n }\n ]\n}" @@ -2375,8 +2758,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"id\": \"id\",\n \"model\": \"e5_mistral_7b_instruct\",\n \"status\": \"new\",\n \"progress_percentage\": 1.1,\n \"document_model_index_usage\": {\n \"used_bytes\": 1\n }\n}" @@ -2416,8 +2804,13 @@ "value": "cursor" } ], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"speech_engines\": [\n {\n \"speech_engine_id\": \"seng_3701k3ttaq12ewp8b7qv5rfyszkz\",\n \"name\": \"My Speech Engine\",\n \"created_at_unix_secs\": 1714000000,\n \"tags\": [\n \"production\",\n \"v1\"\n ],\n \"access_info\": {\n \"is_creator\": true,\n \"creator_name\": \"John Doe\",\n \"creator_email\": \"john@example.com\",\n \"role\": \"admin\"\n }\n }\n ],\n \"next_cursor\": \"next_cursor\",\n \"has_more\": false\n}" @@ -2434,8 +2827,13 @@ } }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 201, "body": "{\n \"speech_engine_id\": \"seng_3701k3ttaq12ewp8b7qv5rfyszkz\",\n \"name\": \"My Speech Engine\",\n \"speech_engine\": {\n \"ws_url\": \"wss://example.com/transcript\",\n \"request_headers\": {\n \"key\": \"value\"\n }\n },\n \"asr\": {\n \"quality\": \"high\",\n \"provider\": \"elevenlabs\",\n \"user_input_audio_format\": \"pcm_16000\",\n \"keywords\": [\n \"keywords\"\n ]\n },\n \"tts\": {\n \"model_id\": \"eleven_flash_v2\",\n \"voice_id\": \"cjVigY5qzO86Huf0OWal\",\n \"supported_voices\": [\n {\n \"label\": \"label\",\n \"voice_id\": \"voice_id\"\n }\n ],\n \"expressive_mode\": true,\n \"suggested_audio_tags\": [\n {\n \"tag\": \"tag\"\n }\n ],\n \"agent_output_audio_format\": \"pcm_16000\",\n \"optimize_streaming_latency\": 3,\n \"stability\": 0.5,\n \"speed\": 1,\n \"similarity_boost\": 0.8,\n \"text_normalisation_type\": \"system_prompt\",\n \"pronunciation_dictionary_locators\": [\n {\n \"pronunciation_dictionary_id\": \"pronunciation_dictionary_id\",\n \"version_id\": null\n }\n ],\n \"enable_phoneme_tags\": true\n },\n \"turn\": {\n \"turn_timeout\": 7,\n \"initial_wait_time\": 1.1,\n \"silence_end_call_timeout\": -1,\n \"turn_eagerness\": \"normal\",\n \"spelling_patience\": \"auto\",\n \"speculative_turn\": true,\n \"retranscribe_on_turn_timeout\": true,\n \"turn_model\": \"turn_v2\",\n \"interruption_ignore_terms\": [\n \"interruption_ignore_terms\"\n ],\n \"interruption_ignore_term_languages\": [\n \"interruption_ignore_term_languages\"\n ],\n \"merge_with_default_ignore_terms\": true,\n \"transcribe_on_disabled_interruptions\": true\n },\n \"vad\": {},\n \"conversation\": {\n \"text_only\": true,\n \"max_duration_seconds\": 600,\n \"client_events\": [\n \"audio\",\n \"interruption\",\n \"agent_response\",\n \"user_transcript\"\n ],\n \"file_input\": {\n \"enabled\": true,\n \"max_files_in_memory\": 1,\n \"max_files_per_conversation\": 1\n },\n \"monitoring_enabled\": true,\n \"monitoring_events\": [\n \"conversation_initiation_metadata\"\n ],\n \"background_sound\": {\n \"source_type\": \"preset\",\n \"source_id\": \"office2\",\n \"volume\": 1.1,\n \"crossfade_loop\": true\n },\n \"source_attribution\": true\n },\n \"privacy\": {\n \"record_voice\": true,\n \"retention_days\": -1,\n \"delete_transcript_and_pii\": false,\n \"delete_audio\": false,\n \"apply_to_existing_conversations\": false,\n \"zero_retention_mode\": false,\n \"conversation_history_redaction\": {\n \"enabled\": true,\n \"entities\": [\n \"name\"\n ]\n }\n },\n \"call_limits\": {\n \"agent_concurrency_limit\": -1,\n \"daily_limit\": 100000,\n \"bursting_enabled\": true\n },\n \"language\": \"en\",\n \"tags\": [\n \"production\",\n \"v1\"\n ],\n \"overrides\": {\n \"first_message\": false\n },\n \"metadata\": {\n \"created_at_unix_secs\": 1714000000,\n \"updated_at_unix_secs\": 1714000000,\n \"created_from\": \"api\",\n \"last_updated_from\": \"api\"\n },\n \"access_info\": {\n \"is_creator\": true,\n \"creator_name\": \"John Doe\",\n \"creator_email\": \"john.doe@example.com\",\n \"role\": \"admin\",\n \"anonymous_access_level_override\": \"admin\",\n \"access_source\": \"creator\"\n }\n}" @@ -2450,8 +2848,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"speech_engine_id\": \"seng_3701k3ttaq12ewp8b7qv5rfyszkz\",\n \"name\": \"My Speech Engine\",\n \"speech_engine\": {\n \"ws_url\": \"wss://example.com/transcript\",\n \"request_headers\": {\n \"key\": \"value\"\n }\n },\n \"asr\": {\n \"quality\": \"high\",\n \"provider\": \"elevenlabs\",\n \"user_input_audio_format\": \"pcm_16000\",\n \"keywords\": [\n \"keywords\"\n ]\n },\n \"tts\": {\n \"model_id\": \"eleven_flash_v2\",\n \"voice_id\": \"cjVigY5qzO86Huf0OWal\",\n \"supported_voices\": [\n {\n \"label\": \"label\",\n \"voice_id\": \"voice_id\"\n }\n ],\n \"expressive_mode\": true,\n \"suggested_audio_tags\": [\n {\n \"tag\": \"tag\"\n }\n ],\n \"agent_output_audio_format\": \"pcm_16000\",\n \"optimize_streaming_latency\": 3,\n \"stability\": 0.5,\n \"speed\": 1,\n \"similarity_boost\": 0.8,\n \"text_normalisation_type\": \"system_prompt\",\n \"pronunciation_dictionary_locators\": [\n {\n \"pronunciation_dictionary_id\": \"pronunciation_dictionary_id\",\n \"version_id\": null\n }\n ],\n \"enable_phoneme_tags\": true\n },\n \"turn\": {\n \"turn_timeout\": 7,\n \"initial_wait_time\": 1.1,\n \"silence_end_call_timeout\": -1,\n \"turn_eagerness\": \"normal\",\n \"spelling_patience\": \"auto\",\n \"speculative_turn\": true,\n \"retranscribe_on_turn_timeout\": true,\n \"turn_model\": \"turn_v2\",\n \"interruption_ignore_terms\": [\n \"interruption_ignore_terms\"\n ],\n \"interruption_ignore_term_languages\": [\n \"interruption_ignore_term_languages\"\n ],\n \"merge_with_default_ignore_terms\": true,\n \"transcribe_on_disabled_interruptions\": true\n },\n \"vad\": {},\n \"conversation\": {\n \"text_only\": true,\n \"max_duration_seconds\": 600,\n \"client_events\": [\n \"audio\",\n \"interruption\",\n \"agent_response\",\n \"user_transcript\"\n ],\n \"file_input\": {\n \"enabled\": true,\n \"max_files_in_memory\": 1,\n \"max_files_per_conversation\": 1\n },\n \"monitoring_enabled\": true,\n \"monitoring_events\": [\n \"conversation_initiation_metadata\"\n ],\n \"background_sound\": {\n \"source_type\": \"preset\",\n \"source_id\": \"office2\",\n \"volume\": 1.1,\n \"crossfade_loop\": true\n },\n \"source_attribution\": true\n },\n \"privacy\": {\n \"record_voice\": true,\n \"retention_days\": -1,\n \"delete_transcript_and_pii\": false,\n \"delete_audio\": false,\n \"apply_to_existing_conversations\": false,\n \"zero_retention_mode\": false,\n \"conversation_history_redaction\": {\n \"enabled\": true,\n \"entities\": [\n \"name\"\n ]\n }\n },\n \"call_limits\": {\n \"agent_concurrency_limit\": -1,\n \"daily_limit\": 100000,\n \"bursting_enabled\": true\n },\n \"language\": \"en\",\n \"tags\": [\n \"production\",\n \"v1\"\n ],\n \"overrides\": {\n \"first_message\": false\n },\n \"metadata\": {\n \"created_at_unix_secs\": 1714000000,\n \"updated_at_unix_secs\": 1714000000,\n \"created_from\": \"api\",\n \"last_updated_from\": \"api\"\n },\n \"access_info\": {\n \"is_creator\": true,\n \"creator_name\": \"John Doe\",\n \"creator_email\": \"john.doe@example.com\",\n \"role\": \"admin\",\n \"anonymous_access_level_override\": \"admin\",\n \"access_source\": \"creator\"\n }\n}" @@ -2466,8 +2869,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "\"\"" @@ -2482,8 +2890,13 @@ }, "body": {}, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"speech_engine_id\": \"seng_3701k3ttaq12ewp8b7qv5rfyszkz\",\n \"name\": \"My Speech Engine\",\n \"speech_engine\": {\n \"ws_url\": \"wss://example.com/transcript\",\n \"request_headers\": {\n \"key\": \"value\"\n }\n },\n \"asr\": {\n \"quality\": \"high\",\n \"provider\": \"elevenlabs\",\n \"user_input_audio_format\": \"pcm_16000\",\n \"keywords\": [\n \"keywords\"\n ]\n },\n \"tts\": {\n \"model_id\": \"eleven_flash_v2\",\n \"voice_id\": \"cjVigY5qzO86Huf0OWal\",\n \"supported_voices\": [\n {\n \"label\": \"label\",\n \"voice_id\": \"voice_id\"\n }\n ],\n \"expressive_mode\": true,\n \"suggested_audio_tags\": [\n {\n \"tag\": \"tag\"\n }\n ],\n \"agent_output_audio_format\": \"pcm_16000\",\n \"optimize_streaming_latency\": 3,\n \"stability\": 0.5,\n \"speed\": 1,\n \"similarity_boost\": 0.8,\n \"text_normalisation_type\": \"system_prompt\",\n \"pronunciation_dictionary_locators\": [\n {\n \"pronunciation_dictionary_id\": \"pronunciation_dictionary_id\",\n \"version_id\": null\n }\n ],\n \"enable_phoneme_tags\": true\n },\n \"turn\": {\n \"turn_timeout\": 7,\n \"initial_wait_time\": 1.1,\n \"silence_end_call_timeout\": -1,\n \"turn_eagerness\": \"normal\",\n \"spelling_patience\": \"auto\",\n \"speculative_turn\": true,\n \"retranscribe_on_turn_timeout\": true,\n \"turn_model\": \"turn_v2\",\n \"interruption_ignore_terms\": [\n \"interruption_ignore_terms\"\n ],\n \"interruption_ignore_term_languages\": [\n \"interruption_ignore_term_languages\"\n ],\n \"merge_with_default_ignore_terms\": true,\n \"transcribe_on_disabled_interruptions\": true\n },\n \"vad\": {},\n \"conversation\": {\n \"text_only\": true,\n \"max_duration_seconds\": 600,\n \"client_events\": [\n \"audio\",\n \"interruption\",\n \"agent_response\",\n \"user_transcript\"\n ],\n \"file_input\": {\n \"enabled\": true,\n \"max_files_in_memory\": 1,\n \"max_files_per_conversation\": 1\n },\n \"monitoring_enabled\": true,\n \"monitoring_events\": [\n \"conversation_initiation_metadata\"\n ],\n \"background_sound\": {\n \"source_type\": \"preset\",\n \"source_id\": \"office2\",\n \"volume\": 1.1,\n \"crossfade_loop\": true\n },\n \"source_attribution\": true\n },\n \"privacy\": {\n \"record_voice\": true,\n \"retention_days\": -1,\n \"delete_transcript_and_pii\": false,\n \"delete_audio\": false,\n \"apply_to_existing_conversations\": false,\n \"zero_retention_mode\": false,\n \"conversation_history_redaction\": {\n \"enabled\": true,\n \"entities\": [\n \"name\"\n ]\n }\n },\n \"call_limits\": {\n \"agent_concurrency_limit\": -1,\n \"daily_limit\": 100000,\n \"bursting_enabled\": true\n },\n \"language\": \"en\",\n \"tags\": [\n \"production\",\n \"v1\"\n ],\n \"overrides\": {\n \"first_message\": false\n },\n \"metadata\": {\n \"created_at_unix_secs\": 1714000000,\n \"updated_at_unix_secs\": 1714000000,\n \"created_from\": \"api\",\n \"last_updated_from\": \"api\"\n },\n \"access_info\": {\n \"is_creator\": true,\n \"creator_name\": \"John Doe\",\n \"creator_email\": \"john.doe@example.com\",\n \"role\": \"admin\",\n \"anonymous_access_level_override\": \"admin\",\n \"access_source\": \"creator\"\n }\n}" @@ -2523,8 +2936,13 @@ "value": "string" } ], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"environment_variables\": [\n {\n \"label\": \"label\",\n \"created_at_unix_secs\": 1,\n \"updated_at_unix_secs\": 1,\n \"created_by_user_id\": \"created_by_user_id\",\n \"type\": \"string\",\n \"id\": \"id\",\n \"workspace_id\": \"workspace_id\",\n \"values\": {\n \"key\": \"value\"\n }\n }\n ],\n \"next_cursor\": \"next_cursor\",\n \"has_more\": true\n}" @@ -2543,8 +2961,13 @@ "type": "string" }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"label\": \"label\",\n \"created_at_unix_secs\": 1,\n \"updated_at_unix_secs\": 1,\n \"created_by_user_id\": \"created_by_user_id\",\n \"type\": \"string\",\n \"id\": \"id\",\n \"workspace_id\": \"workspace_id\",\n \"values\": {\n \"key\": \"value\"\n }\n}" @@ -2559,8 +2982,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"label\": \"label\",\n \"created_at_unix_secs\": 1,\n \"updated_at_unix_secs\": 1,\n \"created_by_user_id\": \"created_by_user_id\",\n \"type\": \"string\",\n \"id\": \"id\",\n \"workspace_id\": \"workspace_id\",\n \"values\": {\n \"key\": \"value\"\n }\n}" @@ -2577,9 +3005,14 @@ "values": {} }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, - "response": { + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, + "response": { "status": 200, "body": "{\n \"label\": \"label\",\n \"created_at_unix_secs\": 1,\n \"updated_at_unix_secs\": 1,\n \"created_by_user_id\": \"created_by_user_id\",\n \"type\": \"string\",\n \"id\": \"id\",\n \"workspace_id\": \"workspace_id\",\n \"values\": {\n \"key\": \"value\"\n }\n}" } @@ -2613,8 +3046,13 @@ "value": "environment" } ], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"signed_url\": \"signed_url\"\n}" @@ -2649,8 +3087,13 @@ "value": "environment" } ], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"token\": \"token\",\n \"conversation_id\": \"conversation_id\"\n}" @@ -2818,8 +3261,13 @@ "value": "workflow_node_entered_id" } ], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"conversations\": [\n {\n \"agent_id\": \"agent_id\",\n \"branch_id\": \"branch_id\",\n \"version_id\": \"version_id\",\n \"agent_name\": \"agent_name\",\n \"conversation_id\": \"conversation_id\",\n \"start_time_unix_secs\": 1,\n \"call_duration_secs\": 1,\n \"message_count\": 1,\n \"status\": \"initiated\",\n \"termination_reason\": \"termination_reason\",\n \"call_successful\": \"success\",\n \"call_success_score\": 1.1,\n \"transcript_summary\": \"transcript_summary\",\n \"call_summary_title\": \"call_summary_title\",\n \"main_language\": \"main_language\",\n \"conversation_initiation_source\": \"unknown\",\n \"tool_names\": [\n \"tool_names\"\n ],\n \"direction\": \"inbound\",\n \"rating\": 1.1,\n \"sentiment_analysis\": {\n \"overall_label\": \"positive\",\n \"overall_sentiment_score\": 1.1,\n \"overall_frustration_score\": 1.1,\n \"min_user_sentiment_score\": 1.1,\n \"max_user_frustration_score\": 1.1,\n \"num_scored_user_turns\": 1\n },\n \"data_collection_results\": {\n \"key\": \"value\"\n },\n \"tag_ids\": [\n \"tag_ids\"\n ]\n }\n ],\n \"next_cursor\": \"next_cursor\",\n \"has_more\": true\n}" @@ -2844,8 +3292,13 @@ "value": "https://your-domain.zendesk.com/agent/tickets/12345" } ], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"agent_id\": \"agent_3701k3ttaq12ewp8b7qv5rfyszkz\",\n \"agent_name\": \"My agent\",\n \"conversation_product\": \"conversation_product\",\n \"status\": \"processing\",\n \"user_id\": \"user_id\",\n \"branch_id\": \"branch_id\",\n \"version_id\": \"agtvrsn_5xM3yVvZQKV0EfqQpLr2\",\n \"metadata\": {\n \"start_time_unix_secs\": 1714423232,\n \"accepted_time_unix_secs\": 1,\n \"call_duration_secs\": 10,\n \"cost\": 1,\n \"deletion_settings\": {\n \"deletion_time_unix_secs\": 1,\n \"deleted_logs_at_time_unix_secs\": 1,\n \"deleted_audio_at_time_unix_secs\": 1,\n \"deleted_transcript_at_time_unix_secs\": 1,\n \"delete_transcript_and_pii\": true,\n \"delete_audio\": true\n },\n \"feedback\": {\n \"type\": \"thumbs\",\n \"overall_score\": \"like\",\n \"likes\": 1,\n \"dislikes\": 1,\n \"rating\": 1,\n \"comment\": \"comment\"\n },\n \"authorization_method\": \"invalid\",\n \"charging\": {\n \"dev_discount\": true,\n \"is_burst\": true,\n \"tier\": \"tier\",\n \"llm_price\": 1.1,\n \"llm_charge\": 1,\n \"call_charge\": 1,\n \"platform_charge\": 1,\n \"platform_price\": 1.1,\n \"free_minutes_consumed\": 1.1,\n \"free_llm_dollars_consumed\": 1.1,\n \"analysis\": {\n \"total\": {},\n \"last_run\": {}\n }\n },\n \"phone_call\": {\n \"direction\": \"inbound\",\n \"phone_number_id\": \"phone_number_id\",\n \"agent_number\": \"agent_number\",\n \"external_number\": \"external_number\",\n \"stream_sid\": \"stream_sid\",\n \"call_sid\": \"call_sid\",\n \"type\": \"exotel\"\n },\n \"batch_call\": {\n \"batch_call_id\": \"batch_call_id\",\n \"batch_call_recipient_id\": \"batch_call_recipient_id\"\n },\n \"termination_reason\": \"termination_reason\",\n \"error\": {\n \"code\": 1,\n \"reason\": \"reason\"\n },\n \"warnings\": [\n \"warnings\"\n ],\n \"main_language\": \"main_language\",\n \"rag_usage\": {\n \"usage_count\": 1,\n \"embedding_model\": \"embedding_model\"\n },\n \"text_only\": true,\n \"features_usage\": {\n \"pii_zrm_workspace\": true,\n \"pii_zrm_agent\": true,\n \"is_livekit\": true\n },\n \"eleven_assistant\": {\n \"is_eleven_assistant\": true\n },\n \"initiator_id\": \"initiator_id\",\n \"conversation_initiation_source\": \"unknown\",\n \"conversation_initiation_source_version\": \"conversation_initiation_source_version\",\n \"timezone\": \"timezone\",\n \"async_metadata\": {\n \"delivery_status\": \"pending\",\n \"delivery_timestamp\": 1,\n \"delivery_error\": \"delivery_error\",\n \"external_system\": \"external_system\",\n \"external_id\": \"external_id\",\n \"external_link\": \"external_link\",\n \"retry_count\": 1,\n \"last_retry_timestamp\": 1,\n \"last_processed_external_message_id\": \"last_processed_external_message_id\"\n },\n \"whatsapp\": {\n \"direction\": \"inbound\",\n \"whatsapp_phone_number_id\": \"whatsapp_phone_number_id\",\n \"whatsapp_user_id\": \"whatsapp_user_id\",\n \"awaiting_first_user_message\": true\n },\n \"sms\": {\n \"direction\": \"inbound\",\n \"phone_number_id\": \"phone_number_id\",\n \"sms_user_phone_number\": \"sms_user_phone_number\",\n \"agent_phone_number\": \"agent_phone_number\"\n },\n \"agent_created_from\": \"cli\",\n \"agent_last_updated_from\": \"cli\",\n \"voice_rewards\": [\n {\n \"voice_id\": \"voice_id\",\n \"reward_usd_cents\": 1.1\n }\n ],\n \"cost_fiat\": 1.1\n },\n \"analysis\": {\n \"evaluation_criteria_results\": {\n \"key\": {\n \"criteria_id\": \"criteria_id\",\n \"result\": \"success\",\n \"rationale\": \"rationale\"\n }\n },\n \"data_collection_results\": {\n \"key\": {\n \"data_collection_id\": \"data_collection_id\",\n \"json_schema\": {\n \"type\": \"string\",\n \"description\": \"A user-provided message\"\n },\n \"rationale\": \"rationale\"\n }\n },\n \"evaluation_criteria_results_list\": [\n {\n \"criteria_id\": \"criteria_id\",\n \"result\": \"success\",\n \"rationale\": \"rationale\"\n }\n ],\n \"data_collection_results_list\": [\n {\n \"data_collection_id\": \"data_collection_id\",\n \"json_schema\": {\n \"type\": \"string\",\n \"description\": \"A user-provided message\"\n },\n \"rationale\": \"rationale\"\n }\n ],\n \"call_successful\": \"success\",\n \"call_success_score\": 1.1,\n \"transcript_summary\": \"transcript_summary\",\n \"call_summary_title\": \"call_summary_title\",\n \"scoped\": [\n {\n \"scope\": \"conversation\",\n \"source_agent_id\": \"source_agent_id\",\n \"successful\": \"success\"\n }\n ]\n },\n \"visited_agents\": [\n {\n \"agent_id\": \"agent_id\",\n \"branch_id\": \"branch_id\"\n }\n ],\n \"conversation_initiation_client_data\": {\n \"conversation_config_override\": {\n \"asr\": {\n \"keywords\": [\n \"hello\",\n \"world\"\n ]\n },\n \"turn\": {\n \"soft_timeout_config\": {\n \"message\": \"Hhmmmm...yeah.\"\n }\n },\n \"tts\": {\n \"model_id\": \"eleven_turbo_v2\",\n \"voice_id\": \"cjVigY5qzO86Huf0OWal\",\n \"stability\": 0.5,\n \"speed\": 1,\n \"similarity_boost\": 0.8,\n \"pronunciation_dictionary_locators\": [\n {\n \"pronunciation_dictionary_id\": \"pronunciation_dictionary_id\",\n \"version_id\": null\n }\n ]\n },\n \"conversation\": {\n \"max_duration_seconds\": 600\n },\n \"agent\": {\n \"first_message\": \"Hello, how can I help you today?\",\n \"language\": \"en\",\n \"prompt\": {\n \"prompt\": \"You are a helpful assistant that can answer questions about the topic of the conversation.\",\n \"llm\": \"gemini-2.0-flash-001\",\n \"tool_ids\": [\n \"tool_ids\"\n ],\n \"knowledge_base\": [\n {\n \"type\": \"file\",\n \"name\": \"My Knowledge Base\",\n \"id\": \"123\",\n \"usage_mode\": \"auto\"\n }\n ]\n }\n }\n },\n \"custom_llm_extra_body\": {\n \"key\": \"value\"\n },\n \"user_id\": \"user_id\",\n \"source_info\": {\n \"source\": \"unknown\",\n \"version\": \"version\"\n },\n \"branch_id\": \"branch_id\",\n \"environment\": \"environment\",\n \"starting_workflow_node_id\": \"starting_workflow_node_id\",\n \"dynamic_variables\": {\n \"key\": \"value\"\n }\n },\n \"environment\": \"production\",\n \"conversation_id\": \"conv_7401k5m9x2p8ec3rqv6dtnhb0fzw\",\n \"has_audio\": true,\n \"has_user_audio\": true,\n \"has_response_audio\": true,\n \"has_auxiliary_audio\": true,\n \"transcript\": [\n {\n \"role\": \"user\",\n \"agent_metadata\": {\n \"agent_id\": \"agent_id\"\n },\n \"message\": \"Hello, how are you?\",\n \"multivoice_message\": {\n \"parts\": [\n {\n \"text\": \"text\",\n \"voice_label\": null,\n \"time_in_call_secs\": null\n }\n ]\n },\n \"tool_calls\": [\n {\n \"request_id\": \"request_id\",\n \"tool_name\": \"tool_name\",\n \"params_as_json\": \"params_as_json\",\n \"tool_has_been_called\": true\n }\n ],\n \"tool_results\": [\n {\n \"request_id\": \"request_id\",\n \"tool_name\": \"tool_name\",\n \"result_value\": \"result_value\",\n \"is_error\": true,\n \"tool_has_been_called\": true\n }\n ],\n \"feedback\": {\n \"score\": \"like\",\n \"time_in_call_secs\": 1\n },\n \"llm_override\": \"llm_override\",\n \"producing_llm\": \"producing_llm\",\n \"time_in_call_secs\": 10,\n \"rag_retrieval_info\": {\n \"chunks\": [\n {\n \"document_id\": \"document_id\",\n \"chunk_id\": \"chunk_id\",\n \"vector_distance\": 1.1\n }\n ],\n \"embedding_model\": \"e5_mistral_7b_instruct\",\n \"retrieval_query\": \"retrieval_query\",\n \"rag_latency_secs\": 1.1\n },\n \"interrupted\": true,\n \"ignored_as_backchannel\": true,\n \"original_message\": \"original_message\",\n \"reasoning\": [\n {}\n ],\n \"source_medium\": \"audio\",\n \"source_event_id\": 1,\n \"used_static_kb_document_ids\": [\n \"used_static_kb_document_ids\"\n ],\n \"user_identifier\": \"user_identifier\",\n \"id\": \"id\",\n \"triggered_guardrails\": [\n {\n \"guardrail_type\": \"custom\"\n }\n ],\n \"file_input\": {\n \"file_id\": \"file_id\",\n \"original_filename\": \"original_filename\",\n \"mime_type\": \"mime_type\",\n \"file_url\": \"file_url\"\n },\n \"contextual_update_info\": {\n \"context_id\": \"context_id\"\n },\n \"reasoned\": true\n }\n ],\n \"tag_ids\": [\n \"tag_ids\"\n ],\n \"otlp_traces\": {\n \"key\": \"value\"\n }\n}" @@ -2866,8 +3319,13 @@ "value": "json" } ], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"agent_id\": \"agent_3701k3ttaq12ewp8b7qv5rfyszkz\",\n \"agent_name\": \"My agent\",\n \"conversation_product\": \"conversation_product\",\n \"status\": \"processing\",\n \"user_id\": \"user_id\",\n \"branch_id\": \"branch_id\",\n \"version_id\": \"agtvrsn_5xM3yVvZQKV0EfqQpLr2\",\n \"metadata\": {\n \"start_time_unix_secs\": 1714423232,\n \"accepted_time_unix_secs\": 1,\n \"call_duration_secs\": 10,\n \"cost\": 1,\n \"deletion_settings\": {\n \"deletion_time_unix_secs\": 1,\n \"deleted_logs_at_time_unix_secs\": 1,\n \"deleted_audio_at_time_unix_secs\": 1,\n \"deleted_transcript_at_time_unix_secs\": 1,\n \"delete_transcript_and_pii\": true,\n \"delete_audio\": true\n },\n \"feedback\": {\n \"type\": \"thumbs\",\n \"overall_score\": \"like\",\n \"likes\": 1,\n \"dislikes\": 1,\n \"rating\": 1,\n \"comment\": \"comment\"\n },\n \"authorization_method\": \"invalid\",\n \"charging\": {\n \"dev_discount\": true,\n \"is_burst\": true,\n \"tier\": \"tier\",\n \"llm_price\": 1.1,\n \"llm_charge\": 1,\n \"call_charge\": 1,\n \"platform_charge\": 1,\n \"platform_price\": 1.1,\n \"free_minutes_consumed\": 1.1,\n \"free_llm_dollars_consumed\": 1.1,\n \"analysis\": {\n \"total\": {},\n \"last_run\": {}\n }\n },\n \"phone_call\": {\n \"direction\": \"inbound\",\n \"phone_number_id\": \"phone_number_id\",\n \"agent_number\": \"agent_number\",\n \"external_number\": \"external_number\",\n \"stream_sid\": \"stream_sid\",\n \"call_sid\": \"call_sid\",\n \"type\": \"exotel\"\n },\n \"batch_call\": {\n \"batch_call_id\": \"batch_call_id\",\n \"batch_call_recipient_id\": \"batch_call_recipient_id\"\n },\n \"termination_reason\": \"termination_reason\",\n \"error\": {\n \"code\": 1,\n \"reason\": \"reason\"\n },\n \"warnings\": [\n \"warnings\"\n ],\n \"main_language\": \"main_language\",\n \"rag_usage\": {\n \"usage_count\": 1,\n \"embedding_model\": \"embedding_model\"\n },\n \"text_only\": true,\n \"features_usage\": {\n \"pii_zrm_workspace\": true,\n \"pii_zrm_agent\": true,\n \"is_livekit\": true\n },\n \"eleven_assistant\": {\n \"is_eleven_assistant\": true\n },\n \"initiator_id\": \"initiator_id\",\n \"conversation_initiation_source\": \"unknown\",\n \"conversation_initiation_source_version\": \"conversation_initiation_source_version\",\n \"timezone\": \"timezone\",\n \"async_metadata\": {\n \"delivery_status\": \"pending\",\n \"delivery_timestamp\": 1,\n \"delivery_error\": \"delivery_error\",\n \"external_system\": \"external_system\",\n \"external_id\": \"external_id\",\n \"external_link\": \"external_link\",\n \"retry_count\": 1,\n \"last_retry_timestamp\": 1,\n \"last_processed_external_message_id\": \"last_processed_external_message_id\"\n },\n \"whatsapp\": {\n \"direction\": \"inbound\",\n \"whatsapp_phone_number_id\": \"whatsapp_phone_number_id\",\n \"whatsapp_user_id\": \"whatsapp_user_id\",\n \"awaiting_first_user_message\": true\n },\n \"sms\": {\n \"direction\": \"inbound\",\n \"phone_number_id\": \"phone_number_id\",\n \"sms_user_phone_number\": \"sms_user_phone_number\",\n \"agent_phone_number\": \"agent_phone_number\"\n },\n \"agent_created_from\": \"cli\",\n \"agent_last_updated_from\": \"cli\",\n \"voice_rewards\": [\n {\n \"voice_id\": \"voice_id\",\n \"reward_usd_cents\": 1.1\n }\n ],\n \"cost_fiat\": 1.1\n },\n \"analysis\": {\n \"evaluation_criteria_results\": {\n \"key\": {\n \"criteria_id\": \"criteria_id\",\n \"result\": \"success\",\n \"rationale\": \"rationale\"\n }\n },\n \"data_collection_results\": {\n \"key\": {\n \"data_collection_id\": \"data_collection_id\",\n \"json_schema\": {\n \"type\": \"string\",\n \"description\": \"A user-provided message\"\n },\n \"rationale\": \"rationale\"\n }\n },\n \"evaluation_criteria_results_list\": [\n {\n \"criteria_id\": \"criteria_id\",\n \"result\": \"success\",\n \"rationale\": \"rationale\"\n }\n ],\n \"data_collection_results_list\": [\n {\n \"data_collection_id\": \"data_collection_id\",\n \"json_schema\": {\n \"type\": \"string\",\n \"description\": \"A user-provided message\"\n },\n \"rationale\": \"rationale\"\n }\n ],\n \"call_successful\": \"success\",\n \"call_success_score\": 1.1,\n \"transcript_summary\": \"transcript_summary\",\n \"call_summary_title\": \"call_summary_title\",\n \"scoped\": [\n {\n \"scope\": \"conversation\",\n \"source_agent_id\": \"source_agent_id\",\n \"successful\": \"success\"\n }\n ]\n },\n \"visited_agents\": [\n {\n \"agent_id\": \"agent_id\",\n \"branch_id\": \"branch_id\"\n }\n ],\n \"conversation_initiation_client_data\": {\n \"conversation_config_override\": {\n \"asr\": {\n \"keywords\": [\n \"hello\",\n \"world\"\n ]\n },\n \"turn\": {\n \"soft_timeout_config\": {\n \"message\": \"Hhmmmm...yeah.\"\n }\n },\n \"tts\": {\n \"model_id\": \"eleven_turbo_v2\",\n \"voice_id\": \"cjVigY5qzO86Huf0OWal\",\n \"stability\": 0.5,\n \"speed\": 1,\n \"similarity_boost\": 0.8,\n \"pronunciation_dictionary_locators\": [\n {\n \"pronunciation_dictionary_id\": \"pronunciation_dictionary_id\",\n \"version_id\": null\n }\n ]\n },\n \"conversation\": {\n \"max_duration_seconds\": 600\n },\n \"agent\": {\n \"first_message\": \"Hello, how can I help you today?\",\n \"language\": \"en\",\n \"prompt\": {\n \"prompt\": \"You are a helpful assistant that can answer questions about the topic of the conversation.\",\n \"llm\": \"gemini-2.0-flash-001\",\n \"tool_ids\": [\n \"tool_ids\"\n ],\n \"knowledge_base\": [\n {\n \"type\": \"file\",\n \"name\": \"My Knowledge Base\",\n \"id\": \"123\",\n \"usage_mode\": \"auto\"\n }\n ]\n }\n }\n },\n \"custom_llm_extra_body\": {\n \"key\": \"value\"\n },\n \"user_id\": \"user_id\",\n \"source_info\": {\n \"source\": \"unknown\",\n \"version\": \"version\"\n },\n \"branch_id\": \"branch_id\",\n \"environment\": \"environment\",\n \"starting_workflow_node_id\": \"starting_workflow_node_id\",\n \"dynamic_variables\": {\n \"key\": \"value\"\n }\n },\n \"environment\": \"production\",\n \"conversation_id\": \"conv_7401k5m9x2p8ec3rqv6dtnhb0fzw\",\n \"has_audio\": true,\n \"has_user_audio\": true,\n \"has_response_audio\": true,\n \"has_auxiliary_audio\": true,\n \"transcript\": [\n {\n \"role\": \"user\",\n \"agent_metadata\": {\n \"agent_id\": \"agent_id\"\n },\n \"message\": \"Hello, how are you?\",\n \"multivoice_message\": {\n \"parts\": [\n {\n \"text\": \"text\",\n \"voice_label\": null,\n \"time_in_call_secs\": null\n }\n ]\n },\n \"tool_calls\": [\n {\n \"request_id\": \"request_id\",\n \"tool_name\": \"tool_name\",\n \"params_as_json\": \"params_as_json\",\n \"tool_has_been_called\": true\n }\n ],\n \"tool_results\": [\n {\n \"request_id\": \"request_id\",\n \"tool_name\": \"tool_name\",\n \"result_value\": \"result_value\",\n \"is_error\": true,\n \"tool_has_been_called\": true\n }\n ],\n \"feedback\": {\n \"score\": \"like\",\n \"time_in_call_secs\": 1\n },\n \"llm_override\": \"llm_override\",\n \"producing_llm\": \"producing_llm\",\n \"time_in_call_secs\": 10,\n \"rag_retrieval_info\": {\n \"chunks\": [\n {\n \"document_id\": \"document_id\",\n \"chunk_id\": \"chunk_id\",\n \"vector_distance\": 1.1\n }\n ],\n \"embedding_model\": \"e5_mistral_7b_instruct\",\n \"retrieval_query\": \"retrieval_query\",\n \"rag_latency_secs\": 1.1\n },\n \"interrupted\": true,\n \"ignored_as_backchannel\": true,\n \"original_message\": \"original_message\",\n \"reasoning\": [\n {}\n ],\n \"source_medium\": \"audio\",\n \"source_event_id\": 1,\n \"used_static_kb_document_ids\": [\n \"used_static_kb_document_ids\"\n ],\n \"user_identifier\": \"user_identifier\",\n \"id\": \"id\",\n \"triggered_guardrails\": [\n {\n \"guardrail_type\": \"custom\"\n }\n ],\n \"file_input\": {\n \"file_id\": \"file_id\",\n \"original_filename\": \"original_filename\",\n \"mime_type\": \"mime_type\",\n \"file_url\": \"file_url\"\n },\n \"contextual_update_info\": {\n \"context_id\": \"context_id\"\n },\n \"reasoned\": true\n }\n ],\n \"tag_ids\": [\n \"tag_ids\"\n ],\n \"otlp_traces\": {\n \"key\": \"value\"\n }\n}" @@ -2882,8 +3340,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"key\": \"value\"\n}" @@ -2909,8 +3372,13 @@ "value": "cursor" } ], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"sip_messages\": [\n {\n \"call_id\": \"call_id\",\n \"phone_numbers\": [\n \"phone_numbers\"\n ],\n \"local_address\": \"local_address\",\n \"remote_address\": \"remote_address\",\n \"transport\": \"transport\",\n \"raw_message\": \"raw_message\",\n \"error_message\": \"error_message\",\n \"direction\": \"in\",\n \"created_at_unix_micro\": 1\n }\n ],\n \"next_cursor\": \"next_cursor\",\n \"has_more\": true\n}" @@ -2927,8 +3395,13 @@ "to_number": "to_number" }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"success\": true,\n \"message\": \"message\",\n \"conversation_id\": \"conversation_id\",\n \"callSid\": \"callSid\"\n}" @@ -2945,8 +3418,13 @@ "to_number": "to_number" }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "\"string\"" @@ -2963,8 +3441,13 @@ "to_number": "to_number" }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"success\": true,\n \"message\": \"message\",\n \"conversation_id\": \"conversation_id\",\n \"callSid\": \"callSid\"\n}" @@ -2983,8 +3466,13 @@ "agent_id": "agent_id" }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"success\": true,\n \"message\": \"message\",\n \"conversation_id\": \"conversation_id\"\n}" @@ -3013,8 +3501,13 @@ "agent_id": "agent_id" }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"conversation_id\": \"conversation_id\"\n}" @@ -3031,8 +3524,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"key\": {\n \"data\": {\n \"agent_id\": \"J3Pbu5gP6NNKBscdCdwB\",\n \"name\": \"My Agent\",\n \"tags\": [\n \"Customer Support\",\n \"Technical Help\",\n \"Eleven\"\n ],\n \"created_at_unix_secs\": 1716153600,\n \"access_info\": {\n \"is_creator\": true,\n \"creator_name\": \"John Doe\",\n \"creator_email\": \"john@example.com\",\n \"role\": \"admin\"\n },\n \"last_call_time_unix_secs\": 1716240000,\n \"archived\": false\n },\n \"status\": \"success\"\n }\n}" @@ -3053,8 +3551,13 @@ "value": "conversation_signature" } ], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"agent_id\": \"agent_id\",\n \"widget_config\": {\n \"variant\": \"tiny\",\n \"placement\": \"top-left\",\n \"expandable\": \"never\",\n \"avatar\": {\n \"color_1\": \"#2792dc\",\n \"color_2\": \"#9ce6e6\",\n \"type\": \"orb\"\n },\n \"feedback_mode\": \"none\",\n \"end_feedback\": {\n \"type\": \"rating\"\n },\n \"bg_color\": \"bg_color\",\n \"text_color\": \"text_color\",\n \"btn_color\": \"btn_color\",\n \"btn_text_color\": \"btn_text_color\",\n \"border_color\": \"border_color\",\n \"focus_color\": \"focus_color\",\n \"border_radius\": 1,\n \"btn_radius\": 1,\n \"action_text\": \"action_text\",\n \"start_call_text\": \"start_call_text\",\n \"end_call_text\": \"end_call_text\",\n \"expand_text\": \"expand_text\",\n \"listening_text\": \"listening_text\",\n \"speaking_text\": \"speaking_text\",\n \"shareable_page_text\": \"shareable_page_text\",\n \"shareable_page_show_terms\": true,\n \"terms_text\": \"terms_text\",\n \"terms_html\": \"terms_html\",\n \"terms_key\": \"terms_key\",\n \"show_avatar_when_collapsed\": true,\n \"disable_banner\": true,\n \"override_link\": \"override_link\",\n \"markdown_link_allowed_hosts\": [\n {\n \"hostname\": \"hostname\"\n }\n ],\n \"markdown_link_include_www\": true,\n \"markdown_link_allow_http\": true,\n \"mic_muting_enabled\": true,\n \"transcript_enabled\": true,\n \"text_input_enabled\": true,\n \"conversation_mode_toggle_enabled\": true,\n \"default_expanded\": true,\n \"always_expanded\": true,\n \"dismissible\": true,\n \"show_agent_status\": true,\n \"show_conversation_id\": true,\n \"strip_audio_tags\": true,\n \"syntax_highlight_theme\": \"light\",\n \"text_contents\": {\n \"main_label\": \"main_label\",\n \"start_call\": \"start_call\",\n \"start_chat\": \"start_chat\",\n \"new_call\": \"new_call\",\n \"end_call\": \"end_call\",\n \"mute_microphone\": \"mute_microphone\",\n \"change_language\": \"change_language\",\n \"collapse\": \"collapse\",\n \"expand\": \"expand\",\n \"copied\": \"copied\",\n \"accept_terms\": \"accept_terms\",\n \"dismiss_terms\": \"dismiss_terms\",\n \"listening_status\": \"listening_status\",\n \"speaking_status\": \"speaking_status\",\n \"connecting_status\": \"connecting_status\",\n \"chatting_status\": \"chatting_status\",\n \"input_label\": \"input_label\",\n \"input_placeholder\": \"input_placeholder\",\n \"input_placeholder_text_only\": \"input_placeholder_text_only\",\n \"input_placeholder_new_conversation\": \"input_placeholder_new_conversation\",\n \"user_ended_conversation\": \"user_ended_conversation\",\n \"agent_ended_conversation\": \"agent_ended_conversation\",\n \"conversation_id\": \"conversation_id\",\n \"error_occurred\": \"error_occurred\",\n \"copy_id\": \"copy_id\",\n \"initiate_feedback\": \"initiate_feedback\",\n \"request_follow_up_feedback\": \"request_follow_up_feedback\",\n \"thanks_for_feedback\": \"thanks_for_feedback\",\n \"thanks_for_feedback_details\": \"thanks_for_feedback_details\",\n \"follow_up_feedback_placeholder\": \"follow_up_feedback_placeholder\",\n \"submit\": \"submit\",\n \"go_back\": \"go_back\",\n \"send_message\": \"send_message\",\n \"text_mode\": \"text_mode\",\n \"voice_mode\": \"voice_mode\",\n \"switched_to_text_mode\": \"switched_to_text_mode\",\n \"switched_to_voice_mode\": \"switched_to_voice_mode\",\n \"copy\": \"copy\",\n \"download\": \"download\",\n \"wrap\": \"wrap\",\n \"agent_working\": \"agent_working\",\n \"agent_done\": \"agent_done\",\n \"agent_error\": \"agent_error\",\n \"attach_file\": \"attach_file\",\n \"remove_file\": \"remove_file\",\n \"file_upload_error\": \"file_upload_error\",\n \"file_type_unsupported\": \"file_type_unsupported\",\n \"file_too_large\": \"file_too_large\",\n \"file_limit_reached\": \"file_limit_reached\",\n \"typing_indicator\": \"typing_indicator\"\n },\n \"styles\": {\n \"base\": \"base\",\n \"base_hover\": \"base_hover\",\n \"base_active\": \"base_active\",\n \"base_border\": \"base_border\",\n \"base_subtle\": \"base_subtle\",\n \"base_primary\": \"base_primary\",\n \"base_error\": \"base_error\",\n \"accent\": \"accent\",\n \"accent_hover\": \"accent_hover\",\n \"accent_active\": \"accent_active\",\n \"accent_border\": \"accent_border\",\n \"accent_subtle\": \"accent_subtle\",\n \"accent_primary\": \"accent_primary\",\n \"overlay_padding\": 1.1,\n \"button_radius\": 1.1,\n \"input_radius\": 1.1,\n \"bubble_radius\": 1.1,\n \"sheet_radius\": 1.1,\n \"compact_sheet_radius\": 1.1,\n \"dropdown_sheet_radius\": 1.1\n },\n \"show_resize_button\": true,\n \"language\": \"en\",\n \"supported_language_overrides\": [\n \"es\",\n \"fr\"\n ],\n \"language_presets\": {\n \"key\": {}\n },\n \"text_only\": false,\n \"supports_text_only\": true,\n \"first_message\": \"Hello! How can I help you today?\",\n \"use_rtc\": false,\n \"file_input_config\": {\n \"enabled\": false,\n \"max_files_in_memory\": 10,\n \"max_files_per_conversation\": 10\n }\n }\n}" @@ -3069,8 +3572,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"agent_id\": \"J3Pbu5gP6NNKBscdCdwB\",\n \"token\": {\n \"agent_id\": \"agent_id\",\n \"conversation_token\": \"conversation_token\",\n \"expiration_time_unix_secs\": 1,\n \"conversation_id\": \"conversation_id\",\n \"purpose\": \"signed_url\",\n \"token_requester_user_id\": \"token_requester_user_id\"\n }\n}" @@ -3085,8 +3593,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"number_of_pages\": 1.1\n}" @@ -3154,8 +3667,13 @@ "value": "cursor" } ], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"documents\": [\n {\n \"id\": \"id\",\n \"name\": \"name\",\n \"metadata\": {\n \"created_at_unix_secs\": 1,\n \"last_updated_at_unix_secs\": 1,\n \"size_bytes\": 1\n },\n \"supported_usages\": [\n \"prompt\"\n ],\n \"access_info\": {\n \"is_creator\": true,\n \"creator_name\": \"John Doe\",\n \"creator_email\": \"john.doe@example.com\",\n \"role\": \"admin\",\n \"access_source\": \"creator\"\n },\n \"folder_parent_id\": \"folder_parent_id\",\n \"folder_path\": [\n {\n \"id\": \"id\"\n }\n ],\n \"dependent_agents\": [\n {\n \"id\": \"id\",\n \"name\": \"name\",\n \"created_at_unix_secs\": 1,\n \"access_level\": \"admin\",\n \"type\": \"available\"\n }\n ],\n \"external_sync_info\": {\n \"type\": \"google_drive\",\n \"source_entity_id\": \"source_entity_id\",\n \"integration_connection_id\": \"integration_connection_id\",\n \"source_parent_entity_id\": \"source_parent_entity_id\",\n \"source_mime_type\": \"source_mime_type\",\n \"source_modified_time\": \"2024-01-15T09:30:00Z\"\n },\n \"is_frozen\": true,\n \"type\": \"file\"\n }\n ],\n \"next_cursor\": \"next_cursor\",\n \"has_more\": true\n}" @@ -3176,8 +3694,13 @@ ] }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"key\": {\n \"data\": {\n \"id\": \"id\",\n \"model\": \"e5_mistral_7b_instruct\",\n \"status\": \"new\",\n \"progress_percentage\": 1.1,\n \"document_model_index_usage\": {\n \"used_bytes\": 1\n }\n },\n \"status\": \"success\"\n }\n}" @@ -3210,8 +3733,13 @@ "value": "cursor" } ], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"results\": [\n {\n \"document\": {\n \"id\": \"id\",\n \"name\": \"name\",\n \"metadata\": {\n \"created_at_unix_secs\": 1,\n \"last_updated_at_unix_secs\": 1,\n \"size_bytes\": 1\n },\n \"supported_usages\": [\n \"prompt\"\n ],\n \"access_info\": {\n \"is_creator\": true,\n \"creator_name\": \"John Doe\",\n \"creator_email\": \"john.doe@example.com\",\n \"role\": \"admin\",\n \"access_source\": \"creator\"\n },\n \"dependent_agents\": [\n {\n \"id\": \"id\",\n \"name\": \"name\",\n \"created_at_unix_secs\": 1,\n \"access_level\": \"admin\",\n \"type\": \"available\"\n }\n ],\n \"type\": \"file\"\n },\n \"search_snippet\": [\n {\n \"value\": \"value\",\n \"is_hit\": true\n }\n ],\n \"score\": 1.1\n }\n ],\n \"next_cursor\": \"next_cursor\"\n}" @@ -3227,8 +3755,13 @@ "type": "llm" }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"id\": \"id\"\n}" @@ -3245,8 +3778,13 @@ ] }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"key\": \"value\"\n}" @@ -3261,8 +3799,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"from_conversation_metadata\": {\n \"conversation_id\": \"conversation_id\",\n \"agent_id\": \"agent_id\",\n \"branch_id\": \"branch_id\",\n \"workflow_node_id\": \"workflow_node_id\",\n \"original_agent_reply\": [\n {\n \"role\": \"user\",\n \"time_in_call_secs\": 1\n }\n ]\n },\n \"dynamic_variables\": {\n \"key\": \"value\"\n },\n \"chat_history\": [\n {\n \"role\": \"user\",\n \"agent_metadata\": {\n \"agent_id\": \"agent_id\"\n },\n \"message\": \"message\",\n \"multivoice_message\": {\n \"parts\": [\n {\n \"text\": \"text\",\n \"voice_label\": null,\n \"time_in_call_secs\": null\n }\n ]\n },\n \"tool_calls\": [\n {\n \"request_id\": \"request_id\",\n \"tool_name\": \"tool_name\",\n \"params_as_json\": \"params_as_json\",\n \"tool_has_been_called\": true\n }\n ],\n \"tool_results\": [\n {\n \"request_id\": \"request_id\",\n \"tool_name\": \"tool_name\",\n \"result_value\": \"result_value\",\n \"is_error\": true,\n \"tool_has_been_called\": true\n }\n ],\n \"feedback\": {\n \"score\": \"like\",\n \"time_in_call_secs\": 1\n },\n \"llm_override\": \"llm_override\",\n \"producing_llm\": \"producing_llm\",\n \"time_in_call_secs\": 1,\n \"rag_retrieval_info\": {\n \"chunks\": [\n {\n \"document_id\": \"document_id\",\n \"chunk_id\": \"chunk_id\",\n \"vector_distance\": 1.1\n }\n ],\n \"embedding_model\": \"e5_mistral_7b_instruct\",\n \"retrieval_query\": \"retrieval_query\",\n \"rag_latency_secs\": 1.1\n },\n \"interrupted\": true,\n \"ignored_as_backchannel\": true,\n \"original_message\": \"original_message\",\n \"reasoning\": [\n {}\n ],\n \"source_medium\": \"audio\",\n \"source_event_id\": 1,\n \"used_static_kb_document_ids\": [\n \"used_static_kb_document_ids\"\n ],\n \"user_identifier\": \"user_identifier\",\n \"id\": \"id\",\n \"triggered_guardrails\": [\n {\n \"guardrail_type\": \"custom\"\n }\n ]\n }\n ],\n \"conversation_initiation_source\": \"unknown\",\n \"success_condition\": \"success_condition\",\n \"success_examples\": [\n {\n \"response\": \"response\",\n \"type\": \"success\"\n }\n ],\n \"failure_examples\": [\n {\n \"response\": \"response\",\n \"type\": \"failure\"\n }\n ],\n \"id\": \"id\",\n \"name\": \"name\",\n \"type\": \"llm\"\n}" @@ -3280,8 +3823,13 @@ "type": "llm" }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"from_conversation_metadata\": {\n \"conversation_id\": \"conversation_id\",\n \"agent_id\": \"agent_id\",\n \"branch_id\": \"branch_id\",\n \"workflow_node_id\": \"workflow_node_id\",\n \"original_agent_reply\": [\n {\n \"role\": \"user\",\n \"time_in_call_secs\": 1\n }\n ]\n },\n \"dynamic_variables\": {\n \"key\": \"value\"\n },\n \"chat_history\": [\n {\n \"role\": \"user\",\n \"agent_metadata\": {\n \"agent_id\": \"agent_id\"\n },\n \"message\": \"message\",\n \"multivoice_message\": {\n \"parts\": [\n {\n \"text\": \"text\",\n \"voice_label\": null,\n \"time_in_call_secs\": null\n }\n ]\n },\n \"tool_calls\": [\n {\n \"request_id\": \"request_id\",\n \"tool_name\": \"tool_name\",\n \"params_as_json\": \"params_as_json\",\n \"tool_has_been_called\": true\n }\n ],\n \"tool_results\": [\n {\n \"request_id\": \"request_id\",\n \"tool_name\": \"tool_name\",\n \"result_value\": \"result_value\",\n \"is_error\": true,\n \"tool_has_been_called\": true\n }\n ],\n \"feedback\": {\n \"score\": \"like\",\n \"time_in_call_secs\": 1\n },\n \"llm_override\": \"llm_override\",\n \"producing_llm\": \"producing_llm\",\n \"time_in_call_secs\": 1,\n \"rag_retrieval_info\": {\n \"chunks\": [\n {\n \"document_id\": \"document_id\",\n \"chunk_id\": \"chunk_id\",\n \"vector_distance\": 1.1\n }\n ],\n \"embedding_model\": \"e5_mistral_7b_instruct\",\n \"retrieval_query\": \"retrieval_query\",\n \"rag_latency_secs\": 1.1\n },\n \"interrupted\": true,\n \"ignored_as_backchannel\": true,\n \"original_message\": \"original_message\",\n \"reasoning\": [\n {}\n ],\n \"source_medium\": \"audio\",\n \"source_event_id\": 1,\n \"used_static_kb_document_ids\": [\n \"used_static_kb_document_ids\"\n ],\n \"user_identifier\": \"user_identifier\",\n \"id\": \"id\",\n \"triggered_guardrails\": [\n {\n \"guardrail_type\": \"custom\"\n }\n ]\n }\n ],\n \"conversation_initiation_source\": \"unknown\",\n \"success_condition\": \"success_condition\",\n \"success_examples\": [\n {\n \"response\": \"response\",\n \"type\": \"success\"\n }\n ],\n \"failure_examples\": [\n {\n \"response\": \"response\",\n \"type\": \"failure\"\n }\n ],\n \"id\": \"id\",\n \"name\": \"name\",\n \"type\": \"llm\"\n}" @@ -3296,8 +3844,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"key\": \"value\"\n}" @@ -3315,8 +3868,13 @@ ] }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"tests\": {\n \"key\": {\n \"id\": \"id\",\n \"name\": \"name\",\n \"access_info\": {\n \"is_creator\": true,\n \"creator_name\": \"John Doe\",\n \"creator_email\": \"john.doe@example.com\",\n \"role\": \"admin\",\n \"access_source\": \"creator\"\n },\n \"created_at_unix_secs\": 1,\n \"last_updated_at_unix_secs\": 1,\n \"type\": \"llm\",\n \"entity_type\": \"test\",\n \"folder_parent_id\": \"folder_parent_id\",\n \"folder_path\": [\n {\n \"id\": \"id\"\n }\n ],\n \"children_count\": 1,\n \"conversation_initiation_source\": \"unknown\"\n }\n }\n}" @@ -3369,8 +3927,13 @@ "value": "all" } ], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"tests\": [\n {\n \"id\": \"id\",\n \"name\": \"name\",\n \"access_info\": {\n \"is_creator\": true,\n \"creator_name\": \"John Doe\",\n \"creator_email\": \"john.doe@example.com\",\n \"role\": \"admin\",\n \"access_source\": \"creator\"\n },\n \"created_at_unix_secs\": 1,\n \"last_updated_at_unix_secs\": 1,\n \"type\": \"llm\",\n \"entity_type\": \"test\",\n \"folder_parent_id\": \"folder_parent_id\",\n \"folder_path\": [\n {\n \"id\": \"id\"\n }\n ],\n \"children_count\": 1,\n \"conversation_initiation_source\": \"unknown\"\n }\n ],\n \"next_cursor\": \"next_cursor\",\n \"has_more\": true\n}" @@ -3430,8 +3993,13 @@ "value": "cursor" } ], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"users\": [\n {\n \"user_id\": \"user_id\",\n \"last_contact_unix_secs\": 1,\n \"first_contact_unix_secs\": 1,\n \"conversation_count\": 1,\n \"last_contact_agent_id\": \"last_contact_agent_id\",\n \"last_contact_conversation_id\": \"last_contact_conversation_id\",\n \"last_contact_agent_name\": \"last_contact_agent_name\",\n \"sentiment\": {\n \"scored_conversation_count\": 1,\n \"positive_count\": 1,\n \"neutral_count\": 1,\n \"negative_count\": 1,\n \"average_sentiment_score\": null,\n \"average_frustration_score\": null,\n \"recent_scored_conversation_count\": 1,\n \"recent_positive_count\": 1,\n \"recent_neutral_count\": 1,\n \"recent_negative_count\": 1,\n \"recent_average_sentiment_score\": null,\n \"recent_average_frustration_score\": null\n },\n \"most_frustrated_conversations\": [\n {\n \"conversation_id\": \"conversation_id\",\n \"agent_id\": \"agent_id\",\n \"start_time_unix_secs\": 1,\n \"overall_label\": \"positive\",\n \"overall_sentiment_score\": 1.1,\n \"overall_frustration_score\": 1.1\n }\n ]\n }\n ],\n \"next_cursor\": \"next_cursor\",\n \"has_more\": true\n}" @@ -3461,8 +4029,13 @@ "value": "branch_id" } ], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "[\n {\n \"phone_number\": \"+1234567890\",\n \"label\": \"Customer Support\",\n \"phone_number_id\": \"phone_123\",\n \"assigned_agent\": {\n \"agent_id\": \"F3Pbu5gP6NNKBscdCdwB\",\n \"agent_name\": \"My Agent\",\n \"environment\": \"environment\",\n \"branch_id\": \"branch_id\"\n },\n \"provider\": \"twilio\"\n }\n]" @@ -3481,8 +4054,13 @@ "provider": "twilio" }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"phone_number_id\": \"phone_number_id\"\n}" @@ -3497,8 +4075,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"phone_number\": \"+1234567890\",\n \"label\": \"Customer Support\",\n \"phone_number_id\": \"phone_123\",\n \"assigned_agent\": {\n \"agent_id\": \"F3Pbu5gP6NNKBscdCdwB\",\n \"agent_name\": \"My Agent\",\n \"environment\": \"environment\",\n \"branch_id\": \"branch_id\"\n },\n \"provider\": \"twilio\"\n}" @@ -3513,8 +4096,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"key\": \"value\"\n}" @@ -3529,8 +4117,13 @@ }, "body": {}, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"phone_number\": \"+1234567890\",\n \"label\": \"Customer Support\",\n \"phone_number_id\": \"phone_123\",\n \"assigned_agent\": {\n \"agent_id\": \"F3Pbu5gP6NNKBscdCdwB\",\n \"agent_name\": \"My Agent\",\n \"environment\": \"environment\",\n \"branch_id\": \"branch_id\"\n },\n \"provider\": \"twilio\"\n}" @@ -3556,8 +4149,13 @@ "value": "cursor" } ], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"sip_messages\": [\n {\n \"call_id\": \"call_id\",\n \"phone_numbers\": [\n \"phone_numbers\"\n ],\n \"local_address\": \"local_address\",\n \"remote_address\": \"remote_address\",\n \"transport\": \"transport\",\n \"raw_message\": \"raw_message\",\n \"error_message\": \"error_message\",\n \"direction\": \"in\",\n \"created_at_unix_micro\": 1\n }\n ],\n \"next_cursor\": \"next_cursor\",\n \"has_more\": true\n}" @@ -3574,8 +4172,13 @@ "rag_enabled": true }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"llm_prices\": [\n {\n \"llm\": \"gpt-4o-mini\",\n \"price_per_minute\": 1.1\n }\n ]\n}" @@ -3588,8 +4191,13 @@ "params": {}, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"llms\": [\n {\n \"llm\": \"gemini-2.5-flash\",\n \"is_checkpoint\": false,\n \"max_tokens_limit\": 8192,\n \"max_context_limit\": 1048576,\n \"supports_image_input\": true,\n \"supports_document_input\": true,\n \"supports_parallel_tool_calls\": true,\n \"available_reasoning_efforts\": [\n \"none\"\n ],\n \"deprecation_info\": {\n \"llm\": \"gpt-4o-mini\",\n \"is_deprecated\": true,\n \"is_in_warning_period\": true,\n \"is_in_fallback_period\": false,\n \"fallback_percentage\": 0,\n \"provider_deprecation_date\": \"2025-06-01T00:00:00Z\",\n \"replacement_model\": \"gpt-4o\",\n \"deprecation_config\": {\n \"warning_start_days\": 30,\n \"fallback_start_days\": 14,\n \"fallback_complete_days\": 7,\n \"fallback_start_percentage\": 25,\n \"fallback_complete_percentage\": 100\n }\n },\n \"regional_processing_surcharge\": {\n \"multiplier\": 1.1\n }\n }\n ],\n \"default_deprecation_config\": {\n \"warning_start_days\": 30,\n \"fallback_start_days\": 14,\n \"fallback_complete_days\": 7,\n \"fallback_start_percentage\": 25,\n \"fallback_complete_percentage\": 100\n }\n}" @@ -3642,8 +4250,13 @@ "value": "cursor" } ], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"tools\": [\n {\n \"id\": \"id\",\n \"tool_config\": {\n \"name\": \"name\",\n \"description\": \"description\",\n \"assignments\": [\n {\n \"source\": \"response\",\n \"dynamic_variable\": \"user_name\",\n \"value_path\": \"user.name\",\n \"sanitize\": false,\n \"preserve_native_type\": false\n }\n ],\n \"expects_response\": false,\n \"dynamic_variables\": {\n \"dynamic_variable_placeholders\": {\n \"user_name\": \"John Doe\"\n }\n },\n \"type\": \"client\"\n },\n \"access_info\": {\n \"is_creator\": true,\n \"creator_name\": \"John Doe\",\n \"creator_email\": \"john.doe@example.com\",\n \"role\": \"admin\",\n \"access_source\": \"creator\"\n },\n \"usage_stats\": {\n \"avg_latency_secs\": 1.1\n },\n \"response_mocks\": [\n {\n \"mock_result\": \"mock_result\"\n }\n ]\n }\n ],\n \"next_cursor\": \"next_cursor\",\n \"has_more\": true\n}" @@ -3663,8 +4276,13 @@ } }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"id\": \"id\",\n \"tool_config\": {\n \"name\": \"name\",\n \"description\": \"description\",\n \"response_timeout_secs\": 1,\n \"interruption_mode\": \"allow\",\n \"pre_tool_speech\": \"auto\",\n \"assignments\": [\n {\n \"source\": \"response\",\n \"dynamic_variable\": \"user_name\",\n \"value_path\": \"user.name\",\n \"sanitize\": false,\n \"preserve_native_type\": false\n }\n ],\n \"tool_call_sound\": \"typing\",\n \"tool_call_sound_behavior\": \"auto\",\n \"tool_error_handling_mode\": \"auto\",\n \"parameters\": {\n \"description\": \"description\",\n \"dynamic_variable\": \"dynamic_variable\",\n \"constant_value\": {\n \"key\": \"value\"\n },\n \"is_omitted\": true,\n \"type\": \"object\",\n \"required\": [\n \"required\"\n ],\n \"properties\": {\n \"key\": {\n \"type\": \"string\",\n \"description\": \"A user-provided message\"\n }\n }\n },\n \"expects_response\": false,\n \"dynamic_variables\": {\n \"dynamic_variable_placeholders\": {\n \"user_name\": \"John Doe\"\n }\n },\n \"execution_mode\": \"immediate\",\n \"type\": \"client\"\n },\n \"access_info\": {\n \"is_creator\": true,\n \"creator_name\": \"John Doe\",\n \"creator_email\": \"john.doe@example.com\",\n \"role\": \"admin\",\n \"anonymous_access_level_override\": \"admin\",\n \"access_source\": \"creator\"\n },\n \"usage_stats\": {\n \"total_calls\": 1,\n \"avg_latency_secs\": 1.1\n },\n \"response_mocks\": [\n {\n \"parameter_conditions\": [\n {\n \"eval\": {\n \"type\": \"anything\"\n },\n \"path\": \"path\"\n }\n ],\n \"mock_result\": \"mock_result\",\n \"is_error\": true\n }\n ]\n}" @@ -3685,8 +4303,13 @@ "value": "environment" } ], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"id\": \"id\",\n \"tool_config\": {\n \"name\": \"name\",\n \"description\": \"description\",\n \"response_timeout_secs\": 1,\n \"interruption_mode\": \"allow\",\n \"pre_tool_speech\": \"auto\",\n \"assignments\": [\n {\n \"source\": \"response\",\n \"dynamic_variable\": \"user_name\",\n \"value_path\": \"user.name\",\n \"sanitize\": false,\n \"preserve_native_type\": false\n }\n ],\n \"tool_call_sound\": \"typing\",\n \"tool_call_sound_behavior\": \"auto\",\n \"tool_error_handling_mode\": \"auto\",\n \"parameters\": {\n \"description\": \"description\",\n \"dynamic_variable\": \"dynamic_variable\",\n \"constant_value\": {\n \"key\": \"value\"\n },\n \"is_omitted\": true,\n \"type\": \"object\",\n \"required\": [\n \"required\"\n ],\n \"properties\": {\n \"key\": {\n \"type\": \"string\",\n \"description\": \"A user-provided message\"\n }\n }\n },\n \"expects_response\": false,\n \"dynamic_variables\": {\n \"dynamic_variable_placeholders\": {\n \"user_name\": \"John Doe\"\n }\n },\n \"execution_mode\": \"immediate\",\n \"type\": \"client\"\n },\n \"access_info\": {\n \"is_creator\": true,\n \"creator_name\": \"John Doe\",\n \"creator_email\": \"john.doe@example.com\",\n \"role\": \"admin\",\n \"anonymous_access_level_override\": \"admin\",\n \"access_source\": \"creator\"\n },\n \"usage_stats\": {\n \"total_calls\": 1,\n \"avg_latency_secs\": 1.1\n },\n \"response_mocks\": [\n {\n \"parameter_conditions\": [\n {\n \"eval\": {\n \"type\": \"anything\"\n },\n \"path\": \"path\"\n }\n ],\n \"mock_result\": \"mock_result\",\n \"is_error\": true\n }\n ]\n}" @@ -3707,8 +4330,13 @@ "value": "true" } ], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"key\": \"value\"\n}" @@ -3730,8 +4358,13 @@ } }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"id\": \"id\",\n \"tool_config\": {\n \"name\": \"name\",\n \"description\": \"description\",\n \"response_timeout_secs\": 1,\n \"interruption_mode\": \"allow\",\n \"pre_tool_speech\": \"auto\",\n \"assignments\": [\n {\n \"source\": \"response\",\n \"dynamic_variable\": \"user_name\",\n \"value_path\": \"user.name\",\n \"sanitize\": false,\n \"preserve_native_type\": false\n }\n ],\n \"tool_call_sound\": \"typing\",\n \"tool_call_sound_behavior\": \"auto\",\n \"tool_error_handling_mode\": \"auto\",\n \"parameters\": {\n \"description\": \"description\",\n \"dynamic_variable\": \"dynamic_variable\",\n \"constant_value\": {\n \"key\": \"value\"\n },\n \"is_omitted\": true,\n \"type\": \"object\",\n \"required\": [\n \"required\"\n ],\n \"properties\": {\n \"key\": {\n \"type\": \"string\",\n \"description\": \"A user-provided message\"\n }\n }\n },\n \"expects_response\": false,\n \"dynamic_variables\": {\n \"dynamic_variable_placeholders\": {\n \"user_name\": \"John Doe\"\n }\n },\n \"execution_mode\": \"immediate\",\n \"type\": \"client\"\n },\n \"access_info\": {\n \"is_creator\": true,\n \"creator_name\": \"John Doe\",\n \"creator_email\": \"john.doe@example.com\",\n \"role\": \"admin\",\n \"anonymous_access_level_override\": \"admin\",\n \"access_source\": \"creator\"\n },\n \"usage_stats\": {\n \"total_calls\": 1,\n \"avg_latency_secs\": 1.1\n },\n \"response_mocks\": [\n {\n \"parameter_conditions\": [\n {\n \"eval\": {\n \"type\": \"anything\"\n },\n \"path\": \"path\"\n }\n ],\n \"mock_result\": \"mock_result\",\n \"is_error\": true\n }\n ]\n}" @@ -3757,8 +4390,13 @@ "value": "1" } ], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"agents\": [\n {\n \"referenced_resource_ids\": [\n \"referenced_resource_ids\"\n ],\n \"id\": \"id\",\n \"name\": \"name\",\n \"created_at_unix_secs\": 1,\n \"access_level\": \"admin\",\n \"type\": \"available\"\n }\n ],\n \"branches\": [\n {\n \"agent_id\": \"agent_id\",\n \"agent_name\": \"agent_name\",\n \"branch_id\": \"branch_id\",\n \"branch_name\": \"branch_name\",\n \"is_main\": true\n }\n ],\n \"next_cursor\": \"next_cursor\",\n \"has_more\": true\n}" @@ -3771,8 +4409,13 @@ "params": {}, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"conversation_initiation_client_data_webhook\": {\n \"url\": \"https://example.com/webhook\",\n \"request_headers\": {\n \"Content-Type\": \"application/json\"\n }\n },\n \"webhooks\": {\n \"post_call_webhook_id\": \"post_call_webhook_id\",\n \"events\": [\n \"transcript\"\n ],\n \"transcript_format\": \"json\",\n \"send_audio\": true\n },\n \"can_use_mcp_servers\": true,\n \"rag_retention_period_days\": 1,\n \"conversation_embedding_retention_days\": 1,\n \"default_livekit_stack\": \"standard\"\n}" @@ -3785,8 +4428,13 @@ "params": {}, "body": {}, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"conversation_initiation_client_data_webhook\": {\n \"url\": \"https://example.com/webhook\",\n \"request_headers\": {\n \"Content-Type\": \"application/json\"\n }\n },\n \"webhooks\": {\n \"post_call_webhook_id\": \"post_call_webhook_id\",\n \"events\": [\n \"transcript\"\n ],\n \"transcript_format\": \"json\",\n \"send_audio\": true\n },\n \"can_use_mcp_servers\": true,\n \"rag_retention_period_days\": 1,\n \"conversation_embedding_retention_days\": 1,\n \"default_livekit_stack\": \"standard\"\n}" @@ -3821,8 +4469,13 @@ "value": "cursor" } ], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"secrets\": [\n {\n \"type\": \"stored\",\n \"secret_id\": \"secret_id\",\n \"name\": \"name\",\n \"used_by\": {\n \"tools\": [\n {\n \"id\": \"id\",\n \"name\": \"name\",\n \"created_at_unix_secs\": 1,\n \"access_level\": \"admin\",\n \"type\": \"available\"\n }\n ],\n \"agents\": [\n {\n \"id\": \"id\",\n \"name\": \"name\",\n \"created_at_unix_secs\": 1,\n \"access_level\": \"admin\",\n \"type\": \"available\"\n }\n ],\n \"others\": [\n \"conversation_initiation_webhook\"\n ]\n }\n }\n ],\n \"next_cursor\": \"next_cursor\"\n}" @@ -3839,8 +4492,13 @@ "value": "value" }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"type\": \"stored\",\n \"secret_id\": \"secret_id\",\n \"name\": \"name\"\n}" @@ -3855,8 +4513,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"type\": \"stored\",\n \"secret_id\": \"secret_id\",\n \"name\": \"name\",\n \"used_by\": {\n \"tools\": [\n {\n \"id\": \"id\",\n \"name\": \"name\",\n \"created_at_unix_secs\": 1,\n \"access_level\": \"admin\",\n \"type\": \"available\"\n }\n ],\n \"tools_has_more\": true,\n \"agents\": [\n {\n \"id\": \"id\",\n \"name\": \"name\",\n \"created_at_unix_secs\": 1,\n \"access_level\": \"admin\",\n \"type\": \"available\"\n }\n ],\n \"agents_has_more\": true,\n \"phone_numbers\": [\n {\n \"phone_number_id\": \"phone_number_id\",\n \"phone_number\": \"phone_number\",\n \"label\": \"label\",\n \"provider\": \"twilio\"\n }\n ],\n \"phone_numbers_has_more\": true,\n \"mcp_servers\": [\n {\n \"id\": \"id\",\n \"name\": \"name\",\n \"created_at_unix_secs\": 1,\n \"access_level\": \"admin\",\n \"type\": \"available\"\n }\n ],\n \"others\": [\n \"conversation_initiation_webhook\"\n ]\n }\n}" @@ -3871,8 +4534,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "\"\"" @@ -3891,8 +4559,13 @@ "value": "value" }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"type\": \"stored\",\n \"secret_id\": \"secret_id\",\n \"name\": \"name\"\n}" @@ -3919,8 +4592,13 @@ "value": "cursor" } ], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"dependencies\": [\n {\n \"id\": \"id\",\n \"name\": \"name\",\n \"created_at_unix_secs\": 1,\n \"access_level\": \"admin\",\n \"type\": \"available\"\n }\n ],\n \"next_cursor\": \"next_cursor\"\n}" @@ -3939,8 +4617,13 @@ ] }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"id\": \"id\",\n \"phone_number_id\": \"phone_number_id\",\n \"phone_provider\": \"twilio\",\n \"whatsapp_params\": {\n \"whatsapp_phone_number_id\": \"whatsapp_phone_number_id\",\n \"whatsapp_call_permission_request_template_name\": \"whatsapp_call_permission_request_template_name\",\n \"whatsapp_call_permission_request_template_language_code\": \"whatsapp_call_permission_request_template_language_code\"\n },\n \"name\": \"name\",\n \"agent_id\": \"agent_id\",\n \"branch_id\": \"branch_id\",\n \"environment\": \"environment\",\n \"created_at_unix\": 1,\n \"scheduled_time_unix\": 1,\n \"timezone\": \"timezone\",\n \"total_calls_dispatched\": 1,\n \"total_calls_scheduled\": 1,\n \"total_calls_finished\": 1,\n \"last_updated_at_unix\": 1,\n \"status\": \"pending\",\n \"retry_count\": 1,\n \"telephony_call_config\": {\n \"ringing_timeout_secs\": 1,\n \"twilio_call_recording_enabled\": true\n },\n \"target_concurrency_limit\": 1,\n \"agent_name\": \"agent_name\",\n \"branch_name\": \"branch_name\"\n}" @@ -3970,8 +4653,13 @@ "value": "agent_id" } ], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"batch_calls\": [\n {\n \"id\": \"id\",\n \"phone_number_id\": \"phone_number_id\",\n \"phone_provider\": \"twilio\",\n \"whatsapp_params\": {\n \"whatsapp_call_permission_request_template_name\": \"whatsapp_call_permission_request_template_name\",\n \"whatsapp_call_permission_request_template_language_code\": \"whatsapp_call_permission_request_template_language_code\"\n },\n \"name\": \"name\",\n \"agent_id\": \"agent_id\",\n \"branch_id\": \"branch_id\",\n \"environment\": \"environment\",\n \"created_at_unix\": 1,\n \"scheduled_time_unix\": 1,\n \"timezone\": \"timezone\",\n \"total_calls_dispatched\": 1,\n \"total_calls_scheduled\": 1,\n \"total_calls_finished\": 1,\n \"last_updated_at_unix\": 1,\n \"status\": \"pending\",\n \"retry_count\": 1,\n \"telephony_call_config\": {},\n \"target_concurrency_limit\": 1,\n \"agent_name\": \"agent_name\",\n \"branch_name\": \"branch_name\"\n }\n ],\n \"next_doc\": \"next_doc\",\n \"has_more\": true\n}" @@ -3986,8 +4674,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"id\": \"id\",\n \"phone_number_id\": \"phone_number_id\",\n \"phone_provider\": \"twilio\",\n \"whatsapp_params\": {\n \"whatsapp_phone_number_id\": \"whatsapp_phone_number_id\",\n \"whatsapp_call_permission_request_template_name\": \"whatsapp_call_permission_request_template_name\",\n \"whatsapp_call_permission_request_template_language_code\": \"whatsapp_call_permission_request_template_language_code\"\n },\n \"name\": \"name\",\n \"agent_id\": \"agent_id\",\n \"branch_id\": \"branch_id\",\n \"environment\": \"environment\",\n \"created_at_unix\": 1,\n \"scheduled_time_unix\": 1,\n \"timezone\": \"timezone\",\n \"total_calls_dispatched\": 1,\n \"total_calls_scheduled\": 1,\n \"total_calls_finished\": 1,\n \"last_updated_at_unix\": 1,\n \"status\": \"pending\",\n \"retry_count\": 1,\n \"telephony_call_config\": {\n \"ringing_timeout_secs\": 1,\n \"twilio_call_recording_enabled\": true\n },\n \"target_concurrency_limit\": 1,\n \"agent_name\": \"agent_name\",\n \"branch_name\": \"branch_name\",\n \"recipients\": [\n {\n \"id\": \"id\",\n \"phone_number\": \"phone_number\",\n \"whatsapp_user_id\": \"whatsapp_user_id\",\n \"status\": \"pending\",\n \"created_at_unix\": 1,\n \"updated_at_unix\": 1,\n \"conversation_id\": \"conversation_id\",\n \"conversation_initiation_client_data\": {\n \"conversation_config_override\": {\n \"asr\": {\n \"keywords\": [\n \"hello\",\n \"world\"\n ]\n },\n \"turn\": {\n \"soft_timeout_config\": {\n \"message\": \"Hhmmmm...yeah.\"\n }\n },\n \"tts\": {\n \"model_id\": \"eleven_turbo_v2\",\n \"voice_id\": \"cjVigY5qzO86Huf0OWal\",\n \"stability\": 0.5,\n \"speed\": 1,\n \"similarity_boost\": 0.8,\n \"pronunciation_dictionary_locators\": [\n {\n \"pronunciation_dictionary_id\": \"pronunciation_dictionary_id\",\n \"version_id\": null\n }\n ]\n },\n \"conversation\": {\n \"max_duration_seconds\": 600\n },\n \"agent\": {\n \"first_message\": \"Hello, how can I help you today?\",\n \"language\": \"en\",\n \"prompt\": {\n \"prompt\": \"You are a helpful assistant that can answer questions about the topic of the conversation.\",\n \"llm\": \"gemini-2.0-flash-001\",\n \"tool_ids\": [\n \"tool_ids\"\n ],\n \"knowledge_base\": [\n {\n \"type\": \"file\",\n \"name\": \"My Knowledge Base\",\n \"id\": \"123\",\n \"usage_mode\": \"auto\"\n }\n ]\n }\n }\n }\n }\n }\n ]\n}" @@ -4002,8 +4695,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "\"\"" @@ -4018,8 +4716,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"id\": \"id\",\n \"phone_number_id\": \"phone_number_id\",\n \"phone_provider\": \"twilio\",\n \"whatsapp_params\": {\n \"whatsapp_phone_number_id\": \"whatsapp_phone_number_id\",\n \"whatsapp_call_permission_request_template_name\": \"whatsapp_call_permission_request_template_name\",\n \"whatsapp_call_permission_request_template_language_code\": \"whatsapp_call_permission_request_template_language_code\"\n },\n \"name\": \"name\",\n \"agent_id\": \"agent_id\",\n \"branch_id\": \"branch_id\",\n \"environment\": \"environment\",\n \"created_at_unix\": 1,\n \"scheduled_time_unix\": 1,\n \"timezone\": \"timezone\",\n \"total_calls_dispatched\": 1,\n \"total_calls_scheduled\": 1,\n \"total_calls_finished\": 1,\n \"last_updated_at_unix\": 1,\n \"status\": \"pending\",\n \"retry_count\": 1,\n \"telephony_call_config\": {\n \"ringing_timeout_secs\": 1,\n \"twilio_call_recording_enabled\": true\n },\n \"target_concurrency_limit\": 1,\n \"agent_name\": \"agent_name\",\n \"branch_name\": \"branch_name\"\n}" @@ -4034,8 +4737,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"id\": \"id\",\n \"phone_number_id\": \"phone_number_id\",\n \"phone_provider\": \"twilio\",\n \"whatsapp_params\": {\n \"whatsapp_phone_number_id\": \"whatsapp_phone_number_id\",\n \"whatsapp_call_permission_request_template_name\": \"whatsapp_call_permission_request_template_name\",\n \"whatsapp_call_permission_request_template_language_code\": \"whatsapp_call_permission_request_template_language_code\"\n },\n \"name\": \"name\",\n \"agent_id\": \"agent_id\",\n \"branch_id\": \"branch_id\",\n \"environment\": \"environment\",\n \"created_at_unix\": 1,\n \"scheduled_time_unix\": 1,\n \"timezone\": \"timezone\",\n \"total_calls_dispatched\": 1,\n \"total_calls_scheduled\": 1,\n \"total_calls_finished\": 1,\n \"last_updated_at_unix\": 1,\n \"status\": \"pending\",\n \"retry_count\": 1,\n \"telephony_call_config\": {\n \"ringing_timeout_secs\": 1,\n \"twilio_call_recording_enabled\": true\n },\n \"target_concurrency_limit\": 1,\n \"agent_name\": \"agent_name\",\n \"branch_name\": \"branch_name\"\n}" @@ -4050,8 +4758,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"key\": \"value\"\n}" @@ -4068,8 +4781,13 @@ "to_number": "to_number" }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"success\": true,\n \"message\": \"message\",\n \"conversation_id\": \"conversation_id\",\n \"sip_call_id\": \"sip_call_id\"\n}" @@ -4082,8 +4800,13 @@ "params": {}, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"mcp_servers\": [\n {\n \"id\": \"id\",\n \"config\": {\n \"url\": \"url\",\n \"name\": \"name\",\n \"tool_config_overrides\": [\n {\n \"tool_name\": \"tool_name\",\n \"assignments\": [\n {\n \"source\": \"response\",\n \"dynamic_variable\": \"user_name\",\n \"value_path\": \"user.name\",\n \"sanitize\": false,\n \"preserve_native_type\": false\n }\n ]\n }\n ]\n },\n \"access_info\": {\n \"is_creator\": true,\n \"creator_name\": \"John Doe\",\n \"creator_email\": \"john.doe@example.com\",\n \"role\": \"admin\",\n \"access_source\": \"creator\"\n },\n \"dependent_agents\": [\n {\n \"id\": \"id\",\n \"name\": \"name\",\n \"created_at_unix_secs\": 1,\n \"access_level\": \"admin\",\n \"type\": \"available\"\n }\n ],\n \"metadata\": {\n \"created_at\": 1\n }\n }\n ]\n}" @@ -4101,8 +4824,13 @@ } }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"id\": \"id\",\n \"config\": {\n \"approval_policy\": \"auto_approve_all\",\n \"tool_approval_hashes\": [\n {\n \"tool_name\": \"tool_name\",\n \"tool_hash\": \"tool_hash\"\n }\n ],\n \"transport\": \"SSE\",\n \"url\": \"url\",\n \"secret_token\": {\n \"secret_id\": \"secret_id\"\n },\n \"request_headers\": {\n \"key\": \"value\"\n },\n \"request_meta\": {\n \"key\": \"value\"\n },\n \"auth_connection\": {\n \"auth_connection_id\": \"auth_connection_id\"\n },\n \"name\": \"name\",\n \"description\": \"description\",\n \"pre_tool_speech\": \"auto\",\n \"interruption_mode\": \"allow\",\n \"tool_call_sound\": \"typing\",\n \"tool_call_sound_behavior\": \"auto\",\n \"execution_mode\": \"immediate\",\n \"response_timeout_secs\": 1,\n \"tool_config_overrides\": [\n {\n \"tool_name\": \"tool_name\",\n \"assignments\": [\n {\n \"source\": \"response\",\n \"dynamic_variable\": \"user_name\",\n \"value_path\": \"user.name\",\n \"sanitize\": false,\n \"preserve_native_type\": false\n }\n ]\n }\n ],\n \"disable_compression\": true\n },\n \"access_info\": {\n \"is_creator\": true,\n \"creator_name\": \"John Doe\",\n \"creator_email\": \"john.doe@example.com\",\n \"role\": \"admin\",\n \"anonymous_access_level_override\": \"admin\",\n \"access_source\": \"creator\"\n },\n \"dependent_agents\": [\n {\n \"referenced_resource_ids\": [\n \"referenced_resource_ids\"\n ],\n \"id\": \"id\",\n \"name\": \"name\",\n \"created_at_unix_secs\": 1,\n \"access_level\": \"admin\",\n \"type\": \"available\"\n }\n ],\n \"metadata\": {\n \"created_at\": 1,\n \"owner_user_id\": \"owner_user_id\"\n }\n}" @@ -4117,8 +4845,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"id\": \"id\",\n \"config\": {\n \"approval_policy\": \"auto_approve_all\",\n \"tool_approval_hashes\": [\n {\n \"tool_name\": \"tool_name\",\n \"tool_hash\": \"tool_hash\"\n }\n ],\n \"transport\": \"SSE\",\n \"url\": \"url\",\n \"secret_token\": {\n \"secret_id\": \"secret_id\"\n },\n \"request_headers\": {\n \"key\": \"value\"\n },\n \"request_meta\": {\n \"key\": \"value\"\n },\n \"auth_connection\": {\n \"auth_connection_id\": \"auth_connection_id\"\n },\n \"name\": \"name\",\n \"description\": \"description\",\n \"pre_tool_speech\": \"auto\",\n \"interruption_mode\": \"allow\",\n \"tool_call_sound\": \"typing\",\n \"tool_call_sound_behavior\": \"auto\",\n \"execution_mode\": \"immediate\",\n \"response_timeout_secs\": 1,\n \"tool_config_overrides\": [\n {\n \"tool_name\": \"tool_name\",\n \"assignments\": [\n {\n \"source\": \"response\",\n \"dynamic_variable\": \"user_name\",\n \"value_path\": \"user.name\",\n \"sanitize\": false,\n \"preserve_native_type\": false\n }\n ]\n }\n ],\n \"disable_compression\": true\n },\n \"access_info\": {\n \"is_creator\": true,\n \"creator_name\": \"John Doe\",\n \"creator_email\": \"john.doe@example.com\",\n \"role\": \"admin\",\n \"anonymous_access_level_override\": \"admin\",\n \"access_source\": \"creator\"\n },\n \"dependent_agents\": [\n {\n \"referenced_resource_ids\": [\n \"referenced_resource_ids\"\n ],\n \"id\": \"id\",\n \"name\": \"name\",\n \"created_at_unix_secs\": 1,\n \"access_level\": \"admin\",\n \"type\": \"available\"\n }\n ],\n \"metadata\": {\n \"created_at\": 1,\n \"owner_user_id\": \"owner_user_id\"\n }\n}" @@ -4133,8 +4866,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"key\": \"value\"\n}" @@ -4149,8 +4887,13 @@ }, "body": {}, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"id\": \"id\",\n \"config\": {\n \"approval_policy\": \"auto_approve_all\",\n \"tool_approval_hashes\": [\n {\n \"tool_name\": \"tool_name\",\n \"tool_hash\": \"tool_hash\"\n }\n ],\n \"transport\": \"SSE\",\n \"url\": \"url\",\n \"secret_token\": {\n \"secret_id\": \"secret_id\"\n },\n \"request_headers\": {\n \"key\": \"value\"\n },\n \"request_meta\": {\n \"key\": \"value\"\n },\n \"auth_connection\": {\n \"auth_connection_id\": \"auth_connection_id\"\n },\n \"name\": \"name\",\n \"description\": \"description\",\n \"pre_tool_speech\": \"auto\",\n \"interruption_mode\": \"allow\",\n \"tool_call_sound\": \"typing\",\n \"tool_call_sound_behavior\": \"auto\",\n \"execution_mode\": \"immediate\",\n \"response_timeout_secs\": 1,\n \"tool_config_overrides\": [\n {\n \"tool_name\": \"tool_name\",\n \"assignments\": [\n {\n \"source\": \"response\",\n \"dynamic_variable\": \"user_name\",\n \"value_path\": \"user.name\",\n \"sanitize\": false,\n \"preserve_native_type\": false\n }\n ]\n }\n ],\n \"disable_compression\": true\n },\n \"access_info\": {\n \"is_creator\": true,\n \"creator_name\": \"John Doe\",\n \"creator_email\": \"john.doe@example.com\",\n \"role\": \"admin\",\n \"anonymous_access_level_override\": \"admin\",\n \"access_source\": \"creator\"\n },\n \"dependent_agents\": [\n {\n \"referenced_resource_ids\": [\n \"referenced_resource_ids\"\n ],\n \"id\": \"id\",\n \"name\": \"name\",\n \"created_at_unix_secs\": 1,\n \"access_level\": \"admin\",\n \"type\": \"available\"\n }\n ],\n \"metadata\": {\n \"created_at\": 1,\n \"owner_user_id\": \"owner_user_id\"\n }\n}" @@ -4165,8 +4908,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"business_account_id\": \"business_account_id\",\n \"phone_number_id\": \"phone_number_id\",\n \"business_account_name\": \"business_account_name\",\n \"phone_number_name\": \"phone_number_name\",\n \"phone_number\": \"phone_number\",\n \"assigned_agent_id\": \"assigned_agent_id\",\n \"enable_messaging\": true,\n \"enable_audio_message_response\": true,\n \"enable_typing_indicator\": true,\n \"assigned_agent_name\": \"assigned_agent_name\",\n \"is_token_expired\": true\n}" @@ -4181,8 +4929,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"key\": \"value\"\n}" @@ -4197,8 +4950,13 @@ }, "body": {}, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"key\": \"value\"\n}" @@ -4218,8 +4976,13 @@ "value": "agent_id" } ], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"items\": [\n {\n \"business_account_id\": \"business_account_id\",\n \"phone_number_id\": \"phone_number_id\",\n \"business_account_name\": \"business_account_name\",\n \"phone_number_name\": \"phone_number_name\",\n \"phone_number\": \"phone_number\",\n \"assigned_agent_id\": \"assigned_agent_id\",\n \"enable_messaging\": true,\n \"enable_audio_message_response\": true,\n \"enable_typing_indicator\": true,\n \"assigned_agent_name\": \"assigned_agent_name\",\n \"is_token_expired\": true\n }\n ]\n}" @@ -4250,8 +5013,13 @@ "value": "true" } ], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"meta\": {\n \"total\": 1,\n \"page\": 1,\n \"page_size\": 1\n },\n \"results\": [\n {\n \"id\": \"id\",\n \"name\": \"name\",\n \"agent_id\": \"agent_id\",\n \"description\": \"description\",\n \"created_at\": 1,\n \"last_committed_at\": 1,\n \"is_archived\": true,\n \"protection_status\": \"writer_perms_required\",\n \"access_info\": {\n \"is_creator\": true,\n \"creator_name\": \"John Doe\",\n \"creator_email\": \"john.doe@example.com\",\n \"role\": \"admin\",\n \"access_source\": \"creator\"\n },\n \"current_live_percentage\": 1.1,\n \"parent_branch_id\": \"parent_branch_id\",\n \"draft_exists\": true,\n \"calls_7d\": 1,\n \"commits_ahead\": 1,\n \"commits_behind\": 1,\n \"merged_into_branch_id\": \"merged_into_branch_id\"\n }\n ]\n}" @@ -4270,8 +5038,13 @@ "description": "description" }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"created_branch_id\": \"created_branch_id\",\n \"created_version_id\": \"created_version_id\"\n}" @@ -4287,8 +5060,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"id\": \"id\",\n \"name\": \"name\",\n \"agent_id\": \"agent_id\",\n \"description\": \"description\",\n \"created_at\": 1,\n \"last_committed_at\": 1,\n \"is_archived\": true,\n \"protection_status\": \"writer_perms_required\",\n \"access_info\": {\n \"is_creator\": true,\n \"creator_name\": \"John Doe\",\n \"creator_email\": \"john.doe@example.com\",\n \"role\": \"admin\",\n \"anonymous_access_level_override\": \"admin\",\n \"access_source\": \"creator\"\n },\n \"current_live_percentage\": 1.1,\n \"parent_branch\": {\n \"id\": \"id\",\n \"name\": \"name\"\n },\n \"most_recent_versions\": [\n {\n \"id\": \"id\",\n \"agent_id\": \"agent_id\",\n \"branch_id\": \"branch_id\",\n \"version_description\": \"version_description\",\n \"seq_no_in_branch\": 1,\n \"time_committed_secs\": 1,\n \"parents\": {},\n \"access_info\": {\n \"is_creator\": true,\n \"creator_name\": \"John Doe\",\n \"creator_email\": \"john.doe@example.com\",\n \"role\": \"admin\",\n \"access_source\": \"creator\"\n }\n }\n ]\n}" @@ -4304,8 +5082,13 @@ }, "body": {}, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"id\": \"id\",\n \"name\": \"name\",\n \"agent_id\": \"agent_id\",\n \"description\": \"description\",\n \"created_at\": 1,\n \"last_committed_at\": 1,\n \"is_archived\": true,\n \"protection_status\": \"writer_perms_required\",\n \"access_info\": {\n \"is_creator\": true,\n \"creator_name\": \"John Doe\",\n \"creator_email\": \"john.doe@example.com\",\n \"role\": \"admin\",\n \"anonymous_access_level_override\": \"admin\",\n \"access_source\": \"creator\"\n },\n \"current_live_percentage\": 1.1,\n \"parent_branch\": {\n \"id\": \"id\",\n \"name\": \"name\"\n },\n \"most_recent_versions\": [\n {\n \"id\": \"id\",\n \"agent_id\": \"agent_id\",\n \"branch_id\": \"branch_id\",\n \"version_description\": \"version_description\",\n \"seq_no_in_branch\": 1,\n \"time_committed_secs\": 1,\n \"parents\": {},\n \"access_info\": {\n \"is_creator\": true,\n \"creator_name\": \"John Doe\",\n \"creator_email\": \"john.doe@example.com\",\n \"role\": \"admin\",\n \"access_source\": \"creator\"\n }\n }\n ]\n}" @@ -4332,8 +5115,13 @@ "value": "true" } ], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"agent_id\": \"agent_7101k5zvyjhmfg983brhmhkd98n6\",\n \"name\": \"My Agent\",\n \"conversation_config\": {\n \"asr\": {\n \"quality\": \"high\",\n \"provider\": \"scribe_realtime\",\n \"user_input_audio_format\": \"pcm_16000\",\n \"keywords\": [\n \"hello\",\n \"world\"\n ]\n },\n \"turn\": {\n \"turn_timeout\": 7,\n \"initial_wait_time\": 1.1,\n \"silence_end_call_timeout\": -1,\n \"turn_eagerness\": \"normal\",\n \"spelling_patience\": \"auto\",\n \"speculative_turn\": false,\n \"retranscribe_on_turn_timeout\": false,\n \"turn_model\": \"turn_v3\",\n \"interruption_ignore_terms\": [\n \"interruption_ignore_terms\"\n ],\n \"interruption_ignore_term_languages\": [\n \"interruption_ignore_term_languages\"\n ],\n \"merge_with_default_ignore_terms\": false,\n \"transcribe_on_disabled_interruptions\": false,\n \"soft_timeout_config\": {\n \"timeout_seconds\": -1,\n \"message\": \"Hhmmmm...yeah.\"\n }\n },\n \"tts\": {\n \"model_id\": \"eleven_turbo_v2\",\n \"voice_id\": \"cjVigY5qzO86Huf0OWal\",\n \"supported_voices\": [\n {\n \"label\": \"label\",\n \"voice_id\": \"voice_id\"\n }\n ],\n \"expressive_mode\": true,\n \"suggested_audio_tags\": [\n {\n \"tag\": \"tag\"\n }\n ],\n \"agent_output_audio_format\": \"pcm_16000\",\n \"optimize_streaming_latency\": 3,\n \"stability\": 0.5,\n \"speed\": 1,\n \"similarity_boost\": 0.8,\n \"text_normalisation_type\": \"system_prompt\",\n \"pronunciation_dictionary_locators\": [\n {\n \"pronunciation_dictionary_id\": \"pronunciation_dictionary_id\",\n \"version_id\": null\n }\n ],\n \"enable_phoneme_tags\": true\n },\n \"conversation\": {\n \"text_only\": true,\n \"max_duration_seconds\": 600,\n \"client_events\": [\n \"audio\",\n \"interruption\"\n ],\n \"monitoring_enabled\": true,\n \"monitoring_events\": [\n \"conversation_initiation_metadata\"\n ],\n \"source_attribution\": true\n },\n \"language_presets\": {\n \"key\": {\n \"overrides\": {\n \"asr\": {\n \"keywords\": [\n \"hello\",\n \"world\"\n ]\n },\n \"turn\": {\n \"soft_timeout_config\": {\n \"message\": \"Hhmmmm...yeah.\"\n }\n },\n \"tts\": {\n \"model_id\": \"eleven_turbo_v2\",\n \"voice_id\": \"cjVigY5qzO86Huf0OWal\",\n \"stability\": 0.5,\n \"speed\": 1,\n \"similarity_boost\": 0.8,\n \"pronunciation_dictionary_locators\": [\n {\n \"pronunciation_dictionary_id\": \"pronunciation_dictionary_id\",\n \"version_id\": null\n }\n ]\n },\n \"conversation\": {\n \"max_duration_seconds\": 600\n },\n \"agent\": {\n \"first_message\": \"Hello, how can I help you today?\",\n \"language\": \"en\",\n \"prompt\": {\n \"prompt\": \"You are a helpful assistant that can answer questions about the topic of the conversation.\",\n \"llm\": \"gemini-2.0-flash-001\",\n \"tool_ids\": [\n \"tool_ids\"\n ],\n \"knowledge_base\": [\n {\n \"type\": \"file\",\n \"name\": \"My Knowledge Base\",\n \"id\": \"123\",\n \"usage_mode\": \"auto\"\n }\n ]\n }\n }\n }\n }\n },\n \"agent\": {\n \"first_message\": \"Hello, how can I help you today?\",\n \"language\": \"en\",\n \"hinglish_mode\": true,\n \"disable_first_message_interruptions\": false,\n \"max_conversation_duration_message\": \"max_conversation_duration_message\",\n \"prompt\": {\n \"prompt\": \"You are a helpful assistant that can answer questions about the topic of the conversation.\",\n \"llm\": \"gemini-2.0-flash-001\",\n \"temperature\": 0,\n \"max_tokens\": -1,\n \"tool_ids\": [\n \"tool_ids\"\n ],\n \"built_in_tools\": {\n \"end_call\": {\n \"type\": \"system\",\n \"name\": \"end_call\",\n \"description\": \"\",\n \"assignments\": [\n {\n \"source\": \"response\",\n \"dynamic_variable\": \"user_name\",\n \"value_path\": \"user.name\",\n \"sanitize\": false,\n \"preserve_native_type\": false\n }\n ],\n \"params\": {\n \"system_tool_type\": \"end_call\"\n }\n },\n \"language_detection\": {\n \"type\": \"system\",\n \"name\": \"end_call\",\n \"description\": \"\",\n \"assignments\": [\n {\n \"source\": \"response\",\n \"dynamic_variable\": \"user_name\",\n \"value_path\": \"user.name\",\n \"sanitize\": false,\n \"preserve_native_type\": false\n }\n ],\n \"params\": {\n \"system_tool_type\": \"end_call\"\n }\n },\n \"transfer_to_agent\": {\n \"type\": \"system\",\n \"name\": \"end_call\",\n \"description\": \"\",\n \"assignments\": [\n {\n \"source\": \"response\",\n \"dynamic_variable\": \"user_name\",\n \"value_path\": \"user.name\",\n \"sanitize\": false,\n \"preserve_native_type\": false\n }\n ],\n \"params\": {\n \"system_tool_type\": \"end_call\"\n }\n },\n \"transfer_to_number\": {\n \"type\": \"system\",\n \"name\": \"end_call\",\n \"description\": \"\",\n \"assignments\": [\n {\n \"source\": \"response\",\n \"dynamic_variable\": \"user_name\",\n \"value_path\": \"user.name\",\n \"sanitize\": false,\n \"preserve_native_type\": false\n }\n ],\n \"params\": {\n \"system_tool_type\": \"end_call\"\n }\n },\n \"skip_turn\": {\n \"type\": \"system\",\n \"name\": \"end_call\",\n \"description\": \"\",\n \"assignments\": [\n {\n \"source\": \"response\",\n \"dynamic_variable\": \"user_name\",\n \"value_path\": \"user.name\",\n \"sanitize\": false,\n \"preserve_native_type\": false\n }\n ],\n \"params\": {\n \"system_tool_type\": \"end_call\"\n }\n },\n \"play_keypad_touch_tone\": {\n \"type\": \"system\",\n \"name\": \"end_call\",\n \"description\": \"\",\n \"assignments\": [\n {\n \"source\": \"response\",\n \"dynamic_variable\": \"user_name\",\n \"value_path\": \"user.name\",\n \"sanitize\": false,\n \"preserve_native_type\": false\n }\n ],\n \"params\": {\n \"system_tool_type\": \"end_call\"\n }\n },\n \"voicemail_detection\": {\n \"type\": \"system\",\n \"name\": \"end_call\",\n \"description\": \"\",\n \"assignments\": [\n {\n \"source\": \"response\",\n \"dynamic_variable\": \"user_name\",\n \"value_path\": \"user.name\",\n \"sanitize\": false,\n \"preserve_native_type\": false\n }\n ],\n \"params\": {\n \"system_tool_type\": \"end_call\"\n }\n }\n },\n \"knowledge_base\": [\n {\n \"type\": \"file\",\n \"name\": \"My Knowledge Base\",\n \"id\": \"123\",\n \"usage_mode\": \"auto\"\n }\n ],\n \"rag\": {\n \"max_vector_distance\": 0.5,\n \"max_retrieved_rag_chunks_count\": 5\n }\n }\n }\n },\n \"metadata\": {\n \"created_at_unix_secs\": 1,\n \"updated_at_unix_secs\": 1\n },\n \"platform_settings\": {\n \"evaluation\": {\n \"criteria\": [\n {\n \"id\": \"criterion_binary_001\",\n \"name\": \"Issue resolved\",\n \"conversation_goal_prompt\": \"Determine whether the agent fully resolved the user's issue.\",\n \"use_knowledge_base\": false,\n \"scope\": \"conversation\",\n \"scoring_mode\": \"binary\",\n \"max_score\": 100\n }\n ]\n },\n \"widget\": {\n \"variant\": \"tiny\",\n \"placement\": \"top-left\",\n \"expandable\": \"never\",\n \"avatar\": {\n \"color_1\": \"#2792dc\",\n \"color_2\": \"#9ce6e6\",\n \"type\": \"orb\"\n },\n \"feedback_mode\": \"none\",\n \"bg_color\": \"bg_color\",\n \"text_color\": \"text_color\",\n \"btn_color\": \"btn_color\",\n \"btn_text_color\": \"btn_text_color\",\n \"border_color\": \"border_color\",\n \"focus_color\": \"focus_color\",\n \"border_radius\": 1,\n \"btn_radius\": 1,\n \"action_text\": \"action_text\",\n \"start_call_text\": \"start_call_text\",\n \"end_call_text\": \"end_call_text\",\n \"expand_text\": \"expand_text\",\n \"listening_text\": \"listening_text\",\n \"speaking_text\": \"speaking_text\",\n \"shareable_page_text\": \"shareable_page_text\",\n \"shareable_page_show_terms\": true,\n \"terms_text\": \"terms_text\",\n \"terms_html\": \"terms_html\",\n \"terms_key\": \"terms_key\",\n \"show_avatar_when_collapsed\": true,\n \"disable_banner\": true,\n \"override_link\": \"override_link\",\n \"markdown_link_allowed_hosts\": [\n {\n \"hostname\": \"hostname\"\n }\n ],\n \"markdown_link_include_www\": true,\n \"markdown_link_allow_http\": true,\n \"mic_muting_enabled\": true,\n \"transcript_enabled\": true,\n \"text_input_enabled\": true,\n \"conversation_mode_toggle_enabled\": true,\n \"default_expanded\": true,\n \"always_expanded\": true,\n \"dismissible\": true,\n \"show_agent_status\": true,\n \"show_conversation_id\": true,\n \"strip_audio_tags\": true,\n \"syntax_highlight_theme\": \"light\",\n \"show_resize_button\": true,\n \"language_selector\": false,\n \"supports_text_only\": true,\n \"custom_avatar_path\": \"https://example.com/avatar.png\",\n \"language_presets\": {\n \"key\": {}\n }\n },\n \"data_collection\": {\n \"key\": {\n \"type\": \"string\",\n \"description\": \"My property\",\n \"is_system_provided\": false,\n \"dynamic_variable\": \"\",\n \"constant_value\": \"\"\n }\n },\n \"data_collection_scopes\": {\n \"key\": \"conversation\"\n },\n \"analysis_items\": {\n \"evaluation_criteria\": [\n {\n \"analysis_item_id\": \"__system_eval_criteria_sentiment\",\n \"source\": \"system\"\n }\n ],\n \"data_collection\": [\n {\n \"analysis_item_id\": \"__system_data_collection_topic\",\n \"source\": \"system\"\n }\n ]\n },\n \"overrides\": {\n \"custom_llm_extra_body\": true,\n \"enable_conversation_initiation_client_data_from_webhook\": true,\n \"enable_starting_workflow_node_id_from_client\": true\n },\n \"workspace_overrides\": {\n \"conversation_initiation_client_data_webhook\": {\n \"url\": \"https://example.com/webhook\",\n \"request_headers\": {\n \"Content-Type\": \"application/json\"\n }\n }\n },\n \"testing\": {\n \"attached_tests\": [\n {\n \"test_id\": \"test_123\",\n \"workflow_node_id\": \"node_abc\"\n },\n {\n \"test_id\": \"test_456\"\n }\n ]\n },\n \"archived\": true,\n \"guardrails\": {\n \"version\": \"1\"\n },\n \"summary_language\": \"summary_language\",\n \"auto_translate_transcript_to_app_language\": true,\n \"auth\": {\n \"enable_auth\": true,\n \"allowlist\": [\n {\n \"hostname\": \"https://example.com\"\n }\n ],\n \"require_origin_header\": true,\n \"shareable_token\": \"1234567890\"\n },\n \"call_limits\": {\n \"agent_concurrency_limit\": -1,\n \"daily_limit\": 100000,\n \"bursting_enabled\": true\n },\n \"privacy\": {\n \"record_voice\": true,\n \"retention_days\": -1,\n \"delete_transcript_and_pii\": false,\n \"delete_audio\": false,\n \"apply_to_existing_conversations\": false,\n \"zero_retention_mode\": false\n },\n \"trust_context\": \"unknown\",\n \"analysis_llm\": \"gpt-4o-mini\",\n \"alerting\": {\n \"monitor_configs\": {\n \"key\": {}\n },\n \"auto_resolve_after_inactive_minutes\": 1,\n \"notifiers\": [\n {\n \"webhook_id\": \"webhook_id\"\n }\n ]\n },\n \"safety\": {\n \"is_blocked_ivc\": true,\n \"is_blocked_non_ivc\": true,\n \"ignore_safety_evaluation\": true\n }\n },\n \"phone_numbers\": [\n {\n \"phone_number\": \"+919999999999\",\n \"label\": \"Exotel Outbound\",\n \"phone_number_id\": \"phnum_X3Pbu5gP6NNKBscdCdwB\",\n \"assigned_agent\": {\n \"agent_id\": \"F3Pbu5gP6NNKBscdCdwB\",\n \"agent_name\": \"My Agent\"\n },\n \"provider\": \"exotel\"\n }\n ],\n \"whatsapp_accounts\": [\n {\n \"business_account_id\": \"business_account_id\",\n \"phone_number_id\": \"phone_number_id\",\n \"business_account_name\": \"business_account_name\",\n \"phone_number_name\": \"phone_number_name\",\n \"phone_number\": \"phone_number\",\n \"assigned_agent_id\": \"assigned_agent_id\",\n \"enable_messaging\": true,\n \"enable_audio_message_response\": true,\n \"enable_typing_indicator\": true,\n \"assigned_agent_name\": \"assigned_agent_name\",\n \"is_token_expired\": true\n }\n ],\n \"workflow\": {\n \"edges\": {\n \"entry_to_tool_a\": {\n \"source\": \"entry_node\",\n \"target\": \"tool_node_a\",\n \"forward_condition\": {\n \"label\": null,\n \"condition\": \"User's last message contains a question about our pricing.\",\n \"type\": \"llm\"\n },\n \"backward_condition\": {\n \"label\": null,\n \"expression\": {\n \"children\": [],\n \"type\": \"and_operator\"\n },\n \"type\": \"expression\"\n }\n },\n \"start_to_entry\": {\n \"source\": \"start_node\",\n \"target\": \"entry_node\",\n \"forward_condition\": {\n \"label\": null,\n \"type\": \"unconditional\"\n },\n \"backward_condition\": {\n \"label\": null,\n \"expression\": {\n \"children\": [],\n \"type\": \"and_operator\"\n },\n \"type\": \"expression\"\n }\n },\n \"tool_a_to_failure\": {\n \"source\": \"tool_node_a\",\n \"target\": \"failure_node\",\n \"forward_condition\": {\n \"label\": null,\n \"successful\": true,\n \"type\": \"result\"\n },\n \"backward_condition\": {\n \"label\": null,\n \"expression\": {\n \"children\": [],\n \"type\": \"and_operator\"\n },\n \"type\": \"expression\"\n }\n },\n \"tool_a_to_tool_b\": {\n \"source\": \"tool_node_a\",\n \"target\": \"tool_node_b\",\n \"forward_condition\": {\n \"label\": null,\n \"successful\": true,\n \"type\": \"result\"\n },\n \"backward_condition\": {\n \"label\": null,\n \"expression\": {\n \"children\": [],\n \"type\": \"and_operator\"\n },\n \"type\": \"expression\"\n }\n },\n \"tool_b_to_agent_transfer\": {\n \"source\": \"tool_node_b\",\n \"target\": \"success_transfer\",\n \"forward_condition\": {\n \"label\": null,\n \"type\": \"unconditional\"\n },\n \"backward_condition\": {\n \"label\": null,\n \"expression\": {\n \"children\": [],\n \"type\": \"and_operator\"\n },\n \"type\": \"expression\"\n }\n },\n \"tool_b_to_conversation\": {\n \"source\": \"tool_node_b\",\n \"target\": \"success_conversation\",\n \"forward_condition\": {\n \"label\": null,\n \"condition\": \"User's last message contains a question about our pricing.\",\n \"type\": \"llm\"\n },\n \"backward_condition\": {\n \"label\": null,\n \"expression\": {\n \"children\": [],\n \"type\": \"and_operator\"\n },\n \"type\": \"expression\"\n }\n },\n \"tool_b_to_end\": {\n \"source\": \"tool_node_b\",\n \"target\": \"success_end\",\n \"forward_condition\": {\n \"label\": null,\n \"condition\": \"User's last message contains a question about our pricing.\",\n \"type\": \"llm\"\n },\n \"backward_condition\": {\n \"label\": null,\n \"expression\": {\n \"children\": [],\n \"type\": \"and_operator\"\n },\n \"type\": \"expression\"\n }\n },\n \"tool_b_to_phone\": {\n \"source\": \"tool_node_b\",\n \"target\": \"success_phone\",\n \"forward_condition\": {\n \"label\": null,\n \"expression\": {\n \"children\": [],\n \"type\": \"and_operator\"\n },\n \"type\": \"expression\"\n },\n \"backward_condition\": {\n \"label\": null,\n \"expression\": {\n \"children\": [],\n \"type\": \"and_operator\"\n },\n \"type\": \"expression\"\n }\n }\n },\n \"nodes\": {\n \"entry_node\": {\n \"position\": {\n \"x\": 1.1,\n \"y\": 1.1\n },\n \"edge_order\": [\n \"edge_order\"\n ],\n \"conversation_config\": {\n \"asr\": {\n \"quality\": \"high\",\n \"provider\": \"scribe_realtime\",\n \"user_input_audio_format\": \"pcm_16000\",\n \"keywords\": [\n \"hello\",\n \"world\"\n ]\n },\n \"turn\": {\n \"turn_timeout\": 7,\n \"silence_end_call_timeout\": -1,\n \"turn_eagerness\": \"normal\",\n \"spelling_patience\": \"auto\",\n \"speculative_turn\": false,\n \"retranscribe_on_turn_timeout\": false,\n \"turn_model\": \"turn_v3\",\n \"interruption_ignore_terms\": [\n \"interruption_ignore_terms\"\n ],\n \"interruption_ignore_term_languages\": [\n \"interruption_ignore_term_languages\"\n ],\n \"merge_with_default_ignore_terms\": false,\n \"transcribe_on_disabled_interruptions\": false,\n \"soft_timeout_config\": {\n \"timeout_seconds\": -1,\n \"message\": \"Hhmmmm...yeah.\",\n \"use_llm_generated_message\": false\n }\n },\n \"tts\": {\n \"model_id\": \"eleven_turbo_v2\",\n \"voice_id\": \"cjVigY5qzO86Huf0OWal\",\n \"agent_output_audio_format\": \"pcm_16000\",\n \"optimize_streaming_latency\": 3,\n \"stability\": 0.5,\n \"speed\": 1,\n \"similarity_boost\": 0.8,\n \"pronunciation_dictionary_locators\": [\n {\n \"pronunciation_dictionary_id\": \"pronunciation_dictionary_id\",\n \"version_id\": null\n }\n ]\n },\n \"conversation\": {\n \"max_duration_seconds\": 600,\n \"client_events\": [\n \"audio\",\n \"interruption\"\n ]\n },\n \"agent\": {\n \"first_message\": \"Hello, how can I help you today?\",\n \"language\": \"en\",\n \"dynamic_variables\": {\n \"dynamic_variable_placeholders\": {\n \"user_name\": \"John Doe\"\n }\n },\n \"disable_first_message_interruptions\": false,\n \"prompt\": {\n \"prompt\": \"You are a helpful assistant that can answer questions about the topic of the conversation.\",\n \"llm\": \"gemini-2.0-flash-001\",\n \"temperature\": 0,\n \"max_tokens\": -1,\n \"tool_ids\": [\n \"tool_ids\"\n ],\n \"built_in_tools\": {\n \"end_call\": {\n \"type\": \"system\",\n \"name\": \"end_call\",\n \"description\": \"\",\n \"assignments\": [\n {\n \"source\": \"response\",\n \"dynamic_variable\": \"user_name\",\n \"value_path\": \"user.name\",\n \"sanitize\": false,\n \"preserve_native_type\": false\n }\n ],\n \"params\": {\n \"system_tool_type\": \"end_call\"\n }\n },\n \"language_detection\": {\n \"type\": \"system\",\n \"name\": \"end_call\",\n \"description\": \"\",\n \"assignments\": [\n {\n \"source\": \"response\",\n \"dynamic_variable\": \"user_name\",\n \"value_path\": \"user.name\",\n \"sanitize\": false,\n \"preserve_native_type\": false\n }\n ],\n \"params\": {\n \"system_tool_type\": \"end_call\"\n }\n },\n \"transfer_to_agent\": {\n \"type\": \"system\",\n \"name\": \"end_call\",\n \"description\": \"\",\n \"assignments\": [\n {\n \"source\": \"response\",\n \"dynamic_variable\": \"user_name\",\n \"value_path\": \"user.name\",\n \"sanitize\": false,\n \"preserve_native_type\": false\n }\n ],\n \"params\": {\n \"system_tool_type\": \"end_call\"\n }\n },\n \"transfer_to_number\": {\n \"type\": \"system\",\n \"name\": \"end_call\",\n \"description\": \"\",\n \"assignments\": [\n {\n \"source\": \"response\",\n \"dynamic_variable\": \"user_name\",\n \"value_path\": \"user.name\",\n \"sanitize\": false,\n \"preserve_native_type\": false\n }\n ],\n \"params\": {\n \"system_tool_type\": \"end_call\"\n }\n },\n \"skip_turn\": {\n \"type\": \"system\",\n \"name\": \"end_call\",\n \"description\": \"\",\n \"assignments\": [\n {\n \"source\": \"response\",\n \"dynamic_variable\": \"user_name\",\n \"value_path\": \"user.name\",\n \"sanitize\": false,\n \"preserve_native_type\": false\n }\n ],\n \"params\": {\n \"system_tool_type\": \"end_call\"\n }\n },\n \"play_keypad_touch_tone\": {\n \"type\": \"system\",\n \"name\": \"end_call\",\n \"description\": \"\",\n \"assignments\": [\n {\n \"source\": \"response\",\n \"dynamic_variable\": \"user_name\",\n \"value_path\": \"user.name\",\n \"sanitize\": false,\n \"preserve_native_type\": false\n }\n ],\n \"params\": {\n \"system_tool_type\": \"end_call\"\n }\n },\n \"voicemail_detection\": {\n \"type\": \"system\",\n \"name\": \"end_call\",\n \"description\": \"\",\n \"assignments\": [\n {\n \"source\": \"response\",\n \"dynamic_variable\": \"user_name\",\n \"value_path\": \"user.name\",\n \"sanitize\": false,\n \"preserve_native_type\": false\n }\n ],\n \"params\": {\n \"system_tool_type\": \"end_call\"\n }\n }\n },\n \"knowledge_base\": [\n {\n \"type\": \"file\",\n \"name\": \"My Knowledge Base\",\n \"id\": \"123\",\n \"usage_mode\": \"auto\"\n }\n ],\n \"tools\": [\n {\n \"name\": \"name\",\n \"description\": \"description\",\n \"response_timeout_secs\": 1,\n \"disable_interruptions\": true,\n \"interruption_mode\": \"allow\",\n \"force_pre_tool_speech\": true,\n \"pre_tool_speech\": \"auto\",\n \"assignments\": [\n {\n \"source\": \"response\",\n \"dynamic_variable\": \"user_name\",\n \"value_path\": \"user.name\",\n \"sanitize\": false,\n \"preserve_native_type\": false\n }\n ],\n \"tool_call_sound\": null,\n \"tool_call_sound_behavior\": \"auto\",\n \"tool_error_handling_mode\": \"auto\",\n \"dynamic_variables\": {\n \"dynamic_variable_placeholders\": {\n \"user_name\": \"John Doe\"\n }\n },\n \"execution_mode\": \"immediate\",\n \"tool_version\": \"tool_version\",\n \"api_integration_id\": \"api_integration_id\",\n \"api_integration_connection_id\": \"api_integration_connection_id\",\n \"api_schema_overrides\": null,\n \"type\": \"api_integration_webhook\"\n }\n ]\n }\n }\n },\n \"additional_prompt\": \"additional_prompt\",\n \"additional_knowledge_base\": [\n {\n \"type\": \"file\",\n \"name\": \"My Knowledge Base\",\n \"id\": \"123\",\n \"usage_mode\": \"auto\"\n }\n ],\n \"additional_tool_ids\": [\n \"additional_tool_ids\"\n ],\n \"label\": \"label\",\n \"entry_behavior\": \"generate_immediately\",\n \"type\": \"override_agent\"\n },\n \"failure_node\": {\n \"position\": {\n \"x\": 1.1,\n \"y\": 1.1\n },\n \"edge_order\": [\n \"edge_order\"\n ],\n \"conversation_config\": {\n \"asr\": {\n \"quality\": \"high\",\n \"provider\": \"scribe_realtime\",\n \"user_input_audio_format\": \"pcm_16000\",\n \"keywords\": [\n \"hello\",\n \"world\"\n ]\n },\n \"turn\": {\n \"turn_timeout\": 7,\n \"silence_end_call_timeout\": -1,\n \"turn_eagerness\": \"normal\",\n \"spelling_patience\": \"auto\",\n \"speculative_turn\": false,\n \"retranscribe_on_turn_timeout\": false,\n \"turn_model\": \"turn_v3\",\n \"interruption_ignore_terms\": [\n \"interruption_ignore_terms\"\n ],\n \"interruption_ignore_term_languages\": [\n \"interruption_ignore_term_languages\"\n ],\n \"merge_with_default_ignore_terms\": false,\n \"transcribe_on_disabled_interruptions\": false,\n \"soft_timeout_config\": {\n \"timeout_seconds\": -1,\n \"message\": \"Hhmmmm...yeah.\",\n \"use_llm_generated_message\": false\n }\n },\n \"tts\": {\n \"model_id\": \"eleven_turbo_v2\",\n \"voice_id\": \"cjVigY5qzO86Huf0OWal\",\n \"agent_output_audio_format\": \"pcm_16000\",\n \"optimize_streaming_latency\": 3,\n \"stability\": 0.5,\n \"speed\": 1,\n \"similarity_boost\": 0.8,\n \"pronunciation_dictionary_locators\": [\n {\n \"pronunciation_dictionary_id\": \"pronunciation_dictionary_id\",\n \"version_id\": null\n }\n ]\n },\n \"conversation\": {\n \"max_duration_seconds\": 600,\n \"client_events\": [\n \"audio\",\n \"interruption\"\n ]\n },\n \"agent\": {\n \"first_message\": \"Hello, how can I help you today?\",\n \"language\": \"en\",\n \"dynamic_variables\": {\n \"dynamic_variable_placeholders\": {\n \"user_name\": \"John Doe\"\n }\n },\n \"disable_first_message_interruptions\": false,\n \"prompt\": {\n \"prompt\": \"You are a helpful assistant that can answer questions about the topic of the conversation.\",\n \"llm\": \"gemini-2.0-flash-001\",\n \"temperature\": 0,\n \"max_tokens\": -1,\n \"tool_ids\": [\n \"tool_ids\"\n ],\n \"built_in_tools\": {\n \"end_call\": {\n \"type\": \"system\",\n \"name\": \"end_call\",\n \"description\": \"\",\n \"assignments\": [\n {\n \"source\": \"response\",\n \"dynamic_variable\": \"user_name\",\n \"value_path\": \"user.name\",\n \"sanitize\": false,\n \"preserve_native_type\": false\n }\n ],\n \"params\": {\n \"system_tool_type\": \"end_call\"\n }\n },\n \"language_detection\": {\n \"type\": \"system\",\n \"name\": \"end_call\",\n \"description\": \"\",\n \"assignments\": [\n {\n \"source\": \"response\",\n \"dynamic_variable\": \"user_name\",\n \"value_path\": \"user.name\",\n \"sanitize\": false,\n \"preserve_native_type\": false\n }\n ],\n \"params\": {\n \"system_tool_type\": \"end_call\"\n }\n },\n \"transfer_to_agent\": {\n \"type\": \"system\",\n \"name\": \"end_call\",\n \"description\": \"\",\n \"assignments\": [\n {\n \"source\": \"response\",\n \"dynamic_variable\": \"user_name\",\n \"value_path\": \"user.name\",\n \"sanitize\": false,\n \"preserve_native_type\": false\n }\n ],\n \"params\": {\n \"system_tool_type\": \"end_call\"\n }\n },\n \"transfer_to_number\": {\n \"type\": \"system\",\n \"name\": \"end_call\",\n \"description\": \"\",\n \"assignments\": [\n {\n \"source\": \"response\",\n \"dynamic_variable\": \"user_name\",\n \"value_path\": \"user.name\",\n \"sanitize\": false,\n \"preserve_native_type\": false\n }\n ],\n \"params\": {\n \"system_tool_type\": \"end_call\"\n }\n },\n \"skip_turn\": {\n \"type\": \"system\",\n \"name\": \"end_call\",\n \"description\": \"\",\n \"assignments\": [\n {\n \"source\": \"response\",\n \"dynamic_variable\": \"user_name\",\n \"value_path\": \"user.name\",\n \"sanitize\": false,\n \"preserve_native_type\": false\n }\n ],\n \"params\": {\n \"system_tool_type\": \"end_call\"\n }\n },\n \"play_keypad_touch_tone\": {\n \"type\": \"system\",\n \"name\": \"end_call\",\n \"description\": \"\",\n \"assignments\": [\n {\n \"source\": \"response\",\n \"dynamic_variable\": \"user_name\",\n \"value_path\": \"user.name\",\n \"sanitize\": false,\n \"preserve_native_type\": false\n }\n ],\n \"params\": {\n \"system_tool_type\": \"end_call\"\n }\n },\n \"voicemail_detection\": {\n \"type\": \"system\",\n \"name\": \"end_call\",\n \"description\": \"\",\n \"assignments\": [\n {\n \"source\": \"response\",\n \"dynamic_variable\": \"user_name\",\n \"value_path\": \"user.name\",\n \"sanitize\": false,\n \"preserve_native_type\": false\n }\n ],\n \"params\": {\n \"system_tool_type\": \"end_call\"\n }\n }\n },\n \"knowledge_base\": [\n {\n \"type\": \"file\",\n \"name\": \"My Knowledge Base\",\n \"id\": \"123\",\n \"usage_mode\": \"auto\"\n }\n ],\n \"tools\": [\n {\n \"name\": \"name\",\n \"description\": \"description\",\n \"response_timeout_secs\": 1,\n \"disable_interruptions\": true,\n \"interruption_mode\": \"allow\",\n \"force_pre_tool_speech\": true,\n \"pre_tool_speech\": \"auto\",\n \"assignments\": [\n {\n \"source\": \"response\",\n \"dynamic_variable\": \"user_name\",\n \"value_path\": \"user.name\",\n \"sanitize\": false,\n \"preserve_native_type\": false\n }\n ],\n \"tool_call_sound\": null,\n \"tool_call_sound_behavior\": \"auto\",\n \"tool_error_handling_mode\": \"auto\",\n \"dynamic_variables\": {\n \"dynamic_variable_placeholders\": {\n \"user_name\": \"John Doe\"\n }\n },\n \"execution_mode\": \"immediate\",\n \"tool_version\": \"tool_version\",\n \"api_integration_id\": \"api_integration_id\",\n \"api_integration_connection_id\": \"api_integration_connection_id\",\n \"api_schema_overrides\": null,\n \"type\": \"api_integration_webhook\"\n }\n ]\n }\n }\n },\n \"additional_prompt\": \"additional_prompt\",\n \"additional_knowledge_base\": [\n {\n \"type\": \"file\",\n \"name\": \"My Knowledge Base\",\n \"id\": \"123\",\n \"usage_mode\": \"auto\"\n }\n ],\n \"additional_tool_ids\": [\n \"additional_tool_ids\"\n ],\n \"label\": \"label\",\n \"entry_behavior\": \"generate_immediately\",\n \"type\": \"override_agent\"\n },\n \"start_node\": {\n \"position\": {\n \"x\": 1.1,\n \"y\": 1.1\n },\n \"edge_order\": [\n \"edge_order\"\n ],\n \"type\": \"start\"\n },\n \"success_conversation\": {\n \"position\": {\n \"x\": 1.1,\n \"y\": 1.1\n },\n \"edge_order\": [\n \"edge_order\"\n ],\n \"conversation_config\": {\n \"asr\": {\n \"quality\": \"high\",\n \"provider\": \"scribe_realtime\",\n \"user_input_audio_format\": \"pcm_16000\",\n \"keywords\": [\n \"hello\",\n \"world\"\n ]\n },\n \"turn\": {\n \"turn_timeout\": 7,\n \"silence_end_call_timeout\": -1,\n \"turn_eagerness\": \"normal\",\n \"spelling_patience\": \"auto\",\n \"speculative_turn\": false,\n \"retranscribe_on_turn_timeout\": false,\n \"turn_model\": \"turn_v3\",\n \"interruption_ignore_terms\": [\n \"interruption_ignore_terms\"\n ],\n \"interruption_ignore_term_languages\": [\n \"interruption_ignore_term_languages\"\n ],\n \"merge_with_default_ignore_terms\": false,\n \"transcribe_on_disabled_interruptions\": false,\n \"soft_timeout_config\": {\n \"timeout_seconds\": -1,\n \"message\": \"Hhmmmm...yeah.\",\n \"use_llm_generated_message\": false\n }\n },\n \"tts\": {\n \"model_id\": \"eleven_turbo_v2\",\n \"voice_id\": \"cjVigY5qzO86Huf0OWal\",\n \"agent_output_audio_format\": \"pcm_16000\",\n \"optimize_streaming_latency\": 3,\n \"stability\": 0.5,\n \"speed\": 1,\n \"similarity_boost\": 0.8,\n \"pronunciation_dictionary_locators\": [\n {\n \"pronunciation_dictionary_id\": \"pronunciation_dictionary_id\",\n \"version_id\": null\n }\n ]\n },\n \"conversation\": {\n \"max_duration_seconds\": 600,\n \"client_events\": [\n \"audio\",\n \"interruption\"\n ]\n },\n \"agent\": {\n \"first_message\": \"Hello, how can I help you today?\",\n \"language\": \"en\",\n \"dynamic_variables\": {\n \"dynamic_variable_placeholders\": {\n \"user_name\": \"John Doe\"\n }\n },\n \"disable_first_message_interruptions\": false,\n \"prompt\": {\n \"prompt\": \"You are a helpful assistant that can answer questions about the topic of the conversation.\",\n \"llm\": \"gemini-2.0-flash-001\",\n \"temperature\": 0,\n \"max_tokens\": -1,\n \"tool_ids\": [\n \"tool_ids\"\n ],\n \"built_in_tools\": {\n \"end_call\": {\n \"type\": \"system\",\n \"name\": \"end_call\",\n \"description\": \"\",\n \"assignments\": [\n {\n \"source\": \"response\",\n \"dynamic_variable\": \"user_name\",\n \"value_path\": \"user.name\",\n \"sanitize\": false,\n \"preserve_native_type\": false\n }\n ],\n \"params\": {\n \"system_tool_type\": \"end_call\"\n }\n },\n \"language_detection\": {\n \"type\": \"system\",\n \"name\": \"end_call\",\n \"description\": \"\",\n \"assignments\": [\n {\n \"source\": \"response\",\n \"dynamic_variable\": \"user_name\",\n \"value_path\": \"user.name\",\n \"sanitize\": false,\n \"preserve_native_type\": false\n }\n ],\n \"params\": {\n \"system_tool_type\": \"end_call\"\n }\n },\n \"transfer_to_agent\": {\n \"type\": \"system\",\n \"name\": \"end_call\",\n \"description\": \"\",\n \"assignments\": [\n {\n \"source\": \"response\",\n \"dynamic_variable\": \"user_name\",\n \"value_path\": \"user.name\",\n \"sanitize\": false,\n \"preserve_native_type\": false\n }\n ],\n \"params\": {\n \"system_tool_type\": \"end_call\"\n }\n },\n \"transfer_to_number\": {\n \"type\": \"system\",\n \"name\": \"end_call\",\n \"description\": \"\",\n \"assignments\": [\n {\n \"source\": \"response\",\n \"dynamic_variable\": \"user_name\",\n \"value_path\": \"user.name\",\n \"sanitize\": false,\n \"preserve_native_type\": false\n }\n ],\n \"params\": {\n \"system_tool_type\": \"end_call\"\n }\n },\n \"skip_turn\": {\n \"type\": \"system\",\n \"name\": \"end_call\",\n \"description\": \"\",\n \"assignments\": [\n {\n \"source\": \"response\",\n \"dynamic_variable\": \"user_name\",\n \"value_path\": \"user.name\",\n \"sanitize\": false,\n \"preserve_native_type\": false\n }\n ],\n \"params\": {\n \"system_tool_type\": \"end_call\"\n }\n },\n \"play_keypad_touch_tone\": {\n \"type\": \"system\",\n \"name\": \"end_call\",\n \"description\": \"\",\n \"assignments\": [\n {\n \"source\": \"response\",\n \"dynamic_variable\": \"user_name\",\n \"value_path\": \"user.name\",\n \"sanitize\": false,\n \"preserve_native_type\": false\n }\n ],\n \"params\": {\n \"system_tool_type\": \"end_call\"\n }\n },\n \"voicemail_detection\": {\n \"type\": \"system\",\n \"name\": \"end_call\",\n \"description\": \"\",\n \"assignments\": [\n {\n \"source\": \"response\",\n \"dynamic_variable\": \"user_name\",\n \"value_path\": \"user.name\",\n \"sanitize\": false,\n \"preserve_native_type\": false\n }\n ],\n \"params\": {\n \"system_tool_type\": \"end_call\"\n }\n }\n },\n \"knowledge_base\": [\n {\n \"type\": \"file\",\n \"name\": \"My Knowledge Base\",\n \"id\": \"123\",\n \"usage_mode\": \"auto\"\n }\n ],\n \"tools\": [\n {\n \"name\": \"name\",\n \"description\": \"description\",\n \"response_timeout_secs\": 1,\n \"disable_interruptions\": true,\n \"interruption_mode\": \"allow\",\n \"force_pre_tool_speech\": true,\n \"pre_tool_speech\": \"auto\",\n \"assignments\": [\n {\n \"source\": \"response\",\n \"dynamic_variable\": \"user_name\",\n \"value_path\": \"user.name\",\n \"sanitize\": false,\n \"preserve_native_type\": false\n }\n ],\n \"tool_call_sound\": null,\n \"tool_call_sound_behavior\": \"auto\",\n \"tool_error_handling_mode\": \"auto\",\n \"dynamic_variables\": {\n \"dynamic_variable_placeholders\": {\n \"user_name\": \"John Doe\"\n }\n },\n \"execution_mode\": \"immediate\",\n \"tool_version\": \"tool_version\",\n \"api_integration_id\": \"api_integration_id\",\n \"api_integration_connection_id\": \"api_integration_connection_id\",\n \"api_schema_overrides\": null,\n \"type\": \"api_integration_webhook\"\n }\n ]\n }\n }\n },\n \"additional_prompt\": \"additional_prompt\",\n \"additional_knowledge_base\": [\n {\n \"type\": \"file\",\n \"name\": \"My Knowledge Base\",\n \"id\": \"123\",\n \"usage_mode\": \"auto\"\n }\n ],\n \"additional_tool_ids\": [\n \"additional_tool_ids\"\n ],\n \"label\": \"label\",\n \"entry_behavior\": \"generate_immediately\",\n \"type\": \"override_agent\"\n },\n \"success_end\": {\n \"position\": {\n \"x\": 1.1,\n \"y\": 1.1\n },\n \"edge_order\": [\n \"edge_order\"\n ],\n \"type\": \"end\"\n },\n \"success_phone\": {\n \"custom_sip_headers\": [\n {\n \"key\": \"key\",\n \"value\": \"value\",\n \"type\": \"dynamic\"\n }\n ],\n \"transfer_destination\": {\n \"phone_number\": \"phone_number\",\n \"type\": \"phone\"\n },\n \"transfer_type\": \"blind\",\n \"uui\": null,\n \"post_dial_digits\": null,\n \"position\": {\n \"x\": 1.1,\n \"y\": 1.1\n },\n \"edge_order\": [\n \"edge_order\"\n ],\n \"type\": \"phone_number\"\n },\n \"success_transfer\": {\n \"position\": {\n \"x\": 1.1,\n \"y\": 1.1\n },\n \"edge_order\": [\n \"edge_order\"\n ],\n \"agent_id\": null,\n \"node_id\": null,\n \"delay_ms\": 1,\n \"transfer_message\": null,\n \"enable_transferred_agent_first_message\": true,\n \"preserve_client_tts_overrides\": true,\n \"type\": \"standalone_agent\"\n },\n \"tool_node_a\": {\n \"position\": {\n \"x\": 1.1,\n \"y\": 1.1\n },\n \"edge_order\": [\n \"edge_order\"\n ],\n \"tools\": [\n {\n \"tool_id\": \"tool_id\"\n }\n ],\n \"type\": \"tool\"\n },\n \"tool_node_b\": {\n \"position\": {\n \"x\": 1.1,\n \"y\": 1.1\n },\n \"edge_order\": [\n \"edge_order\"\n ],\n \"tools\": [\n {\n \"tool_id\": \"tool_id\"\n }\n ],\n \"type\": \"tool\"\n }\n },\n \"prevent_subagent_loops\": false\n },\n \"access_info\": {\n \"is_creator\": true,\n \"creator_name\": \"John Doe\",\n \"creator_email\": \"john.doe@example.com\",\n \"role\": \"admin\",\n \"anonymous_access_level_override\": \"admin\",\n \"access_source\": \"creator\"\n },\n \"tags\": [\n \"tags\"\n ],\n \"version_id\": \"version_id\",\n \"branch_id\": \"branch_id\",\n \"main_branch_id\": \"main_branch_id\",\n \"overridden_fields\": [\n \"overridden_fields\"\n ],\n \"conflicts\": [\n {\n \"path\": \"path\",\n \"section\": \"conversation_config\",\n \"base_value\": {\n \"key\": \"value\"\n },\n \"source_value\": {\n \"key\": \"value\"\n },\n \"target_value\": {\n \"key\": \"value\"\n }\n }\n ],\n \"source_identical_to_target\": true\n}" @@ -4355,8 +5143,13 @@ "value": "agtbrch_8901k4t9z5defmb8vh3e9361y7nj" } ], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"key\": \"value\"\n}" @@ -4372,8 +5165,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"agent_id\": \"agent_7101k5zvyjhmfg983brhmhkd98n6\",\n \"name\": \"My Agent\",\n \"conversation_config\": {\n \"asr\": {\n \"quality\": \"high\",\n \"provider\": \"scribe_realtime\",\n \"user_input_audio_format\": \"pcm_16000\",\n \"keywords\": [\n \"hello\",\n \"world\"\n ]\n },\n \"turn\": {\n \"turn_timeout\": 7,\n \"initial_wait_time\": 1.1,\n \"silence_end_call_timeout\": -1,\n \"turn_eagerness\": \"normal\",\n \"spelling_patience\": \"auto\",\n \"speculative_turn\": false,\n \"retranscribe_on_turn_timeout\": false,\n \"turn_model\": \"turn_v3\",\n \"interruption_ignore_terms\": [\n \"interruption_ignore_terms\"\n ],\n \"interruption_ignore_term_languages\": [\n \"interruption_ignore_term_languages\"\n ],\n \"merge_with_default_ignore_terms\": false,\n \"transcribe_on_disabled_interruptions\": false,\n \"soft_timeout_config\": {\n \"timeout_seconds\": -1,\n \"message\": \"Hhmmmm...yeah.\"\n }\n },\n \"tts\": {\n \"model_id\": \"eleven_turbo_v2\",\n \"voice_id\": \"cjVigY5qzO86Huf0OWal\",\n \"supported_voices\": [\n {\n \"label\": \"label\",\n \"voice_id\": \"voice_id\"\n }\n ],\n \"expressive_mode\": true,\n \"suggested_audio_tags\": [\n {\n \"tag\": \"tag\"\n }\n ],\n \"agent_output_audio_format\": \"pcm_16000\",\n \"optimize_streaming_latency\": 3,\n \"stability\": 0.5,\n \"speed\": 1,\n \"similarity_boost\": 0.8,\n \"text_normalisation_type\": \"system_prompt\",\n \"pronunciation_dictionary_locators\": [\n {\n \"pronunciation_dictionary_id\": \"pronunciation_dictionary_id\",\n \"version_id\": null\n }\n ],\n \"enable_phoneme_tags\": true\n },\n \"conversation\": {\n \"text_only\": true,\n \"max_duration_seconds\": 600,\n \"client_events\": [\n \"audio\",\n \"interruption\"\n ],\n \"monitoring_enabled\": true,\n \"monitoring_events\": [\n \"conversation_initiation_metadata\"\n ],\n \"source_attribution\": true\n },\n \"language_presets\": {\n \"key\": {\n \"overrides\": {\n \"asr\": {\n \"keywords\": [\n \"hello\",\n \"world\"\n ]\n },\n \"turn\": {\n \"soft_timeout_config\": {\n \"message\": \"Hhmmmm...yeah.\"\n }\n },\n \"tts\": {\n \"model_id\": \"eleven_turbo_v2\",\n \"voice_id\": \"cjVigY5qzO86Huf0OWal\",\n \"stability\": 0.5,\n \"speed\": 1,\n \"similarity_boost\": 0.8,\n \"pronunciation_dictionary_locators\": [\n {\n \"pronunciation_dictionary_id\": \"pronunciation_dictionary_id\",\n \"version_id\": null\n }\n ]\n },\n \"conversation\": {\n \"max_duration_seconds\": 600\n },\n \"agent\": {\n \"first_message\": \"Hello, how can I help you today?\",\n \"language\": \"en\",\n \"prompt\": {\n \"prompt\": \"You are a helpful assistant that can answer questions about the topic of the conversation.\",\n \"llm\": \"gemini-2.0-flash-001\",\n \"tool_ids\": [\n \"tool_ids\"\n ],\n \"knowledge_base\": [\n {\n \"type\": \"file\",\n \"name\": \"My Knowledge Base\",\n \"id\": \"123\",\n \"usage_mode\": \"auto\"\n }\n ]\n }\n }\n }\n }\n },\n \"agent\": {\n \"first_message\": \"Hello, how can I help you today?\",\n \"language\": \"en\",\n \"hinglish_mode\": true,\n \"disable_first_message_interruptions\": false,\n \"max_conversation_duration_message\": \"max_conversation_duration_message\",\n \"prompt\": {\n \"prompt\": \"You are a helpful assistant that can answer questions about the topic of the conversation.\",\n \"llm\": \"gemini-2.0-flash-001\",\n \"temperature\": 0,\n \"max_tokens\": -1,\n \"tool_ids\": [\n \"tool_ids\"\n ],\n \"built_in_tools\": {\n \"end_call\": {\n \"type\": \"system\",\n \"name\": \"end_call\",\n \"description\": \"\",\n \"assignments\": [\n {\n \"source\": \"response\",\n \"dynamic_variable\": \"user_name\",\n \"value_path\": \"user.name\",\n \"sanitize\": false,\n \"preserve_native_type\": false\n }\n ],\n \"params\": {\n \"system_tool_type\": \"end_call\"\n }\n },\n \"language_detection\": {\n \"type\": \"system\",\n \"name\": \"end_call\",\n \"description\": \"\",\n \"assignments\": [\n {\n \"source\": \"response\",\n \"dynamic_variable\": \"user_name\",\n \"value_path\": \"user.name\",\n \"sanitize\": false,\n \"preserve_native_type\": false\n }\n ],\n \"params\": {\n \"system_tool_type\": \"end_call\"\n }\n },\n \"transfer_to_agent\": {\n \"type\": \"system\",\n \"name\": \"end_call\",\n \"description\": \"\",\n \"assignments\": [\n {\n \"source\": \"response\",\n \"dynamic_variable\": \"user_name\",\n \"value_path\": \"user.name\",\n \"sanitize\": false,\n \"preserve_native_type\": false\n }\n ],\n \"params\": {\n \"system_tool_type\": \"end_call\"\n }\n },\n \"transfer_to_number\": {\n \"type\": \"system\",\n \"name\": \"end_call\",\n \"description\": \"\",\n \"assignments\": [\n {\n \"source\": \"response\",\n \"dynamic_variable\": \"user_name\",\n \"value_path\": \"user.name\",\n \"sanitize\": false,\n \"preserve_native_type\": false\n }\n ],\n \"params\": {\n \"system_tool_type\": \"end_call\"\n }\n },\n \"skip_turn\": {\n \"type\": \"system\",\n \"name\": \"end_call\",\n \"description\": \"\",\n \"assignments\": [\n {\n \"source\": \"response\",\n \"dynamic_variable\": \"user_name\",\n \"value_path\": \"user.name\",\n \"sanitize\": false,\n \"preserve_native_type\": false\n }\n ],\n \"params\": {\n \"system_tool_type\": \"end_call\"\n }\n },\n \"play_keypad_touch_tone\": {\n \"type\": \"system\",\n \"name\": \"end_call\",\n \"description\": \"\",\n \"assignments\": [\n {\n \"source\": \"response\",\n \"dynamic_variable\": \"user_name\",\n \"value_path\": \"user.name\",\n \"sanitize\": false,\n \"preserve_native_type\": false\n }\n ],\n \"params\": {\n \"system_tool_type\": \"end_call\"\n }\n },\n \"voicemail_detection\": {\n \"type\": \"system\",\n \"name\": \"end_call\",\n \"description\": \"\",\n \"assignments\": [\n {\n \"source\": \"response\",\n \"dynamic_variable\": \"user_name\",\n \"value_path\": \"user.name\",\n \"sanitize\": false,\n \"preserve_native_type\": false\n }\n ],\n \"params\": {\n \"system_tool_type\": \"end_call\"\n }\n }\n },\n \"knowledge_base\": [\n {\n \"type\": \"file\",\n \"name\": \"My Knowledge Base\",\n \"id\": \"123\",\n \"usage_mode\": \"auto\"\n }\n ],\n \"rag\": {\n \"max_vector_distance\": 0.5,\n \"max_retrieved_rag_chunks_count\": 5\n }\n }\n }\n },\n \"metadata\": {\n \"created_at_unix_secs\": 1,\n \"updated_at_unix_secs\": 1\n },\n \"platform_settings\": {\n \"evaluation\": {\n \"criteria\": [\n {\n \"id\": \"criterion_binary_001\",\n \"name\": \"Issue resolved\",\n \"conversation_goal_prompt\": \"Determine whether the agent fully resolved the user's issue.\",\n \"use_knowledge_base\": false,\n \"scope\": \"conversation\",\n \"scoring_mode\": \"binary\",\n \"max_score\": 100\n }\n ]\n },\n \"widget\": {\n \"variant\": \"tiny\",\n \"placement\": \"top-left\",\n \"expandable\": \"never\",\n \"avatar\": {\n \"color_1\": \"#2792dc\",\n \"color_2\": \"#9ce6e6\",\n \"type\": \"orb\"\n },\n \"feedback_mode\": \"none\",\n \"bg_color\": \"bg_color\",\n \"text_color\": \"text_color\",\n \"btn_color\": \"btn_color\",\n \"btn_text_color\": \"btn_text_color\",\n \"border_color\": \"border_color\",\n \"focus_color\": \"focus_color\",\n \"border_radius\": 1,\n \"btn_radius\": 1,\n \"action_text\": \"action_text\",\n \"start_call_text\": \"start_call_text\",\n \"end_call_text\": \"end_call_text\",\n \"expand_text\": \"expand_text\",\n \"listening_text\": \"listening_text\",\n \"speaking_text\": \"speaking_text\",\n \"shareable_page_text\": \"shareable_page_text\",\n \"shareable_page_show_terms\": true,\n \"terms_text\": \"terms_text\",\n \"terms_html\": \"terms_html\",\n \"terms_key\": \"terms_key\",\n \"show_avatar_when_collapsed\": true,\n \"disable_banner\": true,\n \"override_link\": \"override_link\",\n \"markdown_link_allowed_hosts\": [\n {\n \"hostname\": \"hostname\"\n }\n ],\n \"markdown_link_include_www\": true,\n \"markdown_link_allow_http\": true,\n \"mic_muting_enabled\": true,\n \"transcript_enabled\": true,\n \"text_input_enabled\": true,\n \"conversation_mode_toggle_enabled\": true,\n \"default_expanded\": true,\n \"always_expanded\": true,\n \"dismissible\": true,\n \"show_agent_status\": true,\n \"show_conversation_id\": true,\n \"strip_audio_tags\": true,\n \"syntax_highlight_theme\": \"light\",\n \"show_resize_button\": true,\n \"language_selector\": false,\n \"supports_text_only\": true,\n \"custom_avatar_path\": \"https://example.com/avatar.png\",\n \"language_presets\": {\n \"key\": {}\n }\n },\n \"data_collection\": {\n \"key\": {\n \"type\": \"string\",\n \"description\": \"My property\",\n \"is_system_provided\": false,\n \"dynamic_variable\": \"\",\n \"constant_value\": \"\"\n }\n },\n \"data_collection_scopes\": {\n \"key\": \"conversation\"\n },\n \"analysis_items\": {\n \"evaluation_criteria\": [\n {\n \"analysis_item_id\": \"__system_eval_criteria_sentiment\",\n \"source\": \"system\"\n }\n ],\n \"data_collection\": [\n {\n \"analysis_item_id\": \"__system_data_collection_topic\",\n \"source\": \"system\"\n }\n ]\n },\n \"overrides\": {\n \"custom_llm_extra_body\": true,\n \"enable_conversation_initiation_client_data_from_webhook\": true,\n \"enable_starting_workflow_node_id_from_client\": true\n },\n \"workspace_overrides\": {\n \"conversation_initiation_client_data_webhook\": {\n \"url\": \"https://example.com/webhook\",\n \"request_headers\": {\n \"Content-Type\": \"application/json\"\n }\n }\n },\n \"testing\": {\n \"attached_tests\": [\n {\n \"test_id\": \"test_123\",\n \"workflow_node_id\": \"node_abc\"\n },\n {\n \"test_id\": \"test_456\"\n }\n ]\n },\n \"archived\": true,\n \"guardrails\": {\n \"version\": \"1\"\n },\n \"summary_language\": \"summary_language\",\n \"auto_translate_transcript_to_app_language\": true,\n \"auth\": {\n \"enable_auth\": true,\n \"allowlist\": [\n {\n \"hostname\": \"https://example.com\"\n }\n ],\n \"require_origin_header\": true,\n \"shareable_token\": \"1234567890\"\n },\n \"call_limits\": {\n \"agent_concurrency_limit\": -1,\n \"daily_limit\": 100000,\n \"bursting_enabled\": true\n },\n \"privacy\": {\n \"record_voice\": true,\n \"retention_days\": -1,\n \"delete_transcript_and_pii\": false,\n \"delete_audio\": false,\n \"apply_to_existing_conversations\": false,\n \"zero_retention_mode\": false\n },\n \"trust_context\": \"unknown\",\n \"analysis_llm\": \"gpt-4o-mini\",\n \"alerting\": {\n \"monitor_configs\": {\n \"key\": {}\n },\n \"auto_resolve_after_inactive_minutes\": 1,\n \"notifiers\": [\n {\n \"webhook_id\": \"webhook_id\"\n }\n ]\n },\n \"safety\": {\n \"is_blocked_ivc\": true,\n \"is_blocked_non_ivc\": true,\n \"ignore_safety_evaluation\": true\n }\n },\n \"phone_numbers\": [\n {\n \"phone_number\": \"+919999999999\",\n \"label\": \"Exotel Outbound\",\n \"phone_number_id\": \"phnum_X3Pbu5gP6NNKBscdCdwB\",\n \"assigned_agent\": {\n \"agent_id\": \"F3Pbu5gP6NNKBscdCdwB\",\n \"agent_name\": \"My Agent\"\n },\n \"provider\": \"exotel\"\n }\n ],\n \"whatsapp_accounts\": [\n {\n \"business_account_id\": \"business_account_id\",\n \"phone_number_id\": \"phone_number_id\",\n \"business_account_name\": \"business_account_name\",\n \"phone_number_name\": \"phone_number_name\",\n \"phone_number\": \"phone_number\",\n \"assigned_agent_id\": \"assigned_agent_id\",\n \"enable_messaging\": true,\n \"enable_audio_message_response\": true,\n \"enable_typing_indicator\": true,\n \"assigned_agent_name\": \"assigned_agent_name\",\n \"is_token_expired\": true\n }\n ],\n \"workflow\": {\n \"edges\": {\n \"entry_to_tool_a\": {\n \"source\": \"entry_node\",\n \"target\": \"tool_node_a\",\n \"forward_condition\": {\n \"label\": null,\n \"condition\": \"User's last message contains a question about our pricing.\",\n \"type\": \"llm\"\n },\n \"backward_condition\": {\n \"label\": null,\n \"expression\": {\n \"children\": [],\n \"type\": \"and_operator\"\n },\n \"type\": \"expression\"\n }\n },\n \"start_to_entry\": {\n \"source\": \"start_node\",\n \"target\": \"entry_node\",\n \"forward_condition\": {\n \"label\": null,\n \"type\": \"unconditional\"\n },\n \"backward_condition\": {\n \"label\": null,\n \"expression\": {\n \"children\": [],\n \"type\": \"and_operator\"\n },\n \"type\": \"expression\"\n }\n },\n \"tool_a_to_failure\": {\n \"source\": \"tool_node_a\",\n \"target\": \"failure_node\",\n \"forward_condition\": {\n \"label\": null,\n \"successful\": true,\n \"type\": \"result\"\n },\n \"backward_condition\": {\n \"label\": null,\n \"expression\": {\n \"children\": [],\n \"type\": \"and_operator\"\n },\n \"type\": \"expression\"\n }\n },\n \"tool_a_to_tool_b\": {\n \"source\": \"tool_node_a\",\n \"target\": \"tool_node_b\",\n \"forward_condition\": {\n \"label\": null,\n \"successful\": true,\n \"type\": \"result\"\n },\n \"backward_condition\": {\n \"label\": null,\n \"expression\": {\n \"children\": [],\n \"type\": \"and_operator\"\n },\n \"type\": \"expression\"\n }\n },\n \"tool_b_to_agent_transfer\": {\n \"source\": \"tool_node_b\",\n \"target\": \"success_transfer\",\n \"forward_condition\": {\n \"label\": null,\n \"type\": \"unconditional\"\n },\n \"backward_condition\": {\n \"label\": null,\n \"expression\": {\n \"children\": [],\n \"type\": \"and_operator\"\n },\n \"type\": \"expression\"\n }\n },\n \"tool_b_to_conversation\": {\n \"source\": \"tool_node_b\",\n \"target\": \"success_conversation\",\n \"forward_condition\": {\n \"label\": null,\n \"condition\": \"User's last message contains a question about our pricing.\",\n \"type\": \"llm\"\n },\n \"backward_condition\": {\n \"label\": null,\n \"expression\": {\n \"children\": [],\n \"type\": \"and_operator\"\n },\n \"type\": \"expression\"\n }\n },\n \"tool_b_to_end\": {\n \"source\": \"tool_node_b\",\n \"target\": \"success_end\",\n \"forward_condition\": {\n \"label\": null,\n \"condition\": \"User's last message contains a question about our pricing.\",\n \"type\": \"llm\"\n },\n \"backward_condition\": {\n \"label\": null,\n \"expression\": {\n \"children\": [],\n \"type\": \"and_operator\"\n },\n \"type\": \"expression\"\n }\n },\n \"tool_b_to_phone\": {\n \"source\": \"tool_node_b\",\n \"target\": \"success_phone\",\n \"forward_condition\": {\n \"label\": null,\n \"expression\": {\n \"children\": [],\n \"type\": \"and_operator\"\n },\n \"type\": \"expression\"\n },\n \"backward_condition\": {\n \"label\": null,\n \"expression\": {\n \"children\": [],\n \"type\": \"and_operator\"\n },\n \"type\": \"expression\"\n }\n }\n },\n \"nodes\": {\n \"entry_node\": {\n \"position\": {\n \"x\": 1.1,\n \"y\": 1.1\n },\n \"edge_order\": [\n \"edge_order\"\n ],\n \"conversation_config\": {\n \"asr\": {\n \"quality\": \"high\",\n \"provider\": \"scribe_realtime\",\n \"user_input_audio_format\": \"pcm_16000\",\n \"keywords\": [\n \"hello\",\n \"world\"\n ]\n },\n \"turn\": {\n \"turn_timeout\": 7,\n \"silence_end_call_timeout\": -1,\n \"turn_eagerness\": \"normal\",\n \"spelling_patience\": \"auto\",\n \"speculative_turn\": false,\n \"retranscribe_on_turn_timeout\": false,\n \"turn_model\": \"turn_v3\",\n \"interruption_ignore_terms\": [\n \"interruption_ignore_terms\"\n ],\n \"interruption_ignore_term_languages\": [\n \"interruption_ignore_term_languages\"\n ],\n \"merge_with_default_ignore_terms\": false,\n \"transcribe_on_disabled_interruptions\": false,\n \"soft_timeout_config\": {\n \"timeout_seconds\": -1,\n \"message\": \"Hhmmmm...yeah.\",\n \"use_llm_generated_message\": false\n }\n },\n \"tts\": {\n \"model_id\": \"eleven_turbo_v2\",\n \"voice_id\": \"cjVigY5qzO86Huf0OWal\",\n \"agent_output_audio_format\": \"pcm_16000\",\n \"optimize_streaming_latency\": 3,\n \"stability\": 0.5,\n \"speed\": 1,\n \"similarity_boost\": 0.8,\n \"pronunciation_dictionary_locators\": [\n {\n \"pronunciation_dictionary_id\": \"pronunciation_dictionary_id\",\n \"version_id\": null\n }\n ]\n },\n \"conversation\": {\n \"max_duration_seconds\": 600,\n \"client_events\": [\n \"audio\",\n \"interruption\"\n ]\n },\n \"agent\": {\n \"first_message\": \"Hello, how can I help you today?\",\n \"language\": \"en\",\n \"dynamic_variables\": {\n \"dynamic_variable_placeholders\": {\n \"user_name\": \"John Doe\"\n }\n },\n \"disable_first_message_interruptions\": false,\n \"prompt\": {\n \"prompt\": \"You are a helpful assistant that can answer questions about the topic of the conversation.\",\n \"llm\": \"gemini-2.0-flash-001\",\n \"temperature\": 0,\n \"max_tokens\": -1,\n \"tool_ids\": [\n \"tool_ids\"\n ],\n \"built_in_tools\": {\n \"end_call\": {\n \"type\": \"system\",\n \"name\": \"end_call\",\n \"description\": \"\",\n \"assignments\": [\n {\n \"source\": \"response\",\n \"dynamic_variable\": \"user_name\",\n \"value_path\": \"user.name\",\n \"sanitize\": false,\n \"preserve_native_type\": false\n }\n ],\n \"params\": {\n \"system_tool_type\": \"end_call\"\n }\n },\n \"language_detection\": {\n \"type\": \"system\",\n \"name\": \"end_call\",\n \"description\": \"\",\n \"assignments\": [\n {\n \"source\": \"response\",\n \"dynamic_variable\": \"user_name\",\n \"value_path\": \"user.name\",\n \"sanitize\": false,\n \"preserve_native_type\": false\n }\n ],\n \"params\": {\n \"system_tool_type\": \"end_call\"\n }\n },\n \"transfer_to_agent\": {\n \"type\": \"system\",\n \"name\": \"end_call\",\n \"description\": \"\",\n \"assignments\": [\n {\n \"source\": \"response\",\n \"dynamic_variable\": \"user_name\",\n \"value_path\": \"user.name\",\n \"sanitize\": false,\n \"preserve_native_type\": false\n }\n ],\n \"params\": {\n \"system_tool_type\": \"end_call\"\n }\n },\n \"transfer_to_number\": {\n \"type\": \"system\",\n \"name\": \"end_call\",\n \"description\": \"\",\n \"assignments\": [\n {\n \"source\": \"response\",\n \"dynamic_variable\": \"user_name\",\n \"value_path\": \"user.name\",\n \"sanitize\": false,\n \"preserve_native_type\": false\n }\n ],\n \"params\": {\n \"system_tool_type\": \"end_call\"\n }\n },\n \"skip_turn\": {\n \"type\": \"system\",\n \"name\": \"end_call\",\n \"description\": \"\",\n \"assignments\": [\n {\n \"source\": \"response\",\n \"dynamic_variable\": \"user_name\",\n \"value_path\": \"user.name\",\n \"sanitize\": false,\n \"preserve_native_type\": false\n }\n ],\n \"params\": {\n \"system_tool_type\": \"end_call\"\n }\n },\n \"play_keypad_touch_tone\": {\n \"type\": \"system\",\n \"name\": \"end_call\",\n \"description\": \"\",\n \"assignments\": [\n {\n \"source\": \"response\",\n \"dynamic_variable\": \"user_name\",\n \"value_path\": \"user.name\",\n \"sanitize\": false,\n \"preserve_native_type\": false\n }\n ],\n \"params\": {\n \"system_tool_type\": \"end_call\"\n }\n },\n \"voicemail_detection\": {\n \"type\": \"system\",\n \"name\": \"end_call\",\n \"description\": \"\",\n \"assignments\": [\n {\n \"source\": \"response\",\n \"dynamic_variable\": \"user_name\",\n \"value_path\": \"user.name\",\n \"sanitize\": false,\n \"preserve_native_type\": false\n }\n ],\n \"params\": {\n \"system_tool_type\": \"end_call\"\n }\n }\n },\n \"knowledge_base\": [\n {\n \"type\": \"file\",\n \"name\": \"My Knowledge Base\",\n \"id\": \"123\",\n \"usage_mode\": \"auto\"\n }\n ],\n \"tools\": [\n {\n \"name\": \"name\",\n \"description\": \"description\",\n \"response_timeout_secs\": 1,\n \"disable_interruptions\": true,\n \"interruption_mode\": \"allow\",\n \"force_pre_tool_speech\": true,\n \"pre_tool_speech\": \"auto\",\n \"assignments\": [\n {\n \"source\": \"response\",\n \"dynamic_variable\": \"user_name\",\n \"value_path\": \"user.name\",\n \"sanitize\": false,\n \"preserve_native_type\": false\n }\n ],\n \"tool_call_sound\": null,\n \"tool_call_sound_behavior\": \"auto\",\n \"tool_error_handling_mode\": \"auto\",\n \"dynamic_variables\": {\n \"dynamic_variable_placeholders\": {\n \"user_name\": \"John Doe\"\n }\n },\n \"execution_mode\": \"immediate\",\n \"tool_version\": \"tool_version\",\n \"api_integration_id\": \"api_integration_id\",\n \"api_integration_connection_id\": \"api_integration_connection_id\",\n \"api_schema_overrides\": null,\n \"type\": \"api_integration_webhook\"\n }\n ]\n }\n }\n },\n \"additional_prompt\": \"additional_prompt\",\n \"additional_knowledge_base\": [\n {\n \"type\": \"file\",\n \"name\": \"My Knowledge Base\",\n \"id\": \"123\",\n \"usage_mode\": \"auto\"\n }\n ],\n \"additional_tool_ids\": [\n \"additional_tool_ids\"\n ],\n \"label\": \"label\",\n \"entry_behavior\": \"generate_immediately\",\n \"type\": \"override_agent\"\n },\n \"failure_node\": {\n \"position\": {\n \"x\": 1.1,\n \"y\": 1.1\n },\n \"edge_order\": [\n \"edge_order\"\n ],\n \"conversation_config\": {\n \"asr\": {\n \"quality\": \"high\",\n \"provider\": \"scribe_realtime\",\n \"user_input_audio_format\": \"pcm_16000\",\n \"keywords\": [\n \"hello\",\n \"world\"\n ]\n },\n \"turn\": {\n \"turn_timeout\": 7,\n \"silence_end_call_timeout\": -1,\n \"turn_eagerness\": \"normal\",\n \"spelling_patience\": \"auto\",\n \"speculative_turn\": false,\n \"retranscribe_on_turn_timeout\": false,\n \"turn_model\": \"turn_v3\",\n \"interruption_ignore_terms\": [\n \"interruption_ignore_terms\"\n ],\n \"interruption_ignore_term_languages\": [\n \"interruption_ignore_term_languages\"\n ],\n \"merge_with_default_ignore_terms\": false,\n \"transcribe_on_disabled_interruptions\": false,\n \"soft_timeout_config\": {\n \"timeout_seconds\": -1,\n \"message\": \"Hhmmmm...yeah.\",\n \"use_llm_generated_message\": false\n }\n },\n \"tts\": {\n \"model_id\": \"eleven_turbo_v2\",\n \"voice_id\": \"cjVigY5qzO86Huf0OWal\",\n \"agent_output_audio_format\": \"pcm_16000\",\n \"optimize_streaming_latency\": 3,\n \"stability\": 0.5,\n \"speed\": 1,\n \"similarity_boost\": 0.8,\n \"pronunciation_dictionary_locators\": [\n {\n \"pronunciation_dictionary_id\": \"pronunciation_dictionary_id\",\n \"version_id\": null\n }\n ]\n },\n \"conversation\": {\n \"max_duration_seconds\": 600,\n \"client_events\": [\n \"audio\",\n \"interruption\"\n ]\n },\n \"agent\": {\n \"first_message\": \"Hello, how can I help you today?\",\n \"language\": \"en\",\n \"dynamic_variables\": {\n \"dynamic_variable_placeholders\": {\n \"user_name\": \"John Doe\"\n }\n },\n \"disable_first_message_interruptions\": false,\n \"prompt\": {\n \"prompt\": \"You are a helpful assistant that can answer questions about the topic of the conversation.\",\n \"llm\": \"gemini-2.0-flash-001\",\n \"temperature\": 0,\n \"max_tokens\": -1,\n \"tool_ids\": [\n \"tool_ids\"\n ],\n \"built_in_tools\": {\n \"end_call\": {\n \"type\": \"system\",\n \"name\": \"end_call\",\n \"description\": \"\",\n \"assignments\": [\n {\n \"source\": \"response\",\n \"dynamic_variable\": \"user_name\",\n \"value_path\": \"user.name\",\n \"sanitize\": false,\n \"preserve_native_type\": false\n }\n ],\n \"params\": {\n \"system_tool_type\": \"end_call\"\n }\n },\n \"language_detection\": {\n \"type\": \"system\",\n \"name\": \"end_call\",\n \"description\": \"\",\n \"assignments\": [\n {\n \"source\": \"response\",\n \"dynamic_variable\": \"user_name\",\n \"value_path\": \"user.name\",\n \"sanitize\": false,\n \"preserve_native_type\": false\n }\n ],\n \"params\": {\n \"system_tool_type\": \"end_call\"\n }\n },\n \"transfer_to_agent\": {\n \"type\": \"system\",\n \"name\": \"end_call\",\n \"description\": \"\",\n \"assignments\": [\n {\n \"source\": \"response\",\n \"dynamic_variable\": \"user_name\",\n \"value_path\": \"user.name\",\n \"sanitize\": false,\n \"preserve_native_type\": false\n }\n ],\n \"params\": {\n \"system_tool_type\": \"end_call\"\n }\n },\n \"transfer_to_number\": {\n \"type\": \"system\",\n \"name\": \"end_call\",\n \"description\": \"\",\n \"assignments\": [\n {\n \"source\": \"response\",\n \"dynamic_variable\": \"user_name\",\n \"value_path\": \"user.name\",\n \"sanitize\": false,\n \"preserve_native_type\": false\n }\n ],\n \"params\": {\n \"system_tool_type\": \"end_call\"\n }\n },\n \"skip_turn\": {\n \"type\": \"system\",\n \"name\": \"end_call\",\n \"description\": \"\",\n \"assignments\": [\n {\n \"source\": \"response\",\n \"dynamic_variable\": \"user_name\",\n \"value_path\": \"user.name\",\n \"sanitize\": false,\n \"preserve_native_type\": false\n }\n ],\n \"params\": {\n \"system_tool_type\": \"end_call\"\n }\n },\n \"play_keypad_touch_tone\": {\n \"type\": \"system\",\n \"name\": \"end_call\",\n \"description\": \"\",\n \"assignments\": [\n {\n \"source\": \"response\",\n \"dynamic_variable\": \"user_name\",\n \"value_path\": \"user.name\",\n \"sanitize\": false,\n \"preserve_native_type\": false\n }\n ],\n \"params\": {\n \"system_tool_type\": \"end_call\"\n }\n },\n \"voicemail_detection\": {\n \"type\": \"system\",\n \"name\": \"end_call\",\n \"description\": \"\",\n \"assignments\": [\n {\n \"source\": \"response\",\n \"dynamic_variable\": \"user_name\",\n \"value_path\": \"user.name\",\n \"sanitize\": false,\n \"preserve_native_type\": false\n }\n ],\n \"params\": {\n \"system_tool_type\": \"end_call\"\n }\n }\n },\n \"knowledge_base\": [\n {\n \"type\": \"file\",\n \"name\": \"My Knowledge Base\",\n \"id\": \"123\",\n \"usage_mode\": \"auto\"\n }\n ],\n \"tools\": [\n {\n \"name\": \"name\",\n \"description\": \"description\",\n \"response_timeout_secs\": 1,\n \"disable_interruptions\": true,\n \"interruption_mode\": \"allow\",\n \"force_pre_tool_speech\": true,\n \"pre_tool_speech\": \"auto\",\n \"assignments\": [\n {\n \"source\": \"response\",\n \"dynamic_variable\": \"user_name\",\n \"value_path\": \"user.name\",\n \"sanitize\": false,\n \"preserve_native_type\": false\n }\n ],\n \"tool_call_sound\": null,\n \"tool_call_sound_behavior\": \"auto\",\n \"tool_error_handling_mode\": \"auto\",\n \"dynamic_variables\": {\n \"dynamic_variable_placeholders\": {\n \"user_name\": \"John Doe\"\n }\n },\n \"execution_mode\": \"immediate\",\n \"tool_version\": \"tool_version\",\n \"api_integration_id\": \"api_integration_id\",\n \"api_integration_connection_id\": \"api_integration_connection_id\",\n \"api_schema_overrides\": null,\n \"type\": \"api_integration_webhook\"\n }\n ]\n }\n }\n },\n \"additional_prompt\": \"additional_prompt\",\n \"additional_knowledge_base\": [\n {\n \"type\": \"file\",\n \"name\": \"My Knowledge Base\",\n \"id\": \"123\",\n \"usage_mode\": \"auto\"\n }\n ],\n \"additional_tool_ids\": [\n \"additional_tool_ids\"\n ],\n \"label\": \"label\",\n \"entry_behavior\": \"generate_immediately\",\n \"type\": \"override_agent\"\n },\n \"start_node\": {\n \"position\": {\n \"x\": 1.1,\n \"y\": 1.1\n },\n \"edge_order\": [\n \"edge_order\"\n ],\n \"type\": \"start\"\n },\n \"success_conversation\": {\n \"position\": {\n \"x\": 1.1,\n \"y\": 1.1\n },\n \"edge_order\": [\n \"edge_order\"\n ],\n \"conversation_config\": {\n \"asr\": {\n \"quality\": \"high\",\n \"provider\": \"scribe_realtime\",\n \"user_input_audio_format\": \"pcm_16000\",\n \"keywords\": [\n \"hello\",\n \"world\"\n ]\n },\n \"turn\": {\n \"turn_timeout\": 7,\n \"silence_end_call_timeout\": -1,\n \"turn_eagerness\": \"normal\",\n \"spelling_patience\": \"auto\",\n \"speculative_turn\": false,\n \"retranscribe_on_turn_timeout\": false,\n \"turn_model\": \"turn_v3\",\n \"interruption_ignore_terms\": [\n \"interruption_ignore_terms\"\n ],\n \"interruption_ignore_term_languages\": [\n \"interruption_ignore_term_languages\"\n ],\n \"merge_with_default_ignore_terms\": false,\n \"transcribe_on_disabled_interruptions\": false,\n \"soft_timeout_config\": {\n \"timeout_seconds\": -1,\n \"message\": \"Hhmmmm...yeah.\",\n \"use_llm_generated_message\": false\n }\n },\n \"tts\": {\n \"model_id\": \"eleven_turbo_v2\",\n \"voice_id\": \"cjVigY5qzO86Huf0OWal\",\n \"agent_output_audio_format\": \"pcm_16000\",\n \"optimize_streaming_latency\": 3,\n \"stability\": 0.5,\n \"speed\": 1,\n \"similarity_boost\": 0.8,\n \"pronunciation_dictionary_locators\": [\n {\n \"pronunciation_dictionary_id\": \"pronunciation_dictionary_id\",\n \"version_id\": null\n }\n ]\n },\n \"conversation\": {\n \"max_duration_seconds\": 600,\n \"client_events\": [\n \"audio\",\n \"interruption\"\n ]\n },\n \"agent\": {\n \"first_message\": \"Hello, how can I help you today?\",\n \"language\": \"en\",\n \"dynamic_variables\": {\n \"dynamic_variable_placeholders\": {\n \"user_name\": \"John Doe\"\n }\n },\n \"disable_first_message_interruptions\": false,\n \"prompt\": {\n \"prompt\": \"You are a helpful assistant that can answer questions about the topic of the conversation.\",\n \"llm\": \"gemini-2.0-flash-001\",\n \"temperature\": 0,\n \"max_tokens\": -1,\n \"tool_ids\": [\n \"tool_ids\"\n ],\n \"built_in_tools\": {\n \"end_call\": {\n \"type\": \"system\",\n \"name\": \"end_call\",\n \"description\": \"\",\n \"assignments\": [\n {\n \"source\": \"response\",\n \"dynamic_variable\": \"user_name\",\n \"value_path\": \"user.name\",\n \"sanitize\": false,\n \"preserve_native_type\": false\n }\n ],\n \"params\": {\n \"system_tool_type\": \"end_call\"\n }\n },\n \"language_detection\": {\n \"type\": \"system\",\n \"name\": \"end_call\",\n \"description\": \"\",\n \"assignments\": [\n {\n \"source\": \"response\",\n \"dynamic_variable\": \"user_name\",\n \"value_path\": \"user.name\",\n \"sanitize\": false,\n \"preserve_native_type\": false\n }\n ],\n \"params\": {\n \"system_tool_type\": \"end_call\"\n }\n },\n \"transfer_to_agent\": {\n \"type\": \"system\",\n \"name\": \"end_call\",\n \"description\": \"\",\n \"assignments\": [\n {\n \"source\": \"response\",\n \"dynamic_variable\": \"user_name\",\n \"value_path\": \"user.name\",\n \"sanitize\": false,\n \"preserve_native_type\": false\n }\n ],\n \"params\": {\n \"system_tool_type\": \"end_call\"\n }\n },\n \"transfer_to_number\": {\n \"type\": \"system\",\n \"name\": \"end_call\",\n \"description\": \"\",\n \"assignments\": [\n {\n \"source\": \"response\",\n \"dynamic_variable\": \"user_name\",\n \"value_path\": \"user.name\",\n \"sanitize\": false,\n \"preserve_native_type\": false\n }\n ],\n \"params\": {\n \"system_tool_type\": \"end_call\"\n }\n },\n \"skip_turn\": {\n \"type\": \"system\",\n \"name\": \"end_call\",\n \"description\": \"\",\n \"assignments\": [\n {\n \"source\": \"response\",\n \"dynamic_variable\": \"user_name\",\n \"value_path\": \"user.name\",\n \"sanitize\": false,\n \"preserve_native_type\": false\n }\n ],\n \"params\": {\n \"system_tool_type\": \"end_call\"\n }\n },\n \"play_keypad_touch_tone\": {\n \"type\": \"system\",\n \"name\": \"end_call\",\n \"description\": \"\",\n \"assignments\": [\n {\n \"source\": \"response\",\n \"dynamic_variable\": \"user_name\",\n \"value_path\": \"user.name\",\n \"sanitize\": false,\n \"preserve_native_type\": false\n }\n ],\n \"params\": {\n \"system_tool_type\": \"end_call\"\n }\n },\n \"voicemail_detection\": {\n \"type\": \"system\",\n \"name\": \"end_call\",\n \"description\": \"\",\n \"assignments\": [\n {\n \"source\": \"response\",\n \"dynamic_variable\": \"user_name\",\n \"value_path\": \"user.name\",\n \"sanitize\": false,\n \"preserve_native_type\": false\n }\n ],\n \"params\": {\n \"system_tool_type\": \"end_call\"\n }\n }\n },\n \"knowledge_base\": [\n {\n \"type\": \"file\",\n \"name\": \"My Knowledge Base\",\n \"id\": \"123\",\n \"usage_mode\": \"auto\"\n }\n ],\n \"tools\": [\n {\n \"name\": \"name\",\n \"description\": \"description\",\n \"response_timeout_secs\": 1,\n \"disable_interruptions\": true,\n \"interruption_mode\": \"allow\",\n \"force_pre_tool_speech\": true,\n \"pre_tool_speech\": \"auto\",\n \"assignments\": [\n {\n \"source\": \"response\",\n \"dynamic_variable\": \"user_name\",\n \"value_path\": \"user.name\",\n \"sanitize\": false,\n \"preserve_native_type\": false\n }\n ],\n \"tool_call_sound\": null,\n \"tool_call_sound_behavior\": \"auto\",\n \"tool_error_handling_mode\": \"auto\",\n \"dynamic_variables\": {\n \"dynamic_variable_placeholders\": {\n \"user_name\": \"John Doe\"\n }\n },\n \"execution_mode\": \"immediate\",\n \"tool_version\": \"tool_version\",\n \"api_integration_id\": \"api_integration_id\",\n \"api_integration_connection_id\": \"api_integration_connection_id\",\n \"api_schema_overrides\": null,\n \"type\": \"api_integration_webhook\"\n }\n ]\n }\n }\n },\n \"additional_prompt\": \"additional_prompt\",\n \"additional_knowledge_base\": [\n {\n \"type\": \"file\",\n \"name\": \"My Knowledge Base\",\n \"id\": \"123\",\n \"usage_mode\": \"auto\"\n }\n ],\n \"additional_tool_ids\": [\n \"additional_tool_ids\"\n ],\n \"label\": \"label\",\n \"entry_behavior\": \"generate_immediately\",\n \"type\": \"override_agent\"\n },\n \"success_end\": {\n \"position\": {\n \"x\": 1.1,\n \"y\": 1.1\n },\n \"edge_order\": [\n \"edge_order\"\n ],\n \"type\": \"end\"\n },\n \"success_phone\": {\n \"custom_sip_headers\": [\n {\n \"key\": \"key\",\n \"value\": \"value\",\n \"type\": \"dynamic\"\n }\n ],\n \"transfer_destination\": {\n \"phone_number\": \"phone_number\",\n \"type\": \"phone\"\n },\n \"transfer_type\": \"blind\",\n \"uui\": null,\n \"post_dial_digits\": null,\n \"position\": {\n \"x\": 1.1,\n \"y\": 1.1\n },\n \"edge_order\": [\n \"edge_order\"\n ],\n \"type\": \"phone_number\"\n },\n \"success_transfer\": {\n \"position\": {\n \"x\": 1.1,\n \"y\": 1.1\n },\n \"edge_order\": [\n \"edge_order\"\n ],\n \"agent_id\": null,\n \"node_id\": null,\n \"delay_ms\": 1,\n \"transfer_message\": null,\n \"enable_transferred_agent_first_message\": true,\n \"preserve_client_tts_overrides\": true,\n \"type\": \"standalone_agent\"\n },\n \"tool_node_a\": {\n \"position\": {\n \"x\": 1.1,\n \"y\": 1.1\n },\n \"edge_order\": [\n \"edge_order\"\n ],\n \"tools\": [\n {\n \"tool_id\": \"tool_id\"\n }\n ],\n \"type\": \"tool\"\n },\n \"tool_node_b\": {\n \"position\": {\n \"x\": 1.1,\n \"y\": 1.1\n },\n \"edge_order\": [\n \"edge_order\"\n ],\n \"tools\": [\n {\n \"tool_id\": \"tool_id\"\n }\n ],\n \"type\": \"tool\"\n }\n },\n \"prevent_subagent_loops\": false\n },\n \"access_info\": {\n \"is_creator\": true,\n \"creator_name\": \"John Doe\",\n \"creator_email\": \"john.doe@example.com\",\n \"role\": \"admin\",\n \"anonymous_access_level_override\": \"admin\",\n \"access_source\": \"creator\"\n },\n \"tags\": [\n \"tags\"\n ],\n \"version_id\": \"version_id\",\n \"branch_id\": \"branch_id\",\n \"main_branch_id\": \"main_branch_id\",\n \"overridden_fields\": [\n \"overridden_fields\"\n ],\n \"conflicts\": [\n {\n \"path\": \"path\",\n \"section\": \"conversation_config\",\n \"base_value\": {\n \"key\": \"value\"\n },\n \"source_value\": {\n \"key\": \"value\"\n },\n \"target_value\": {\n \"key\": \"value\"\n }\n }\n ],\n \"source_identical_to_target\": true\n}" @@ -4389,8 +5187,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"key\": \"value\"\n}" @@ -4406,8 +5209,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"id\": \"id\",\n \"agent_id\": \"agent_id\",\n \"branch_id\": \"branch_id\",\n \"version_description\": \"version_description\",\n \"seq_no_in_branch\": 1,\n \"time_committed_secs\": 1,\n \"parents\": {\n \"in_branch_parent_id\": \"in_branch_parent_id\",\n \"out_of_branch_parent_id\": \"out_of_branch_parent_id\",\n \"merged_into_branch_id\": \"merged_into_branch_id\",\n \"merged_from_branch_id\": \"merged_from_branch_id\",\n \"merged_from_version_id\": \"merged_from_version_id\",\n \"rebased_from_version_id\": \"rebased_from_version_id\"\n },\n \"access_info\": {\n \"is_creator\": true,\n \"creator_name\": \"John Doe\",\n \"creator_email\": \"john.doe@example.com\",\n \"role\": \"admin\",\n \"anonymous_access_level_override\": \"admin\",\n \"access_source\": \"creator\"\n }\n}" @@ -4434,8 +5242,13 @@ } }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"traffic_percentage_branch_id_map\": {\n \"key\": 1.1\n }\n}" @@ -4585,8 +5398,13 @@ "value": "agtbrch_8901k4t9z5defmb8vh3e9361y7nj" } ], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"key\": \"value\"\n}" @@ -4607,8 +5425,13 @@ "value": "agtbrch_8901k4t9z5defmb8vh3e9361y7nj" } ], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"key\": \"value\"\n}" @@ -4624,8 +5447,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"procedures\": [\n {\n \"procedure_id\": \"agtprc_6qbpwdq8n01bxhk44bgjy6f10ck3\",\n \"version_id\": \"agtprcv_7rbqxer9o12cyxi55ckw6sgz1dl4\",\n \"name\": \"Customer Support Procedure\",\n \"type\": \"free_form\",\n \"trigger\": \"When the customer asks for support\",\n \"has_draft\": false\n }\n ]\n}" @@ -4641,8 +5469,13 @@ }, "body": {}, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"procedure_id\": \"agtprc_6qbpwdq8n01bxhk44bgjy6f10ck3\"\n}" @@ -4658,8 +5491,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"workflow\": {\n \"edges\": {\n \"key\": {\n \"source\": \"source\",\n \"target\": \"target\",\n \"forward_condition\": {\n \"label\": null,\n \"expression\": {\n \"children\": [],\n \"type\": \"and_operator\"\n },\n \"type\": \"expression\"\n },\n \"backward_condition\": {\n \"label\": null,\n \"expression\": {\n \"children\": [],\n \"type\": \"and_operator\"\n },\n \"type\": \"expression\"\n }\n }\n },\n \"nodes\": {\n \"key\": {\n \"position\": {\n \"x\": 1.1,\n \"y\": 1.1\n },\n \"edge_order\": [\n \"edge_order\"\n ],\n \"type\": \"end\"\n }\n },\n \"prevent_subagent_loops\": true\n }\n}" @@ -4682,8 +5520,13 @@ "value": "version_id" } ], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"procedure_id\": \"agtprc_6qbpwdq8n01bxhk44bgjy6f10ck3\",\n \"version_id\": \"agtprcv_7rbqxer9o12cyxi55ckw6sgz1dl4\",\n \"name\": \"Customer Support Procedure\",\n \"content\": \"# Customer Support Procedure\\n\\n1. Greet the customer...\",\n \"type\": \"free_form\",\n \"trigger\": \"When the customer asks for support\"\n}" @@ -4700,8 +5543,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"key\": \"value\"\n}" @@ -4716,8 +5564,13 @@ }, "body": {}, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"llm_prices\": [\n {\n \"llm\": \"gpt-4o-mini\",\n \"price_per_minute\": 1.1\n }\n ]\n}" @@ -4737,8 +5590,13 @@ "value": "agent_id" } ], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"count\": 42\n}" @@ -4753,8 +5611,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"key\": \"value\"\n}" @@ -4771,8 +5634,13 @@ "feedback": "like" }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"key\": \"value\"\n}" @@ -4920,8 +5788,13 @@ "value": "cursor" } ], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"meta\": {\n \"total\": 1,\n \"page\": 1,\n \"page_size\": 1\n },\n \"results\": [\n {\n \"conversation_id\": \"conversation_id\",\n \"agent_id\": \"agent_id\",\n \"agent_name\": \"agent_name\",\n \"transcript_index\": 1,\n \"chunk_text\": \"chunk_text\",\n \"chunk_highlights\": [\n {\n \"value\": \"value\",\n \"is_hit\": true\n }\n ],\n \"score\": 1.1,\n \"conversation_start_time_unix_secs\": 1\n }\n ],\n \"next_cursor\": \"next_cursor\",\n \"has_more\": true\n}" @@ -4956,8 +5829,13 @@ "value": "cursor" } ], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"meta\": {\n \"total\": 1,\n \"page\": 1,\n \"page_size\": 1\n },\n \"results\": [\n {\n \"conversation_id\": \"conversation_id\",\n \"agent_id\": \"agent_id\",\n \"agent_name\": \"agent_name\",\n \"transcript_index\": 1,\n \"chunk_text\": \"chunk_text\",\n \"chunk_highlights\": [\n {\n \"value\": \"value\",\n \"is_hit\": true\n }\n ],\n \"score\": 1.1,\n \"conversation_start_time_unix_secs\": 1\n }\n ],\n \"next_cursor\": \"next_cursor\",\n \"has_more\": true\n}" @@ -4976,8 +5854,13 @@ ] }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "\"\"" @@ -4993,8 +5876,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "\"\"" @@ -5019,8 +5907,13 @@ "value": "cursor" } ], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"conversation_tags\": [\n {\n \"tag_id\": \"tag_id\",\n \"workspace_id\": \"workspace_id\",\n \"owner_user_id\": \"owner_user_id\",\n \"title\": \"title\",\n \"description\": \"description\",\n \"created_at_unix_secs\": 1\n }\n ],\n \"next_cursor\": \"next_cursor\",\n \"has_more\": true\n}" @@ -5035,8 +5928,13 @@ "title": "title" }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"tag_id\": \"tag_id\",\n \"workspace_id\": \"workspace_id\",\n \"owner_user_id\": \"owner_user_id\",\n \"title\": \"title\",\n \"description\": \"description\",\n \"created_at_unix_secs\": 1\n}" @@ -5051,8 +5949,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"tag_id\": \"tag_id\",\n \"workspace_id\": \"workspace_id\",\n \"owner_user_id\": \"owner_user_id\",\n \"title\": \"title\",\n \"description\": \"description\",\n \"created_at_unix_secs\": 1\n}" @@ -5067,8 +5970,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "\"\"" @@ -5083,8 +5991,13 @@ }, "body": {}, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"tag_id\": \"tag_id\",\n \"workspace_id\": \"workspace_id\",\n \"owner_user_id\": \"owner_user_id\",\n \"title\": \"title\",\n \"description\": \"description\",\n \"created_at_unix_secs\": 1\n}" @@ -5099,8 +6012,13 @@ }, "body": {}, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "multipartFields": [ { "wireName": "file", @@ -5123,8 +6041,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"file_id\": \"file_id\"\n}" @@ -5150,8 +6073,13 @@ "value": "1" } ], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"topics\": [\n {\n \"topic_id\": \"topic_id\",\n \"label\": \"label\",\n \"description\": \"description\",\n \"conversation_count\": 1,\n \"parent_topic_id\": \"parent_topic_id\",\n \"x_2d\": 1.1,\n \"y_2d\": 1.1\n }\n ],\n \"window_start_unix_secs\": 1,\n \"window_end_unix_secs\": 1\n}" @@ -5166,8 +6094,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"agent_id\": \"agent_3701k3ttaq12ewp8b7qv5rfyszkz\",\n \"agent_name\": \"My agent\",\n \"conversation_product\": \"conversation_product\",\n \"status\": \"processing\",\n \"user_id\": \"user_id\",\n \"branch_id\": \"branch_id\",\n \"version_id\": \"agtvrsn_5xM3yVvZQKV0EfqQpLr2\",\n \"metadata\": {\n \"start_time_unix_secs\": 1714423232,\n \"accepted_time_unix_secs\": 1,\n \"call_duration_secs\": 10,\n \"cost\": 1,\n \"deletion_settings\": {\n \"deletion_time_unix_secs\": 1,\n \"deleted_logs_at_time_unix_secs\": 1,\n \"deleted_audio_at_time_unix_secs\": 1,\n \"deleted_transcript_at_time_unix_secs\": 1,\n \"delete_transcript_and_pii\": true,\n \"delete_audio\": true\n },\n \"feedback\": {\n \"type\": \"thumbs\",\n \"overall_score\": \"like\",\n \"likes\": 1,\n \"dislikes\": 1,\n \"rating\": 1,\n \"comment\": \"comment\"\n },\n \"authorization_method\": \"invalid\",\n \"charging\": {\n \"dev_discount\": true,\n \"is_burst\": true,\n \"tier\": \"tier\",\n \"llm_price\": 1.1,\n \"llm_charge\": 1,\n \"call_charge\": 1,\n \"platform_charge\": 1,\n \"platform_price\": 1.1,\n \"free_minutes_consumed\": 1.1,\n \"free_llm_dollars_consumed\": 1.1,\n \"analysis\": {\n \"total\": {},\n \"last_run\": {}\n }\n },\n \"phone_call\": {\n \"direction\": \"inbound\",\n \"phone_number_id\": \"phone_number_id\",\n \"agent_number\": \"agent_number\",\n \"external_number\": \"external_number\",\n \"stream_sid\": \"stream_sid\",\n \"call_sid\": \"call_sid\",\n \"type\": \"exotel\"\n },\n \"batch_call\": {\n \"batch_call_id\": \"batch_call_id\",\n \"batch_call_recipient_id\": \"batch_call_recipient_id\"\n },\n \"termination_reason\": \"termination_reason\",\n \"error\": {\n \"code\": 1,\n \"reason\": \"reason\"\n },\n \"warnings\": [\n \"warnings\"\n ],\n \"main_language\": \"main_language\",\n \"rag_usage\": {\n \"usage_count\": 1,\n \"embedding_model\": \"embedding_model\"\n },\n \"text_only\": true,\n \"features_usage\": {\n \"pii_zrm_workspace\": true,\n \"pii_zrm_agent\": true,\n \"is_livekit\": true\n },\n \"eleven_assistant\": {\n \"is_eleven_assistant\": true\n },\n \"initiator_id\": \"initiator_id\",\n \"conversation_initiation_source\": \"unknown\",\n \"conversation_initiation_source_version\": \"conversation_initiation_source_version\",\n \"timezone\": \"timezone\",\n \"async_metadata\": {\n \"delivery_status\": \"pending\",\n \"delivery_timestamp\": 1,\n \"delivery_error\": \"delivery_error\",\n \"external_system\": \"external_system\",\n \"external_id\": \"external_id\",\n \"external_link\": \"external_link\",\n \"retry_count\": 1,\n \"last_retry_timestamp\": 1,\n \"last_processed_external_message_id\": \"last_processed_external_message_id\"\n },\n \"whatsapp\": {\n \"direction\": \"inbound\",\n \"whatsapp_phone_number_id\": \"whatsapp_phone_number_id\",\n \"whatsapp_user_id\": \"whatsapp_user_id\",\n \"awaiting_first_user_message\": true\n },\n \"sms\": {\n \"direction\": \"inbound\",\n \"phone_number_id\": \"phone_number_id\",\n \"sms_user_phone_number\": \"sms_user_phone_number\",\n \"agent_phone_number\": \"agent_phone_number\"\n },\n \"agent_created_from\": \"cli\",\n \"agent_last_updated_from\": \"cli\",\n \"voice_rewards\": [\n {\n \"voice_id\": \"voice_id\",\n \"reward_usd_cents\": 1.1\n }\n ],\n \"cost_fiat\": 1.1\n },\n \"analysis\": {\n \"evaluation_criteria_results\": {\n \"key\": {\n \"criteria_id\": \"criteria_id\",\n \"result\": \"success\",\n \"rationale\": \"rationale\"\n }\n },\n \"data_collection_results\": {\n \"key\": {\n \"data_collection_id\": \"data_collection_id\",\n \"json_schema\": {\n \"type\": \"string\",\n \"description\": \"A user-provided message\"\n },\n \"rationale\": \"rationale\"\n }\n },\n \"evaluation_criteria_results_list\": [\n {\n \"criteria_id\": \"criteria_id\",\n \"result\": \"success\",\n \"rationale\": \"rationale\"\n }\n ],\n \"data_collection_results_list\": [\n {\n \"data_collection_id\": \"data_collection_id\",\n \"json_schema\": {\n \"type\": \"string\",\n \"description\": \"A user-provided message\"\n },\n \"rationale\": \"rationale\"\n }\n ],\n \"call_successful\": \"success\",\n \"call_success_score\": 1.1,\n \"transcript_summary\": \"transcript_summary\",\n \"call_summary_title\": \"call_summary_title\",\n \"scoped\": [\n {\n \"scope\": \"conversation\",\n \"source_agent_id\": \"source_agent_id\",\n \"successful\": \"success\"\n }\n ]\n },\n \"visited_agents\": [\n {\n \"agent_id\": \"agent_id\",\n \"branch_id\": \"branch_id\"\n }\n ],\n \"conversation_initiation_client_data\": {\n \"conversation_config_override\": {\n \"asr\": {\n \"keywords\": [\n \"hello\",\n \"world\"\n ]\n },\n \"turn\": {\n \"soft_timeout_config\": {\n \"message\": \"Hhmmmm...yeah.\"\n }\n },\n \"tts\": {\n \"model_id\": \"eleven_turbo_v2\",\n \"voice_id\": \"cjVigY5qzO86Huf0OWal\",\n \"stability\": 0.5,\n \"speed\": 1,\n \"similarity_boost\": 0.8,\n \"pronunciation_dictionary_locators\": [\n {\n \"pronunciation_dictionary_id\": \"pronunciation_dictionary_id\",\n \"version_id\": null\n }\n ]\n },\n \"conversation\": {\n \"max_duration_seconds\": 600\n },\n \"agent\": {\n \"first_message\": \"Hello, how can I help you today?\",\n \"language\": \"en\",\n \"prompt\": {\n \"prompt\": \"You are a helpful assistant that can answer questions about the topic of the conversation.\",\n \"llm\": \"gemini-2.0-flash-001\",\n \"tool_ids\": [\n \"tool_ids\"\n ],\n \"knowledge_base\": [\n {\n \"type\": \"file\",\n \"name\": \"My Knowledge Base\",\n \"id\": \"123\",\n \"usage_mode\": \"auto\"\n }\n ]\n }\n }\n },\n \"custom_llm_extra_body\": {\n \"key\": \"value\"\n },\n \"user_id\": \"user_id\",\n \"source_info\": {\n \"source\": \"unknown\",\n \"version\": \"version\"\n },\n \"branch_id\": \"branch_id\",\n \"environment\": \"environment\",\n \"starting_workflow_node_id\": \"starting_workflow_node_id\",\n \"dynamic_variables\": {\n \"key\": \"value\"\n }\n },\n \"environment\": \"production\",\n \"conversation_id\": \"conv_7401k5m9x2p8ec3rqv6dtnhb0fzw\",\n \"has_audio\": true,\n \"has_user_audio\": true,\n \"has_response_audio\": true,\n \"has_auxiliary_audio\": true,\n \"transcript\": [\n {\n \"role\": \"user\",\n \"agent_metadata\": {\n \"agent_id\": \"agent_id\"\n },\n \"message\": \"Hello, how are you?\",\n \"multivoice_message\": {\n \"parts\": [\n {\n \"text\": \"text\",\n \"voice_label\": null,\n \"time_in_call_secs\": null\n }\n ]\n },\n \"tool_calls\": [\n {\n \"request_id\": \"request_id\",\n \"tool_name\": \"tool_name\",\n \"params_as_json\": \"params_as_json\",\n \"tool_has_been_called\": true\n }\n ],\n \"tool_results\": [\n {\n \"request_id\": \"request_id\",\n \"tool_name\": \"tool_name\",\n \"result_value\": \"result_value\",\n \"is_error\": true,\n \"tool_has_been_called\": true\n }\n ],\n \"feedback\": {\n \"score\": \"like\",\n \"time_in_call_secs\": 1\n },\n \"llm_override\": \"llm_override\",\n \"producing_llm\": \"producing_llm\",\n \"time_in_call_secs\": 10,\n \"rag_retrieval_info\": {\n \"chunks\": [\n {\n \"document_id\": \"document_id\",\n \"chunk_id\": \"chunk_id\",\n \"vector_distance\": 1.1\n }\n ],\n \"embedding_model\": \"e5_mistral_7b_instruct\",\n \"retrieval_query\": \"retrieval_query\",\n \"rag_latency_secs\": 1.1\n },\n \"interrupted\": true,\n \"ignored_as_backchannel\": true,\n \"original_message\": \"original_message\",\n \"reasoning\": [\n {}\n ],\n \"source_medium\": \"audio\",\n \"source_event_id\": 1,\n \"used_static_kb_document_ids\": [\n \"used_static_kb_document_ids\"\n ],\n \"user_identifier\": \"user_identifier\",\n \"id\": \"id\",\n \"triggered_guardrails\": [\n {\n \"guardrail_type\": \"custom\"\n }\n ],\n \"file_input\": {\n \"file_id\": \"file_id\",\n \"original_filename\": \"original_filename\",\n \"mime_type\": \"mime_type\",\n \"file_url\": \"file_url\"\n },\n \"contextual_update_info\": {\n \"context_id\": \"context_id\"\n },\n \"reasoned\": true\n }\n ],\n \"tag_ids\": [\n \"tag_ids\"\n ],\n \"otlp_traces\": {\n \"key\": \"value\"\n }\n}" @@ -5184,8 +6117,13 @@ "evaluation_id": "evaluation_id" }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"agent_id\": \"agent_3701k3ttaq12ewp8b7qv5rfyszkz\",\n \"agent_name\": \"My agent\",\n \"conversation_product\": \"conversation_product\",\n \"status\": \"processing\",\n \"user_id\": \"user_id\",\n \"branch_id\": \"branch_id\",\n \"version_id\": \"agtvrsn_5xM3yVvZQKV0EfqQpLr2\",\n \"metadata\": {\n \"start_time_unix_secs\": 1714423232,\n \"accepted_time_unix_secs\": 1,\n \"call_duration_secs\": 10,\n \"cost\": 1,\n \"deletion_settings\": {\n \"deletion_time_unix_secs\": 1,\n \"deleted_logs_at_time_unix_secs\": 1,\n \"deleted_audio_at_time_unix_secs\": 1,\n \"deleted_transcript_at_time_unix_secs\": 1,\n \"delete_transcript_and_pii\": true,\n \"delete_audio\": true\n },\n \"feedback\": {\n \"type\": \"thumbs\",\n \"overall_score\": \"like\",\n \"likes\": 1,\n \"dislikes\": 1,\n \"rating\": 1,\n \"comment\": \"comment\"\n },\n \"authorization_method\": \"invalid\",\n \"charging\": {\n \"dev_discount\": true,\n \"is_burst\": true,\n \"tier\": \"tier\",\n \"llm_price\": 1.1,\n \"llm_charge\": 1,\n \"call_charge\": 1,\n \"platform_charge\": 1,\n \"platform_price\": 1.1,\n \"free_minutes_consumed\": 1.1,\n \"free_llm_dollars_consumed\": 1.1,\n \"analysis\": {\n \"total\": {},\n \"last_run\": {}\n }\n },\n \"phone_call\": {\n \"direction\": \"inbound\",\n \"phone_number_id\": \"phone_number_id\",\n \"agent_number\": \"agent_number\",\n \"external_number\": \"external_number\",\n \"stream_sid\": \"stream_sid\",\n \"call_sid\": \"call_sid\",\n \"type\": \"exotel\"\n },\n \"batch_call\": {\n \"batch_call_id\": \"batch_call_id\",\n \"batch_call_recipient_id\": \"batch_call_recipient_id\"\n },\n \"termination_reason\": \"termination_reason\",\n \"error\": {\n \"code\": 1,\n \"reason\": \"reason\"\n },\n \"warnings\": [\n \"warnings\"\n ],\n \"main_language\": \"main_language\",\n \"rag_usage\": {\n \"usage_count\": 1,\n \"embedding_model\": \"embedding_model\"\n },\n \"text_only\": true,\n \"features_usage\": {\n \"pii_zrm_workspace\": true,\n \"pii_zrm_agent\": true,\n \"is_livekit\": true\n },\n \"eleven_assistant\": {\n \"is_eleven_assistant\": true\n },\n \"initiator_id\": \"initiator_id\",\n \"conversation_initiation_source\": \"unknown\",\n \"conversation_initiation_source_version\": \"conversation_initiation_source_version\",\n \"timezone\": \"timezone\",\n \"async_metadata\": {\n \"delivery_status\": \"pending\",\n \"delivery_timestamp\": 1,\n \"delivery_error\": \"delivery_error\",\n \"external_system\": \"external_system\",\n \"external_id\": \"external_id\",\n \"external_link\": \"external_link\",\n \"retry_count\": 1,\n \"last_retry_timestamp\": 1,\n \"last_processed_external_message_id\": \"last_processed_external_message_id\"\n },\n \"whatsapp\": {\n \"direction\": \"inbound\",\n \"whatsapp_phone_number_id\": \"whatsapp_phone_number_id\",\n \"whatsapp_user_id\": \"whatsapp_user_id\",\n \"awaiting_first_user_message\": true\n },\n \"sms\": {\n \"direction\": \"inbound\",\n \"phone_number_id\": \"phone_number_id\",\n \"sms_user_phone_number\": \"sms_user_phone_number\",\n \"agent_phone_number\": \"agent_phone_number\"\n },\n \"agent_created_from\": \"cli\",\n \"agent_last_updated_from\": \"cli\",\n \"voice_rewards\": [\n {\n \"voice_id\": \"voice_id\",\n \"reward_usd_cents\": 1.1\n }\n ],\n \"cost_fiat\": 1.1\n },\n \"analysis\": {\n \"evaluation_criteria_results\": {\n \"key\": {\n \"criteria_id\": \"criteria_id\",\n \"result\": \"success\",\n \"rationale\": \"rationale\"\n }\n },\n \"data_collection_results\": {\n \"key\": {\n \"data_collection_id\": \"data_collection_id\",\n \"json_schema\": {\n \"type\": \"string\",\n \"description\": \"A user-provided message\"\n },\n \"rationale\": \"rationale\"\n }\n },\n \"evaluation_criteria_results_list\": [\n {\n \"criteria_id\": \"criteria_id\",\n \"result\": \"success\",\n \"rationale\": \"rationale\"\n }\n ],\n \"data_collection_results_list\": [\n {\n \"data_collection_id\": \"data_collection_id\",\n \"json_schema\": {\n \"type\": \"string\",\n \"description\": \"A user-provided message\"\n },\n \"rationale\": \"rationale\"\n }\n ],\n \"call_successful\": \"success\",\n \"call_success_score\": 1.1,\n \"transcript_summary\": \"transcript_summary\",\n \"call_summary_title\": \"call_summary_title\",\n \"scoped\": [\n {\n \"scope\": \"conversation\",\n \"source_agent_id\": \"source_agent_id\",\n \"successful\": \"success\"\n }\n ]\n },\n \"visited_agents\": [\n {\n \"agent_id\": \"agent_id\",\n \"branch_id\": \"branch_id\"\n }\n ],\n \"conversation_initiation_client_data\": {\n \"conversation_config_override\": {\n \"asr\": {\n \"keywords\": [\n \"hello\",\n \"world\"\n ]\n },\n \"turn\": {\n \"soft_timeout_config\": {\n \"message\": \"Hhmmmm...yeah.\"\n }\n },\n \"tts\": {\n \"model_id\": \"eleven_turbo_v2\",\n \"voice_id\": \"cjVigY5qzO86Huf0OWal\",\n \"stability\": 0.5,\n \"speed\": 1,\n \"similarity_boost\": 0.8,\n \"pronunciation_dictionary_locators\": [\n {\n \"pronunciation_dictionary_id\": \"pronunciation_dictionary_id\",\n \"version_id\": null\n }\n ]\n },\n \"conversation\": {\n \"max_duration_seconds\": 600\n },\n \"agent\": {\n \"first_message\": \"Hello, how can I help you today?\",\n \"language\": \"en\",\n \"prompt\": {\n \"prompt\": \"You are a helpful assistant that can answer questions about the topic of the conversation.\",\n \"llm\": \"gemini-2.0-flash-001\",\n \"tool_ids\": [\n \"tool_ids\"\n ],\n \"knowledge_base\": [\n {\n \"type\": \"file\",\n \"name\": \"My Knowledge Base\",\n \"id\": \"123\",\n \"usage_mode\": \"auto\"\n }\n ]\n }\n }\n },\n \"custom_llm_extra_body\": {\n \"key\": \"value\"\n },\n \"user_id\": \"user_id\",\n \"source_info\": {\n \"source\": \"unknown\",\n \"version\": \"version\"\n },\n \"branch_id\": \"branch_id\",\n \"environment\": \"environment\",\n \"starting_workflow_node_id\": \"starting_workflow_node_id\",\n \"dynamic_variables\": {\n \"key\": \"value\"\n }\n },\n \"environment\": \"production\",\n \"conversation_id\": \"conv_7401k5m9x2p8ec3rqv6dtnhb0fzw\",\n \"has_audio\": true,\n \"has_user_audio\": true,\n \"has_response_audio\": true,\n \"has_auxiliary_audio\": true,\n \"transcript\": [\n {\n \"role\": \"user\",\n \"agent_metadata\": {\n \"agent_id\": \"agent_id\"\n },\n \"message\": \"Hello, how are you?\",\n \"multivoice_message\": {\n \"parts\": [\n {\n \"text\": \"text\",\n \"voice_label\": null,\n \"time_in_call_secs\": null\n }\n ]\n },\n \"tool_calls\": [\n {\n \"request_id\": \"request_id\",\n \"tool_name\": \"tool_name\",\n \"params_as_json\": \"params_as_json\",\n \"tool_has_been_called\": true\n }\n ],\n \"tool_results\": [\n {\n \"request_id\": \"request_id\",\n \"tool_name\": \"tool_name\",\n \"result_value\": \"result_value\",\n \"is_error\": true,\n \"tool_has_been_called\": true\n }\n ],\n \"feedback\": {\n \"score\": \"like\",\n \"time_in_call_secs\": 1\n },\n \"llm_override\": \"llm_override\",\n \"producing_llm\": \"producing_llm\",\n \"time_in_call_secs\": 10,\n \"rag_retrieval_info\": {\n \"chunks\": [\n {\n \"document_id\": \"document_id\",\n \"chunk_id\": \"chunk_id\",\n \"vector_distance\": 1.1\n }\n ],\n \"embedding_model\": \"e5_mistral_7b_instruct\",\n \"retrieval_query\": \"retrieval_query\",\n \"rag_latency_secs\": 1.1\n },\n \"interrupted\": true,\n \"ignored_as_backchannel\": true,\n \"original_message\": \"original_message\",\n \"reasoning\": [\n {}\n ],\n \"source_medium\": \"audio\",\n \"source_event_id\": 1,\n \"used_static_kb_document_ids\": [\n \"used_static_kb_document_ids\"\n ],\n \"user_identifier\": \"user_identifier\",\n \"id\": \"id\",\n \"triggered_guardrails\": [\n {\n \"guardrail_type\": \"custom\"\n }\n ],\n \"file_input\": {\n \"file_id\": \"file_id\",\n \"original_filename\": \"original_filename\",\n \"mime_type\": \"mime_type\",\n \"file_url\": \"file_url\"\n },\n \"contextual_update_info\": {\n \"context_id\": \"context_id\"\n },\n \"reasoned\": true\n }\n ],\n \"tag_ids\": [\n \"tag_ids\"\n ],\n \"otlp_traces\": {\n \"key\": \"value\"\n }\n}" @@ -5198,8 +6136,13 @@ "params": {}, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"charts\": [\n {\n \"name\": \"name\",\n \"type\": \"call_success\"\n }\n ]\n}" @@ -5212,8 +6155,13 @@ "params": {}, "body": {}, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"charts\": [\n {\n \"name\": \"name\",\n \"type\": \"call_success\"\n }\n ]\n}" @@ -5228,8 +6176,13 @@ "url": "url" }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"id\": \"id\",\n \"name\": \"name\",\n \"folder_path\": [\n {\n \"id\": \"id\"\n }\n ]\n}" @@ -5242,8 +6195,13 @@ "params": {}, "body": {}, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "multipartFields": [ { "wireName": "file", @@ -5275,8 +6233,13 @@ "text": "text" }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"id\": \"id\",\n \"name\": \"name\",\n \"folder_path\": [\n {\n \"id\": \"id\"\n }\n ]\n}" @@ -5291,8 +6254,13 @@ "name": "name" }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"id\": \"id\",\n \"name\": \"name\",\n \"folder_path\": [\n {\n \"id\": \"id\"\n }\n ]\n}" @@ -5313,8 +6281,13 @@ "value": "agent_id" } ], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"id\": \"id\",\n \"name\": \"name\",\n \"metadata\": {\n \"created_at_unix_secs\": 1,\n \"last_updated_at_unix_secs\": 1,\n \"size_bytes\": 1\n },\n \"supported_usages\": [\n \"prompt\"\n ],\n \"access_info\": {\n \"is_creator\": true,\n \"creator_name\": \"John Doe\",\n \"creator_email\": \"john.doe@example.com\",\n \"role\": \"admin\",\n \"anonymous_access_level_override\": \"admin\",\n \"access_source\": \"creator\"\n },\n \"folder_parent_id\": \"folder_parent_id\",\n \"folder_path\": [\n {\n \"id\": \"id\",\n \"name\": \"name\"\n }\n ],\n \"url\": \"url\",\n \"extracted_inner_html\": \"extracted_inner_html\",\n \"content_format\": \"html\",\n \"auto_sync_info\": {\n \"minimum_frequency_days\": 1,\n \"auto_remove\": true,\n \"consec_failures\": 1,\n \"next_refresh_by\": 1\n },\n \"type\": \"url\"\n}" @@ -5335,8 +6308,13 @@ "value": "true" } ], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"key\": \"value\"\n}" @@ -5351,8 +6329,13 @@ }, "body": {}, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"id\": \"id\",\n \"name\": \"name\",\n \"metadata\": {\n \"created_at_unix_secs\": 1,\n \"last_updated_at_unix_secs\": 1,\n \"size_bytes\": 1\n },\n \"supported_usages\": [\n \"prompt\"\n ],\n \"access_info\": {\n \"is_creator\": true,\n \"creator_name\": \"John Doe\",\n \"creator_email\": \"john.doe@example.com\",\n \"role\": \"admin\",\n \"anonymous_access_level_override\": \"admin\",\n \"access_source\": \"creator\"\n },\n \"folder_parent_id\": \"folder_parent_id\",\n \"folder_path\": [\n {\n \"id\": \"id\",\n \"name\": \"name\"\n }\n ],\n \"url\": \"url\",\n \"extracted_inner_html\": \"extracted_inner_html\",\n \"content_format\": \"html\",\n \"auto_sync_info\": {\n \"minimum_frequency_days\": 1,\n \"auto_remove\": true,\n \"consec_failures\": 1,\n \"next_refresh_by\": 1\n },\n \"type\": \"url\"\n}" @@ -5383,8 +6366,13 @@ "value": "cursor" } ], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"agents\": [\n {\n \"referenced_resource_ids\": [\n \"referenced_resource_ids\"\n ],\n \"id\": \"id\",\n \"name\": \"name\",\n \"created_at_unix_secs\": 1,\n \"access_level\": \"admin\",\n \"type\": \"available\"\n }\n ],\n \"branches\": [\n {\n \"agent_id\": \"agent_id\",\n \"agent_name\": \"agent_name\",\n \"branch_id\": \"branch_id\",\n \"branch_name\": \"branch_name\",\n \"is_main\": true\n }\n ],\n \"next_cursor\": \"next_cursor\",\n \"has_more\": true\n}" @@ -5419,8 +6407,13 @@ "value": "cursor" } ], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"agents\": [\n {\n \"referenced_resource_ids\": [\n \"referenced_resource_ids\"\n ],\n \"id\": \"id\",\n \"name\": \"name\",\n \"created_at_unix_secs\": 1,\n \"access_level\": \"admin\",\n \"type\": \"available\"\n }\n ],\n \"branches\": [\n {\n \"agent_id\": \"agent_id\",\n \"agent_name\": \"agent_name\",\n \"branch_id\": \"branch_id\",\n \"branch_name\": \"branch_name\",\n \"is_main\": true\n }\n ],\n \"next_cursor\": \"next_cursor\",\n \"has_more\": true\n}" @@ -5435,8 +6428,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "\"string\"" @@ -5451,8 +6449,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"signed_url\": \"signed_url\"\n}" @@ -5467,8 +6470,13 @@ }, "body": {}, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "\"\"" @@ -5486,8 +6494,13 @@ ] }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "\"\"" @@ -5505,8 +6518,13 @@ ] }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"key\": {\n \"data\": {\n \"id\": \"id\"\n },\n \"status\": \"success\"\n }\n}" @@ -5534,8 +6552,13 @@ "value": "cursor" } ], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"crawl_jobs\": [\n {\n \"type\": \"discovery\",\n \"seed_url\": \"seed_url\",\n \"pattern\": \"pattern\",\n \"max_depth\": 1,\n \"max_pages\": 1,\n \"status\": \"queued\",\n \"pages_identified\": 1,\n \"pages_scraped\": 1,\n \"pages_skipped\": 1,\n \"pages_failed\": 1,\n \"root_folder_id\": \"root_folder_id\",\n \"updated_at\": 1,\n \"id\": \"id\",\n \"created_at\": 1\n }\n ],\n \"next_cursor\": \"next_cursor\"\n}" @@ -5550,8 +6573,13 @@ "url": "url" }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"id\": \"id\",\n \"type\": \"discovery\",\n \"root_folder_id\": \"root_folder_id\",\n \"status\": \"status\",\n \"created_at\": 1,\n \"folder_path\": [\n {\n \"id\": \"id\"\n }\n ]\n}" @@ -5566,8 +6594,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"type\": \"discovery\",\n \"seed_url\": \"seed_url\",\n \"pattern\": \"pattern\",\n \"max_depth\": 1,\n \"max_pages\": 1,\n \"status\": \"queued\",\n \"pages_identified\": 1,\n \"pages_scraped\": 1,\n \"pages_skipped\": 1,\n \"pages_failed\": 1,\n \"root_folder_id\": \"root_folder_id\",\n \"updated_at\": 1,\n \"id\": \"id\",\n \"created_at\": 1\n}" @@ -5582,8 +6615,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"key\": \"value\"\n}" @@ -5598,8 +6636,13 @@ }, "body": {}, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "multipartFields": [ { "wireName": "file", @@ -5621,8 +6664,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"id\": \"id\",\n \"name\": \"name\",\n \"metadata\": {\n \"created_at_unix_secs\": 1,\n \"last_updated_at_unix_secs\": 1,\n \"size_bytes\": 1\n },\n \"supported_usages\": [\n \"prompt\"\n ],\n \"access_info\": {\n \"is_creator\": true,\n \"creator_name\": \"John Doe\",\n \"creator_email\": \"john.doe@example.com\",\n \"role\": \"admin\",\n \"anonymous_access_level_override\": \"admin\",\n \"access_source\": \"creator\"\n },\n \"folder_parent_id\": \"folder_parent_id\",\n \"folder_path\": [\n {\n \"id\": \"id\",\n \"name\": \"name\"\n }\n ],\n \"url\": \"url\",\n \"extracted_inner_html\": \"extracted_inner_html\",\n \"content_format\": \"html\",\n \"auto_sync_info\": {\n \"minimum_frequency_days\": 1,\n \"auto_remove\": true,\n \"consec_failures\": 1,\n \"next_refresh_by\": 1\n },\n \"type\": \"url\"\n}" @@ -5639,8 +6687,13 @@ "model": "e5_mistral_7b_instruct" }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"id\": \"id\",\n \"model\": \"e5_mistral_7b_instruct\",\n \"status\": \"new\",\n \"progress_percentage\": 1.1,\n \"document_model_index_usage\": {\n \"used_bytes\": 1\n }\n}" @@ -5658,8 +6711,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"key\": {\n \"data\": {\n \"id\": \"id\",\n \"name\": \"name\",\n \"metadata\": {\n \"created_at_unix_secs\": 1,\n \"last_updated_at_unix_secs\": 1,\n \"size_bytes\": 1\n },\n \"supported_usages\": [\n \"prompt\"\n ],\n \"access_info\": {\n \"is_creator\": true,\n \"creator_name\": \"John Doe\",\n \"creator_email\": \"john.doe@example.com\",\n \"role\": \"admin\",\n \"access_source\": \"creator\"\n },\n \"folder_parent_id\": \"folder_parent_id\",\n \"folder_path\": [\n {\n \"id\": \"id\"\n }\n ],\n \"dependent_agents\": [\n {\n \"id\": \"id\",\n \"name\": \"name\",\n \"created_at_unix_secs\": 1,\n \"access_level\": \"admin\",\n \"type\": \"available\"\n }\n ],\n \"external_sync_info\": {\n \"type\": \"google_drive\",\n \"source_entity_id\": \"source_entity_id\",\n \"integration_connection_id\": \"integration_connection_id\",\n \"source_parent_entity_id\": \"source_parent_entity_id\",\n \"source_mime_type\": \"source_mime_type\",\n \"source_modified_time\": \"2024-01-15T09:30:00Z\"\n },\n \"is_frozen\": true,\n \"type\": \"file\"\n },\n \"status\": \"success\"\n }\n}" @@ -5681,8 +6739,13 @@ "value": "e5_mistral_7b_instruct" } ], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"id\": \"id\",\n \"name\": \"name\",\n \"content\": \"content\"\n}" @@ -5713,8 +6776,13 @@ "value": "cursor" } ], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"chunks\": [\n {\n \"id\": \"id\",\n \"name\": \"name\",\n \"content\": \"content\"\n }\n ],\n \"next_cursor\": \"next_cursor\"\n}" @@ -5735,8 +6803,13 @@ "value": "environment" } ], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"success\": true,\n \"tools\": [\n {\n \"name\": \"weather_by_zapier_get_current\",\n \"title\": \"title\",\n \"description\": \"Gets current weather conditions for a location.\",\n \"inputSchema\": {\n \"properties\": {\n \"latitude\": {\n \"description\": \"Latitude\",\n \"type\": \"string\"\n },\n \"longitude\": {\n \"description\": \"Longitude\",\n \"type\": \"string\"\n }\n },\n \"required\": [\n \"latitude\",\n \"longitude\"\n ],\n \"type\": \"object\"\n },\n \"outputSchema\": {\n \"key\": \"value\"\n },\n \"icons\": [\n {\n \"src\": \"src\"\n }\n ],\n \"_meta\": {\n \"key\": \"value\"\n }\n },\n {\n \"name\": \"tool2\",\n \"title\": \"title\",\n \"description\": \"Description of tool2\",\n \"inputSchema\": {\n \"properties\": {},\n \"type\": \"object\"\n },\n \"outputSchema\": {\n \"key\": \"value\"\n },\n \"icons\": [\n {\n \"src\": \"src\"\n }\n ],\n \"_meta\": {\n \"key\": \"value\"\n }\n }\n ],\n \"error_message\": \"error_message\"\n}" @@ -5753,8 +6826,13 @@ "approval_policy": "auto_approve_all" }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"id\": \"id\",\n \"config\": {\n \"approval_policy\": \"auto_approve_all\",\n \"tool_approval_hashes\": [\n {\n \"tool_name\": \"tool_name\",\n \"tool_hash\": \"tool_hash\"\n }\n ],\n \"transport\": \"SSE\",\n \"url\": \"url\",\n \"secret_token\": {\n \"secret_id\": \"secret_id\"\n },\n \"request_headers\": {\n \"key\": \"value\"\n },\n \"request_meta\": {\n \"key\": \"value\"\n },\n \"auth_connection\": {\n \"auth_connection_id\": \"auth_connection_id\"\n },\n \"name\": \"name\",\n \"description\": \"description\",\n \"pre_tool_speech\": \"auto\",\n \"interruption_mode\": \"allow\",\n \"tool_call_sound\": \"typing\",\n \"tool_call_sound_behavior\": \"auto\",\n \"execution_mode\": \"immediate\",\n \"response_timeout_secs\": 1,\n \"tool_config_overrides\": [\n {\n \"tool_name\": \"tool_name\",\n \"assignments\": [\n {\n \"source\": \"response\",\n \"dynamic_variable\": \"user_name\",\n \"value_path\": \"user.name\",\n \"sanitize\": false,\n \"preserve_native_type\": false\n }\n ]\n }\n ],\n \"disable_compression\": true\n },\n \"access_info\": {\n \"is_creator\": true,\n \"creator_name\": \"John Doe\",\n \"creator_email\": \"john.doe@example.com\",\n \"role\": \"admin\",\n \"anonymous_access_level_override\": \"admin\",\n \"access_source\": \"creator\"\n },\n \"dependent_agents\": [\n {\n \"referenced_resource_ids\": [\n \"referenced_resource_ids\"\n ],\n \"id\": \"id\",\n \"name\": \"name\",\n \"created_at_unix_secs\": 1,\n \"access_level\": \"admin\",\n \"type\": \"available\"\n }\n ],\n \"metadata\": {\n \"created_at\": 1,\n \"owner_user_id\": \"owner_user_id\"\n }\n}" @@ -5772,8 +6850,13 @@ "tool_description": "tool_description" }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"id\": \"id\",\n \"config\": {\n \"approval_policy\": \"auto_approve_all\",\n \"tool_approval_hashes\": [\n {\n \"tool_name\": \"tool_name\",\n \"tool_hash\": \"tool_hash\"\n }\n ],\n \"transport\": \"SSE\",\n \"url\": \"url\",\n \"secret_token\": {\n \"secret_id\": \"secret_id\"\n },\n \"request_headers\": {\n \"key\": \"value\"\n },\n \"request_meta\": {\n \"key\": \"value\"\n },\n \"auth_connection\": {\n \"auth_connection_id\": \"auth_connection_id\"\n },\n \"name\": \"name\",\n \"description\": \"description\",\n \"pre_tool_speech\": \"auto\",\n \"interruption_mode\": \"allow\",\n \"tool_call_sound\": \"typing\",\n \"tool_call_sound_behavior\": \"auto\",\n \"execution_mode\": \"immediate\",\n \"response_timeout_secs\": 1,\n \"tool_config_overrides\": [\n {\n \"tool_name\": \"tool_name\",\n \"assignments\": [\n {\n \"source\": \"response\",\n \"dynamic_variable\": \"user_name\",\n \"value_path\": \"user.name\",\n \"sanitize\": false,\n \"preserve_native_type\": false\n }\n ]\n }\n ],\n \"disable_compression\": true\n },\n \"access_info\": {\n \"is_creator\": true,\n \"creator_name\": \"John Doe\",\n \"creator_email\": \"john.doe@example.com\",\n \"role\": \"admin\",\n \"anonymous_access_level_override\": \"admin\",\n \"access_source\": \"creator\"\n },\n \"dependent_agents\": [\n {\n \"referenced_resource_ids\": [\n \"referenced_resource_ids\"\n ],\n \"id\": \"id\",\n \"name\": \"name\",\n \"created_at_unix_secs\": 1,\n \"access_level\": \"admin\",\n \"type\": \"available\"\n }\n ],\n \"metadata\": {\n \"created_at\": 1,\n \"owner_user_id\": \"owner_user_id\"\n }\n}" @@ -5789,8 +6872,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"id\": \"id\",\n \"config\": {\n \"approval_policy\": \"auto_approve_all\",\n \"tool_approval_hashes\": [\n {\n \"tool_name\": \"tool_name\",\n \"tool_hash\": \"tool_hash\"\n }\n ],\n \"transport\": \"SSE\",\n \"url\": \"url\",\n \"secret_token\": {\n \"secret_id\": \"secret_id\"\n },\n \"request_headers\": {\n \"key\": \"value\"\n },\n \"request_meta\": {\n \"key\": \"value\"\n },\n \"auth_connection\": {\n \"auth_connection_id\": \"auth_connection_id\"\n },\n \"name\": \"name\",\n \"description\": \"description\",\n \"pre_tool_speech\": \"auto\",\n \"interruption_mode\": \"allow\",\n \"tool_call_sound\": \"typing\",\n \"tool_call_sound_behavior\": \"auto\",\n \"execution_mode\": \"immediate\",\n \"response_timeout_secs\": 1,\n \"tool_config_overrides\": [\n {\n \"tool_name\": \"tool_name\",\n \"assignments\": [\n {\n \"source\": \"response\",\n \"dynamic_variable\": \"user_name\",\n \"value_path\": \"user.name\",\n \"sanitize\": false,\n \"preserve_native_type\": false\n }\n ]\n }\n ],\n \"disable_compression\": true\n },\n \"access_info\": {\n \"is_creator\": true,\n \"creator_name\": \"John Doe\",\n \"creator_email\": \"john.doe@example.com\",\n \"role\": \"admin\",\n \"anonymous_access_level_override\": \"admin\",\n \"access_source\": \"creator\"\n },\n \"dependent_agents\": [\n {\n \"referenced_resource_ids\": [\n \"referenced_resource_ids\"\n ],\n \"id\": \"id\",\n \"name\": \"name\",\n \"created_at_unix_secs\": 1,\n \"access_level\": \"admin\",\n \"type\": \"available\"\n }\n ],\n \"metadata\": {\n \"created_at\": 1,\n \"owner_user_id\": \"owner_user_id\"\n }\n}" @@ -5813,8 +6901,13 @@ "value": "environment" } ], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"id\": \"id\",\n \"config\": {\n \"approval_policy\": \"auto_approve_all\",\n \"tool_approval_hashes\": [\n {\n \"tool_name\": \"tool_name\",\n \"tool_hash\": \"tool_hash\"\n }\n ],\n \"transport\": \"SSE\",\n \"url\": \"url\",\n \"secret_token\": {\n \"secret_id\": \"secret_id\"\n },\n \"request_headers\": {\n \"key\": \"value\"\n },\n \"request_meta\": {\n \"key\": \"value\"\n },\n \"auth_connection\": {\n \"auth_connection_id\": \"auth_connection_id\"\n },\n \"name\": \"name\",\n \"description\": \"description\",\n \"pre_tool_speech\": \"auto\",\n \"interruption_mode\": \"allow\",\n \"tool_call_sound\": \"typing\",\n \"tool_call_sound_behavior\": \"auto\",\n \"execution_mode\": \"immediate\",\n \"response_timeout_secs\": 1,\n \"tool_config_overrides\": [\n {\n \"tool_name\": \"tool_name\",\n \"assignments\": [\n {\n \"source\": \"response\",\n \"dynamic_variable\": \"user_name\",\n \"value_path\": \"user.name\",\n \"sanitize\": false,\n \"preserve_native_type\": false\n }\n ]\n }\n ],\n \"disable_compression\": true\n },\n \"access_info\": {\n \"is_creator\": true,\n \"creator_name\": \"John Doe\",\n \"creator_email\": \"john.doe@example.com\",\n \"role\": \"admin\",\n \"anonymous_access_level_override\": \"admin\",\n \"access_source\": \"creator\"\n },\n \"dependent_agents\": [\n {\n \"referenced_resource_ids\": [\n \"referenced_resource_ids\"\n ],\n \"id\": \"id\",\n \"name\": \"name\",\n \"created_at_unix_secs\": 1,\n \"access_level\": \"admin\",\n \"type\": \"available\"\n }\n ],\n \"metadata\": {\n \"created_at\": 1,\n \"owner_user_id\": \"owner_user_id\"\n }\n}" @@ -5830,8 +6923,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"tool_name\": \"tool_name\",\n \"force_pre_tool_speech\": true,\n \"pre_tool_speech\": \"auto\",\n \"disable_interruptions\": true,\n \"interruption_mode\": \"allow\",\n \"tool_call_sound\": \"typing\",\n \"tool_call_sound_behavior\": \"auto\",\n \"execution_mode\": \"immediate\",\n \"response_timeout_secs\": 1,\n \"assignments\": [\n {\n \"source\": \"response\",\n \"dynamic_variable\": \"user_name\",\n \"value_path\": \"user.name\",\n \"sanitize\": false,\n \"preserve_native_type\": false\n }\n ],\n \"input_overrides\": {\n \"key\": {\n \"constant_value\": \"constant_value\",\n \"source\": \"constant\"\n }\n },\n \"response_mocks\": [\n {\n \"parameter_conditions\": [\n {\n \"eval\": {\n \"type\": \"anything\"\n },\n \"path\": \"path\"\n }\n ],\n \"mock_result\": \"mock_result\",\n \"is_error\": true\n }\n ]\n}" @@ -5847,8 +6945,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"id\": \"id\",\n \"config\": {\n \"approval_policy\": \"auto_approve_all\",\n \"tool_approval_hashes\": [\n {\n \"tool_name\": \"tool_name\",\n \"tool_hash\": \"tool_hash\"\n }\n ],\n \"transport\": \"SSE\",\n \"url\": \"url\",\n \"secret_token\": {\n \"secret_id\": \"secret_id\"\n },\n \"request_headers\": {\n \"key\": \"value\"\n },\n \"request_meta\": {\n \"key\": \"value\"\n },\n \"auth_connection\": {\n \"auth_connection_id\": \"auth_connection_id\"\n },\n \"name\": \"name\",\n \"description\": \"description\",\n \"pre_tool_speech\": \"auto\",\n \"interruption_mode\": \"allow\",\n \"tool_call_sound\": \"typing\",\n \"tool_call_sound_behavior\": \"auto\",\n \"execution_mode\": \"immediate\",\n \"response_timeout_secs\": 1,\n \"tool_config_overrides\": [\n {\n \"tool_name\": \"tool_name\",\n \"assignments\": [\n {\n \"source\": \"response\",\n \"dynamic_variable\": \"user_name\",\n \"value_path\": \"user.name\",\n \"sanitize\": false,\n \"preserve_native_type\": false\n }\n ]\n }\n ],\n \"disable_compression\": true\n },\n \"access_info\": {\n \"is_creator\": true,\n \"creator_name\": \"John Doe\",\n \"creator_email\": \"john.doe@example.com\",\n \"role\": \"admin\",\n \"anonymous_access_level_override\": \"admin\",\n \"access_source\": \"creator\"\n },\n \"dependent_agents\": [\n {\n \"referenced_resource_ids\": [\n \"referenced_resource_ids\"\n ],\n \"id\": \"id\",\n \"name\": \"name\",\n \"created_at_unix_secs\": 1,\n \"access_level\": \"admin\",\n \"type\": \"available\"\n }\n ],\n \"metadata\": {\n \"created_at\": 1,\n \"owner_user_id\": \"owner_user_id\"\n }\n}" @@ -5870,8 +6973,13 @@ "value": "environment" } ], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"id\": \"id\",\n \"config\": {\n \"approval_policy\": \"auto_approve_all\",\n \"tool_approval_hashes\": [\n {\n \"tool_name\": \"tool_name\",\n \"tool_hash\": \"tool_hash\"\n }\n ],\n \"transport\": \"SSE\",\n \"url\": \"url\",\n \"secret_token\": {\n \"secret_id\": \"secret_id\"\n },\n \"request_headers\": {\n \"key\": \"value\"\n },\n \"request_meta\": {\n \"key\": \"value\"\n },\n \"auth_connection\": {\n \"auth_connection_id\": \"auth_connection_id\"\n },\n \"name\": \"name\",\n \"description\": \"description\",\n \"pre_tool_speech\": \"auto\",\n \"interruption_mode\": \"allow\",\n \"tool_call_sound\": \"typing\",\n \"tool_call_sound_behavior\": \"auto\",\n \"execution_mode\": \"immediate\",\n \"response_timeout_secs\": 1,\n \"tool_config_overrides\": [\n {\n \"tool_name\": \"tool_name\",\n \"assignments\": [\n {\n \"source\": \"response\",\n \"dynamic_variable\": \"user_name\",\n \"value_path\": \"user.name\",\n \"sanitize\": false,\n \"preserve_native_type\": false\n }\n ]\n }\n ],\n \"disable_compression\": true\n },\n \"access_info\": {\n \"is_creator\": true,\n \"creator_name\": \"John Doe\",\n \"creator_email\": \"john.doe@example.com\",\n \"role\": \"admin\",\n \"anonymous_access_level_override\": \"admin\",\n \"access_source\": \"creator\"\n },\n \"dependent_agents\": [\n {\n \"referenced_resource_ids\": [\n \"referenced_resource_ids\"\n ],\n \"id\": \"id\",\n \"name\": \"name\",\n \"created_at_unix_secs\": 1,\n \"access_level\": \"admin\",\n \"type\": \"available\"\n }\n ],\n \"metadata\": {\n \"created_at\": 1,\n \"owner_user_id\": \"owner_user_id\"\n }\n}" @@ -5888,8 +6996,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"procedure_id\": \"agtprc_6qbpwdq8n01bxhk44bgjy6f10ck3\",\n \"name\": \"Customer Support Procedure\",\n \"content\": \"# Customer Support Procedure\\n\\n1. Greet the customer...\",\n \"type\": \"free_form\",\n \"trigger\": \"When the customer asks for support\"\n}" @@ -5906,8 +7019,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"key\": \"value\"\n}" @@ -5928,8 +7046,13 @@ "type": "free_form" }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"procedure_id\": \"agtprc_6qbpwdq8n01bxhk44bgjy6f10ck3\",\n \"name\": \"Customer Support Procedure\",\n \"content\": \"# Customer Support Procedure\\n\\n1. Greet the customer...\",\n \"type\": \"free_form\",\n \"trigger\": \"When the customer asks for support\"\n}" @@ -5944,8 +7067,13 @@ "name": "name" }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"id\": \"id\",\n \"name\": \"name\"\n}" @@ -5960,8 +7088,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"id\": \"id\",\n \"name\": \"name\",\n \"folder_path\": [\n {\n \"id\": \"id\",\n \"name\": \"name\"\n }\n ],\n \"children_count\": 1\n}" @@ -5982,8 +7115,13 @@ "value": "true" } ], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "\"\"" @@ -6000,8 +7138,13 @@ "name": "name" }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"id\": \"id\",\n \"name\": \"name\",\n \"folder_path\": [\n {\n \"id\": \"id\",\n \"name\": \"name\"\n }\n ],\n \"children_count\": 1\n}" @@ -6031,8 +7174,13 @@ "value": "cursor" } ], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"meta\": {\n \"total\": 1,\n \"page\": 1,\n \"page_size\": 1\n },\n \"results\": [\n {\n \"id\": \"id\",\n \"agent_id\": \"agent_id\",\n \"branch_id\": \"branch_id\",\n \"created_at_unix_secs\": 1,\n \"test_run_count\": 1,\n \"passed_count\": 1,\n \"failed_count\": 1,\n \"pending_count\": 1,\n \"title\": \"title\",\n \"access_info\": {\n \"is_creator\": true,\n \"creator_name\": \"John Doe\",\n \"creator_email\": \"john.doe@example.com\",\n \"role\": \"admin\",\n \"access_source\": \"creator\"\n },\n \"repeat_count\": 1\n }\n ],\n \"next_cursor\": \"next_cursor\",\n \"has_more\": true\n}" @@ -6047,8 +7195,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"id\": \"id\",\n \"agent_id\": \"agent_id\",\n \"branch_id\": \"branch_id\",\n \"created_at\": 1,\n \"folder_id\": \"folder_id\",\n \"repeat_count\": 1,\n \"bucketing_status\": \"pending\",\n \"result_groups\": [\n {\n \"test_id\": \"test_id\",\n \"test_name\": \"test_name\",\n \"workflow_node_id\": \"workflow_node_id\",\n \"buckets\": [\n {\n \"test_run_ids\": [\n \"test_run_ids\"\n ],\n \"title\": \"title\",\n \"reason\": \"reason\",\n \"status\": \"pending\"\n }\n ]\n }\n ],\n \"test_runs\": [\n {\n \"test_run_id\": \"test_run_id\",\n \"test_info\": {\n \"type\": \"llm\"\n },\n \"test_invocation_id\": \"test_invocation_id\",\n \"agent_id\": \"agent_id\",\n \"branch_id\": \"branch_id\",\n \"workflow_node_id\": \"workflow_node_id\",\n \"status\": \"pending\",\n \"agent_responses\": [\n {\n \"role\": \"user\",\n \"time_in_call_secs\": 1\n }\n ],\n \"test_id\": \"test_id\",\n \"test_name\": \"test_name\",\n \"condition_result\": {\n \"result\": \"success\"\n },\n \"last_updated_at_unix\": 1,\n \"metadata\": {\n \"workspace_id\": \"workspace_id\",\n \"test_name\": \"test_name\",\n \"ran_by_user_email\": \"ran_by_user_email\"\n },\n \"root_folder_id\": \"root_folder_id\",\n \"root_folder_name\": \"root_folder_name\",\n \"environment\": \"environment\"\n }\n ]\n}" @@ -6068,8 +7221,13 @@ "agent_id": "agent_id" }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"key\": \"value\"\n}" @@ -6120,8 +7278,13 @@ "value": "1.1" } ], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"executions\": [\n {\n \"tool_id\": \"tool_id\",\n \"tool_request_id\": \"tool_request_id\",\n \"conversation_id\": \"conversation_id\",\n \"agent_id\": \"agent_id\",\n \"branch_id\": \"branch_id\",\n \"timestamp\": 1.1,\n \"latency_secs\": 1.1,\n \"is_error\": true,\n \"request_payload\": \"request_payload\",\n \"response_payload\": \"response_payload\",\n \"error_message\": \"error_message\",\n \"error_type\": \"error_type\",\n \"id\": \"id\",\n \"tool_call_details\": {\n \"integration_id\": \"integration_id\",\n \"credential_id\": \"credential_id\",\n \"integration_connection_id\": \"integration_connection_id\",\n \"webhook_details\": {\n \"method\": \"method\",\n \"url\": \"url\"\n },\n \"type\": \"api_integration_webhook\"\n }\n }\n ],\n \"next_cursor\": \"next_cursor\",\n \"has_more\": true\n}" @@ -6136,8 +7299,13 @@ }, "body": {}, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "multipartFields": [ { "wireName": "avatar_file", @@ -6164,8 +7332,13 @@ "value": "20" } ], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"projects\": [\n {\n \"project_id\": \"proj_1601kwkyxp0hfzvtmyxwqxx6mcy3\",\n \"status\": \"ready\",\n \"reference\": \"Q3 marketing video\",\n \"source_language\": \"en\",\n \"model_id\": \"dubbing_v2\",\n \"media\": {\n \"filename\": \"promo.mp4\",\n \"duration_s\": 42.5,\n \"has_video\": true,\n \"mime_type\": \"video/mp4\"\n },\n \"language_ids\": [\n \"lang_1001kwkyxp0je6ktn4knsfrasx5s\"\n ],\n \"webhook_ids\": [],\n \"revision\": 3,\n \"warnings\": [\n {\n \"type\": \"voices_not_permitted\",\n \"speaker_ids\": [\n \"speaker_1\"\n ],\n \"message\": \"Voice cloning was not permitted for speaker speaker_1, so a replacement voice was used.\"\n }\n ],\n \"created_at\": \"2026-07-03T10:15:30Z\",\n \"updated_at\": \"2026-07-03T10:17:12Z\"\n }\n ]\n}" @@ -6182,8 +7355,13 @@ "reference": "Q3 marketing video" }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "multipartFields": [ { "wireName": "file", @@ -6245,8 +7423,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"project_id\": \"proj_1601kwkyxp0hfzvtmyxwqxx6mcy3\",\n \"status\": \"ready\",\n \"reference\": \"Q3 marketing video\",\n \"source_language\": \"en\",\n \"model_id\": \"dubbing_v2\",\n \"media\": {\n \"filename\": \"promo.mp4\",\n \"duration_s\": 42.5,\n \"has_video\": true,\n \"mime_type\": \"video/mp4\"\n },\n \"language_ids\": [\n \"lang_1001kwkyxp0je6ktn4knsfrasx5s\"\n ],\n \"webhook_ids\": [],\n \"revision\": 3,\n \"warnings\": [\n {\n \"type\": \"voices_not_permitted\",\n \"speaker_ids\": [\n \"speaker_1\"\n ],\n \"message\": \"Voice cloning was not permitted for speaker speaker_1, so a replacement voice was used.\"\n }\n ],\n \"created_at\": \"2026-07-03T10:15:30Z\",\n \"updated_at\": \"2026-07-03T10:17:12Z\"\n}" @@ -6261,8 +7444,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "\"\"" @@ -6277,8 +7465,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"id\": \"id\",\n \"version\": 1,\n \"source_language\": \"source_language\",\n \"target_languages\": [\n \"target_languages\"\n ],\n \"input\": {\n \"src\": \"src\",\n \"content_type\": \"content_type\",\n \"bucket_name\": \"bucket_name\",\n \"random_path_slug\": \"random_path_slug\",\n \"duration_secs\": 1.1,\n \"is_audio\": true,\n \"url\": \"url\"\n },\n \"background\": {\n \"src\": \"src\",\n \"content_type\": \"content_type\",\n \"bucket_name\": \"bucket_name\",\n \"random_path_slug\": \"random_path_slug\",\n \"duration_secs\": 1.1,\n \"is_audio\": true,\n \"url\": \"url\"\n },\n \"foreground\": {\n \"src\": \"src\",\n \"content_type\": \"content_type\",\n \"bucket_name\": \"bucket_name\",\n \"random_path_slug\": \"random_path_slug\",\n \"duration_secs\": 1.1,\n \"is_audio\": true,\n \"url\": \"url\"\n },\n \"speaker_tracks\": {\n \"key\": {\n \"id\": \"id\",\n \"media_ref\": {\n \"src\": \"src\",\n \"content_type\": \"content_type\",\n \"bucket_name\": \"bucket_name\",\n \"random_path_slug\": \"random_path_slug\",\n \"duration_secs\": 1.1,\n \"is_audio\": true,\n \"url\": \"url\"\n },\n \"speaker_name\": \"speaker_name\",\n \"voices\": {\n \"key\": \"value\"\n },\n \"segments\": [\n \"segments\"\n ]\n }\n },\n \"speaker_segments\": {\n \"key\": {\n \"id\": \"id\",\n \"start_time\": 1.1,\n \"end_time\": 1.1,\n \"text\": \"text\",\n \"subtitles\": [\n {\n \"start_time\": 1.1,\n \"end_time\": 1.1,\n \"lines\": [\n \"lines\"\n ]\n }\n ],\n \"dubs\": {\n \"key\": {\n \"start_time\": 1.1,\n \"end_time\": 1.1,\n \"text\": null,\n \"subtitles\": [\n {\n \"start_time\": 1.1,\n \"end_time\": 1.1,\n \"lines\": [\n \"lines\"\n ]\n }\n ],\n \"audio_stale\": true,\n \"media_ref\": null\n }\n }\n }\n },\n \"renders\": {\n \"key\": {\n \"id\": \"id\",\n \"version\": 1,\n \"language\": \"language\",\n \"type\": \"mp4\",\n \"media_ref\": {\n \"src\": \"src\",\n \"content_type\": \"content_type\",\n \"bucket_name\": \"bucket_name\",\n \"random_path_slug\": \"random_path_slug\",\n \"duration_secs\": 1.1,\n \"is_audio\": true,\n \"url\": \"url\"\n },\n \"status\": \"complete\"\n }\n }\n}" @@ -6298,8 +7491,13 @@ "speaker_id": "speaker_id" }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"version\": 1\n}" @@ -6318,8 +7516,13 @@ ] }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"version\": 1\n}" @@ -6339,8 +7542,13 @@ "languages": null }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "specFilledBodyProperties": [ "languages" ], @@ -6363,8 +7571,13 @@ "languages": null }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "specFilledBodyProperties": [ "languages" ], @@ -6385,8 +7598,13 @@ "render_type": "mp4" }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"version\": 1,\n \"render_id\": \"render_id\"\n}" @@ -6402,8 +7620,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"key\": \"value\"\n}" @@ -6425,8 +7648,13 @@ "value": "srt" } ], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"language\": \"language\",\n \"utterances\": [\n {\n \"text\": \"text\",\n \"speaker_id\": \"speaker_id\",\n \"start_s\": 1.1,\n \"end_s\": 1.1,\n \"words\": [\n {}\n ]\n }\n ]\n}" @@ -6443,8 +7671,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"transcript_format\": \"srt\",\n \"srt\": \"srt\",\n \"webvtt\": \"webvtt\",\n \"json\": {\n \"language\": \"language\",\n \"utterances\": [\n {}\n ]\n }\n}" @@ -6465,8 +7698,13 @@ "value": "20" } ], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"languages\": [\n {\n \"language_id\": \"lang_1001kwkyxp0je6ktn4knsfrasx5s\",\n \"project_id\": \"proj_1601kwkyxp0hfzvtmyxwqxx6mcy3\",\n \"target_language\": \"es\",\n \"status\": \"completed\",\n \"model_id\": \"dubbing_v2\",\n \"outputs\": {\n \"lossless_audio\": \"https://storage.googleapis.com/eleven-dubbing/proj_1601kwkyxp0hfzvtmyxwqxx6mcy3/lang_1001kwkyxp0je6ktn4knsfrasx5s/output.flac?X-Goog-Signature=...\"\n },\n \"revision\": 3,\n \"output_revision\": 3,\n \"warnings\": [],\n \"created_at\": \"2026-07-03T10:16:00Z\",\n \"updated_at\": \"2026-07-03T10:20:45Z\"\n }\n ]\n}" @@ -6483,8 +7721,13 @@ "target_language": "es" }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 201, "body": "{\n \"language_id\": \"lang_1001kwkyxp0je6ktn4knsfrasx5s\",\n \"project_id\": \"proj_1601kwkyxp0hfzvtmyxwqxx6mcy3\",\n \"target_language\": \"es\",\n \"status\": \"queued\",\n \"model_id\": \"dubbing_v2\",\n \"revision\": 0,\n \"warnings\": [],\n \"created_at\": \"2026-07-03T10:16:00Z\",\n \"updated_at\": \"2026-07-03T10:16:00Z\"\n}" @@ -6500,8 +7743,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"language_id\": \"lang_1001kwkyxp0je6ktn4knsfrasx5s\",\n \"project_id\": \"proj_1601kwkyxp0hfzvtmyxwqxx6mcy3\",\n \"target_language\": \"es\",\n \"status\": \"completed\",\n \"model_id\": \"dubbing_v2\",\n \"outputs\": {\n \"lossless_audio\": \"https://storage.googleapis.com/eleven-dubbing/proj_1601kwkyxp0hfzvtmyxwqxx6mcy3/lang_1001kwkyxp0je6ktn4knsfrasx5s/output.flac?X-Goog-Signature=...\"\n },\n \"revision\": 3,\n \"output_revision\": 3,\n \"warnings\": [],\n \"created_at\": \"2026-07-03T10:16:00Z\",\n \"updated_at\": \"2026-07-03T10:20:45Z\"\n}" @@ -6517,8 +7765,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "\"\"" @@ -6533,8 +7786,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"language\": \"en\",\n \"segments\": [\n {\n \"id\": \"0199a3f0-1c2d-7abc-8def-0123456789ab\",\n \"text\": \"Welcome to our product demo.\",\n \"speaker_id\": \"default_speaker\",\n \"start_s\": 0,\n \"end_s\": 2.5\n }\n ],\n \"revision\": 3\n}" @@ -6550,8 +7808,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"revision\": 6\n}" @@ -6569,8 +7832,13 @@ "text": "Welcome to our latest product demo." }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"segment\": {\n \"id\": \"0199a3f0-1c2d-7abc-8def-0123456789ab\",\n \"text\": \"Welcome to our latest product demo.\",\n \"speaker_id\": \"default_speaker\",\n \"start_s\": 0,\n \"end_s\": 2.5\n },\n \"revision\": 4\n}" @@ -6594,8 +7862,13 @@ } }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"segments\": [\n {\n \"id\": \"0199a3f0-1c2d-7abc-8def-0123456789ab\",\n \"text\": \"Welcome to our latest product demo.\",\n \"speaker_id\": \"default_speaker\",\n \"start_s\": 0,\n \"end_s\": 2.5\n },\n {\n \"id\": \"0199a3f0-3e4f-7abc-8def-0123456789cd\",\n \"text\": \"Let's get started.\",\n \"speaker_id\": \"narrator\",\n \"start_s\": 2.5,\n \"end_s\": 4\n }\n ],\n \"revision\": 5\n}" @@ -6615,8 +7888,13 @@ "end_s": 44 }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 201, "body": "{\n \"segment\": {\n \"id\": \"0199a3f0-1c2d-7abc-8def-0123456789ab\",\n \"text\": \"Thanks for watching.\",\n \"speaker_id\": \"default_speaker\",\n \"start_s\": 42,\n \"end_s\": 44\n },\n \"revision\": 5\n}" @@ -6632,8 +7910,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"source_language\": \"en\",\n \"target_language\": \"es\",\n \"segments\": [\n {\n \"id\": \"0199a3f0-1c2d-7abc-8def-0123456789ab\",\n \"speaker_id\": \"default_speaker\",\n \"start_s\": 0,\n \"end_s\": 2.5,\n \"source_text\": \"Welcome to our product demo.\",\n \"translation\": \"Bienvenido a la demostración de nuestro producto.\"\n }\n ],\n \"revision\": 3\n}" @@ -6652,8 +7935,13 @@ "translation": "Bienvenido a nuestra última demostración de producto." }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"segment\": {\n \"id\": \"0199a3f0-1c2d-7abc-8def-0123456789ab\",\n \"speaker_id\": \"default_speaker\",\n \"start_s\": 0,\n \"end_s\": 2.5,\n \"source_text\": \"Welcome to our product demo.\",\n \"translation\": \"Bienvenido a nuestra última demostración de producto.\"\n },\n \"revision\": 4\n}" @@ -6678,8 +7966,13 @@ } }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"segments\": [\n {\n \"id\": \"0199a3f0-1c2d-7abc-8def-0123456789ab\",\n \"speaker_id\": \"default_speaker\",\n \"start_s\": 0,\n \"end_s\": 2.5,\n \"source_text\": \"Welcome to our product demo.\",\n \"translation\": \"Bienvenido a nuestra última demostración de producto.\"\n },\n {\n \"id\": \"0199a3f0-3e4f-7abc-8def-0123456789cd\",\n \"speaker_id\": \"narrator\",\n \"start_s\": 2.5,\n \"end_s\": 4,\n \"source_text\": \"Let's get started.\",\n \"translation\": \"Empecemos.\"\n }\n ],\n \"revision\": 5\n}" @@ -6695,8 +7988,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 202, "body": "{\n \"regenerated_segment_ids\": [\n \"0199a3f0-1c2d-7abc-8def-0123456789ab\",\n \"0199a3f0-3e4f-7abc-8def-0123456789cd\"\n ],\n \"regenerated_seconds\": 4,\n \"charged_seconds\": 0,\n \"free_regeneration_seconds_remaining\": 38\n}" @@ -6713,8 +8011,13 @@ "language": null }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "specFilledBodyProperties": [ "language" ], @@ -6734,8 +8037,13 @@ }, "body": {}, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"version\": 1\n}" @@ -6751,8 +8059,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"version\": 1\n}" @@ -6768,8 +8081,13 @@ }, "body": {}, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"version\": 1\n}" @@ -6784,8 +8102,13 @@ }, "body": {}, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"version\": 1,\n \"speaker_id\": \"speaker_id\"\n}" @@ -6801,8 +8124,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"voices\": [\n {\n \"voice_id\": \"voice_id\",\n \"name\": \"name\",\n \"category\": \"premade\",\n \"description\": \"description\",\n \"preview_url\": \"preview_url\"\n }\n ]\n}" @@ -6821,8 +8149,13 @@ "end_time": 1.1 }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 201, "body": "{\n \"version\": 1,\n \"new_segment\": \"new_segment\"\n}" @@ -6837,8 +8170,13 @@ "prompt": "prompt" }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"positive_global_styles\": [\n \"pop\",\n \"rock\",\n \"jazz\"\n ],\n \"negative_global_styles\": [\n \"metal\",\n \"hip-hop\",\n \"country\"\n ],\n \"sections\": [\n {\n \"section_name\": \"Verse 1\",\n \"positive_local_styles\": [\n \"pop\",\n \"rock\",\n \"jazz\"\n ],\n \"negative_local_styles\": [\n \"metal\",\n \"hip-hop\",\n \"country\"\n ],\n \"duration_ms\": 10000,\n \"lines\": [\n \"Verse 1 lyrics\"\n ],\n \"source_from\": {\n \"song_id\": \"song_id\",\n \"range\": {\n \"start_ms\": 1,\n \"end_ms\": 1\n }\n }\n }\n ]\n}" @@ -6883,8 +8221,13 @@ "value": "asc" } ], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"finetunes\": [\n {\n \"id\": \"id\",\n \"name\": \"name\",\n \"tags\": [\n \"tags\"\n ],\n \"primary_genre\": \"primary_genre\",\n \"model_id\": \"music_v1\",\n \"created_at\": \"2024-01-15T09:30:00Z\",\n \"visibility\": \"private\",\n \"created_by\": \"self\",\n \"status\": \"pending\",\n \"training_progress\": 1.1,\n \"failure_reason\": \"audio_processing_failed\"\n }\n ],\n \"next_cursor\": \"next_cursor\",\n \"has_more\": true\n}" @@ -6900,8 +8243,13 @@ "primary_genre": "primary_genre" }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "multipartFields": [ { "wireName": "name", @@ -6948,8 +8296,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"id\": \"id\",\n \"name\": \"name\",\n \"tags\": [\n \"tags\"\n ],\n \"primary_genre\": \"primary_genre\",\n \"model_id\": \"music_v1\",\n \"created_at\": \"2024-01-15T09:30:00Z\",\n \"visibility\": \"private\",\n \"created_by\": \"self\",\n \"status\": \"pending\",\n \"training_progress\": 1.1,\n \"failure_reason\": \"audio_processing_failed\"\n}" @@ -6964,8 +8317,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"id\": \"id\",\n \"name\": \"name\",\n \"tags\": [\n \"tags\"\n ],\n \"primary_genre\": \"primary_genre\",\n \"model_id\": \"music_v1\",\n \"created_at\": \"2024-01-15T09:30:00Z\",\n \"visibility\": \"private\",\n \"created_by\": \"self\",\n \"status\": \"pending\",\n \"training_progress\": 1.1,\n \"failure_reason\": \"audio_processing_failed\"\n}" @@ -6980,8 +8338,13 @@ }, "body": {}, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"id\": \"id\",\n \"name\": \"name\",\n \"tags\": [\n \"tags\"\n ],\n \"primary_genre\": \"primary_genre\",\n \"model_id\": \"music_v1\",\n \"created_at\": \"2024-01-15T09:30:00Z\",\n \"visibility\": \"private\",\n \"created_by\": \"self\",\n \"status\": \"pending\",\n \"training_progress\": 1.1,\n \"failure_reason\": \"audio_processing_failed\"\n}" @@ -7019,8 +8382,13 @@ "value": "2024-01-15T09:30:00Z" } ], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"orders\": [\n {\n \"order_id\": \"prodorder_01jgatk6h0fwxrtbjade61yqhx\",\n \"name\": \"Spanish Dubs\",\n \"state\": \"submitted\",\n \"total_amount_usd\": 11,\n \"sandbox\": true,\n \"submitted_at\": \"2025-03-15T10:30:00Z\",\n \"updated_at\": \"2025-03-15T10:30:00Z\",\n \"cancel_reason\": \"cancel_reason\"\n }\n ]\n}" @@ -7035,8 +8403,13 @@ "sandbox": false }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"order_id\": \"prodorder_01jgatk6h0fwxrtbjade61yqhx\",\n \"sandbox\": false\n}" @@ -7051,8 +8424,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"order_id\": \"prodorder_01jgatk6h0fwxrtbjade61yqhx\",\n \"name\": \"Spanish Dubs\",\n \"state\": \"open\",\n \"items\": [\n {\n \"item_id\": \"proditem_01jgd3qhejfs7rm6swknz2ytjb\",\n \"item\": {\n \"media_id\": \"prodmedia_01jgatk6h0fwxrtbjade61yqhx\",\n \"source_language\": \"en\",\n \"destination_languages\": [\n \"hi\",\n \"fr-FR\",\n \"de\"\n ],\n \"include_captions\": true,\n \"include_source_captions\": false,\n \"instructions\": \"Voices don't need to match the originals, prioritize native-sounding voices\",\n \"captions_sdh\": false,\n \"kind\": \"dub\"\n },\n \"quote\": {\n \"amount_usd\": 11\n }\n }\n ],\n \"total_amount_usd\": 11,\n \"sandbox\": false,\n \"created_at\": \"2025-03-15T10:00:00Z\",\n \"submitted_at\": \"2024-01-15T09:30:00Z\",\n \"paid_at\": \"2024-01-15T09:30:00Z\",\n \"accepted_at\": \"2024-01-15T09:30:00Z\",\n \"completed_at\": \"2024-01-15T09:30:00Z\",\n \"cancel_reason\": \"cancel_reason\"\n}" @@ -7071,8 +8449,13 @@ } }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"name\": \"Spanish Dubs\"\n}" @@ -7087,8 +8470,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"order_id\": \"prodorder_01jgatk6h0fwxrtbjade61yqhx\",\n \"state\": \"submitted\",\n \"submitted_at\": \"2025-03-15T10:30:00Z\"\n}" @@ -7105,8 +8493,13 @@ "declared_language": "declared_language" }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "multipartFields": [ { "wireName": "declared_language", @@ -7149,8 +8542,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"media_id\": \"prodmedia_01jgb2zd68f8f9tfvbb968wb8z\",\n \"name\": \"example.mp4\",\n \"content_type\": \"video/mp4\",\n \"language\": \"en\",\n \"signed_url\": \"https://storage.googleapis.com/example-bucket/media/example.mp4?X-Goog-Signature=...\"\n}" @@ -7182,8 +8580,13 @@ } }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"item_id\": \"proditem_01jgd3qhejfs7rm6swknz2ytjb\",\n \"quote\": {\n \"amount_usd\": 11\n }\n}" @@ -7199,8 +8602,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"success\": true\n}" @@ -7215,8 +8623,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"deliverables\": [\n {\n \"signed_url\": \"https://storage.googleapis.com/example-bucket/deliverables/output_fr.mp4?X-Goog-Signature=...\",\n \"content_type\": \"video/mp4\",\n \"name\": \"output_fr.mp4\",\n \"version\": 1\n }\n ]\n}" @@ -7231,8 +8644,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"language_pairs\": [\n {\n \"source_language\": {\n \"code\": \"en\",\n \"label\": \"English\"\n },\n \"destination_languages\": [\n {\n \"code\": \"es\",\n \"label\": \"Spanish\"\n },\n {\n \"code\": \"es-ES\",\n \"label\": \"Spanish (Spain)\"\n },\n {\n \"code\": \"fr\",\n \"label\": \"French\"\n }\n ]\n },\n {\n \"source_language\": {\n \"code\": \"es-ES\",\n \"label\": \"Spanish (Spain)\"\n },\n \"destination_languages\": [\n {\n \"code\": \"en\",\n \"label\": \"English\"\n }\n ]\n }\n ],\n \"kind\": \"pair\"\n}" @@ -7257,8 +8675,13 @@ ] }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"id\": \"5xM3yVvZQKV0EfqQpLrJ\",\n \"version_id\": \"5xM3yVvZQKV0EfqQpLr2\",\n \"version_rules_num\": 5\n}" @@ -7283,8 +8706,13 @@ ] }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"id\": \"5xM3yVvZQKV0EfqQpLrJ\",\n \"version_id\": \"5xM3yVvZQKV0EfqQpLr2\",\n \"version_rules_num\": 5\n}" @@ -7303,8 +8731,13 @@ ] }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"id\": \"5xM3yVvZQKV0EfqQpLrJ\",\n \"version_id\": \"5xM3yVvZQKV0EfqQpLr2\",\n \"version_rules_num\": 5\n}" @@ -7319,8 +8752,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"api-keys\": [\n {\n \"name\": \"name\",\n \"hint\": \"hint\",\n \"key_id\": \"key_id\",\n \"service_account_user_id\": \"service_account_user_id\",\n \"created_at_unix\": 1,\n \"is_disabled\": true,\n \"permissions\": [\n \"text_to_speech\"\n ],\n \"disable_reason\": \"trial_ended\",\n \"character_limit\": 1,\n \"character_count\": 1,\n \"hashed_xi_api_key\": \"hashed_xi_api_key\",\n \"allowed_ips\": [\n \"allowed_ips\"\n ],\n \"third_party_disable_allowed\": true\n }\n ]\n}" @@ -7338,8 +8776,13 @@ "permissions": "all" }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"xi-api-key\": \"xi-api-key\",\n \"key_id\": \"key_id\"\n}" @@ -7355,8 +8798,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"key\": \"value\"\n}" @@ -7372,8 +8820,13 @@ }, "body": {}, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"key\": \"value\"\n}" @@ -7388,8 +8841,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"language_code\": \"en\",\n \"language_probability\": 0.98,\n \"text\": \"Hello world!\",\n \"words\": [\n {\n \"text\": \"Hello\",\n \"start\": 0,\n \"end\": 0.5,\n \"type\": \"word\",\n \"speaker_id\": \"speaker_1\",\n \"logprob\": -0.124,\n \"characters\": [\n {\n \"text\": \"H\",\n \"start\": 0,\n \"end\": 0.1\n }\n ],\n \"channel_index\": 1\n },\n {\n \"text\": \" \",\n \"start\": 0.5,\n \"end\": 0.5,\n \"type\": \"spacing\",\n \"speaker_id\": \"speaker_1\",\n \"logprob\": 0,\n \"characters\": [\n {\n \"text\": \"H\",\n \"start\": 0,\n \"end\": 0.1\n }\n ],\n \"channel_index\": 1\n },\n {\n \"text\": \"world!\",\n \"start\": 0.5,\n \"end\": 1.2,\n \"type\": \"word\",\n \"speaker_id\": \"speaker_1\",\n \"logprob\": -0.089,\n \"characters\": [\n {\n \"text\": \"H\",\n \"start\": 0,\n \"end\": 0.1\n }\n ],\n \"channel_index\": 1\n }\n ],\n \"channel_index\": 1,\n \"additional_formats\": [\n {\n \"requested_format\": \"requested_format\",\n \"file_extension\": \"file_extension\",\n \"content_type\": \"content_type\",\n \"is_base64_encoded\": true,\n \"content\": \"content\"\n }\n ],\n \"transcription_id\": \"transcription_id\",\n \"entities\": [\n {\n \"text\": \"text\",\n \"entity_type\": \"entity_type\",\n \"start_char\": 1,\n \"end_char\": 1\n }\n ],\n \"audio_duration_secs\": 1.1\n}" @@ -7404,8 +8862,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"key\": \"value\"\n}" @@ -7418,8 +8881,13 @@ "params": {}, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"projects\": [\n {\n \"project_id\": \"aw1NgEzBg83R7vgmiJt6\",\n \"name\": \"My Project\",\n \"create_date_unix\": 1714204800,\n \"created_by_user_id\": \"Vbtgl3bRdj6lk79rYAgx\",\n \"default_title_voice_ref_id\": \"JBFqnCBsd6RMkjVDRZzb\",\n \"default_paragraph_voice_ref_id\": \"JBFqnCBsd6RMkjVDRZzb\",\n \"default_model_id\": \"eleven_multilingual_v2\",\n \"last_conversion_date_unix\": 1714204800,\n \"can_be_downloaded\": true,\n \"title\": \"My Project\",\n \"author\": \"John Doe\",\n \"description\": \"This is a description of my project.\",\n \"genres\": [\n \"Novel\",\n \"Short Story\"\n ],\n \"cover_image_url\": \"https://example.com/cover.jpg\",\n \"target_audience\": \"young adult\",\n \"language\": \"en\",\n \"content_type\": \"Novel\",\n \"original_publication_date\": \"2025-01-01\",\n \"mature_content\": false,\n \"isbn_number\": \"978-90-274-3964-2\",\n \"volume_normalization\": true,\n \"state\": \"default\",\n \"access_level\": \"viewer\",\n \"fiction\": \"fiction\",\n \"quality_check_on\": false,\n \"quality_check_on_when_bulk_convert\": false,\n \"creation_meta\": {\n \"creation_progress\": 0.5,\n \"status\": \"pending\",\n \"type\": \"blank\"\n },\n \"source_type\": \"blank\",\n \"chapters_enabled\": true,\n \"captions_enabled\": true,\n \"public_share_id\": \"abc123def456789\",\n \"aspect_ratio\": \"16:9\"\n }\n ]\n}" @@ -7434,8 +8902,13 @@ "name": "name" }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "multipartFields": [ { "wireName": "name", @@ -7603,8 +9076,13 @@ "value": "share_id" } ], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"project_id\": \"aw1NgEzBg83R7vgmiJt6\",\n \"name\": \"My Project\",\n \"create_date_unix\": 1714204800,\n \"created_by_user_id\": \"Vbtgl3bRdj6lk79rYAgx\",\n \"default_title_voice_ref_id\": \"JBFqnCBsd6RMkjVDRZzb\",\n \"default_paragraph_voice_ref_id\": \"JBFqnCBsd6RMkjVDRZzb\",\n \"default_model_id\": \"eleven_multilingual_v2\",\n \"last_conversion_date_unix\": 1714204800,\n \"can_be_downloaded\": true,\n \"title\": \"My Project\",\n \"author\": \"John Doe\",\n \"description\": \"This is a description of my project.\",\n \"genres\": [\n \"Novel\",\n \"Short Story\"\n ],\n \"cover_image_url\": \"https://example.com/cover.jpg\",\n \"target_audience\": \"young adult\",\n \"language\": \"en\",\n \"content_type\": \"Novel\",\n \"original_publication_date\": \"2025-01-01\",\n \"mature_content\": false,\n \"isbn_number\": \"978-90-274-3964-2\",\n \"volume_normalization\": true,\n \"state\": \"default\",\n \"access_level\": \"viewer\",\n \"fiction\": \"fiction\",\n \"quality_check_on\": false,\n \"quality_check_on_when_bulk_convert\": false,\n \"creation_meta\": {\n \"creation_progress\": 0.5,\n \"status\": \"pending\",\n \"type\": \"blank\"\n },\n \"source_type\": \"blank\",\n \"chapters_enabled\": true,\n \"captions_enabled\": true,\n \"caption_style\": {\n \"template\": {\n \"key\": \"key\",\n \"label\": \"label\",\n \"requires_high_fps\": true\n },\n \"text_font\": \"text_font\",\n \"text_scale\": 1.1,\n \"text_color\": \"text_color\",\n \"text_align\": \"start\",\n \"text_style\": \"normal\",\n \"text_weight\": \"normal\",\n \"text_transform\": \"none\",\n \"text_blend_mode\": \"normal\",\n \"text_shadow\": {\n \"enabled\": true,\n \"color\": \"color\",\n \"opacity\": 1.1,\n \"blur\": 1.1,\n \"offset_x\": 1.1,\n \"offset_y\": 1.1\n },\n \"text_outline\": {\n \"enabled\": true,\n \"color\": \"color\",\n \"opacity\": 1.1,\n \"width\": 1.1\n },\n \"background_enabled\": true,\n \"background_color\": \"background_color\",\n \"background_opacity\": 1.1,\n \"background_blur\": 1.1,\n \"background_border_radius\": 1.1,\n \"word_highlights_enabled\": true,\n \"word_highlights_color\": \"word_highlights_color\",\n \"word_highlights_background_color\": \"word_highlights_background_color\",\n \"word_highlights_opacity\": 1.1,\n \"word_highlights_border_radius\": 1.1,\n \"word_highlights_blur\": 1.1,\n \"section_animation\": {\n \"enter_type\": \"none\",\n \"exit_type\": \"none\"\n },\n \"word_animation\": {\n \"enter_type\": \"none\",\n \"exit_type\": \"none\"\n },\n \"character_animation\": {\n \"enter_type\": \"none\",\n \"exit_type\": \"none\"\n },\n \"cursor_enabled\": true,\n \"width_pct\": 1.1,\n \"horizontal_placement\": {\n \"align\": \"left\",\n \"translate_pct\": 1.1\n },\n \"vertical_placement\": {\n \"align\": \"top\",\n \"translate_pct\": 1.1\n },\n \"auto_break_enabled\": true,\n \"max_lines_per_section\": 1,\n \"max_words_per_line\": 1\n },\n \"caption_style_template_overrides\": {\n \"key\": {\n \"template\": {\n \"key\": \"key\",\n \"label\": \"label\"\n },\n \"text_font\": \"text_font\",\n \"text_scale\": 1.1,\n \"text_color\": \"text_color\",\n \"text_align\": \"start\",\n \"text_style\": \"normal\",\n \"text_weight\": \"normal\",\n \"text_transform\": \"none\",\n \"text_blend_mode\": \"normal\",\n \"text_shadow\": {\n \"enabled\": true,\n \"color\": \"color\",\n \"opacity\": 1.1,\n \"blur\": 1.1,\n \"offset_x\": 1.1,\n \"offset_y\": 1.1\n },\n \"text_outline\": {\n \"enabled\": true,\n \"color\": \"color\",\n \"opacity\": 1.1,\n \"width\": 1.1\n },\n \"background_enabled\": true,\n \"background_color\": \"background_color\",\n \"background_opacity\": 1.1,\n \"background_blur\": 1.1,\n \"background_border_radius\": 1.1,\n \"word_highlights_enabled\": true,\n \"word_highlights_color\": \"word_highlights_color\",\n \"word_highlights_background_color\": \"word_highlights_background_color\",\n \"word_highlights_opacity\": 1.1,\n \"word_highlights_border_radius\": 1.1,\n \"word_highlights_blur\": 1.1,\n \"section_animation\": {\n \"enter_type\": \"none\",\n \"exit_type\": \"none\"\n },\n \"word_animation\": {\n \"enter_type\": \"none\",\n \"exit_type\": \"none\"\n },\n \"character_animation\": {\n \"enter_type\": \"none\",\n \"exit_type\": \"none\"\n },\n \"cursor_enabled\": true,\n \"width_pct\": 1.1,\n \"horizontal_placement\": {\n \"align\": \"left\",\n \"translate_pct\": 1.1\n },\n \"vertical_placement\": {\n \"align\": \"top\",\n \"translate_pct\": 1.1\n },\n \"auto_break_enabled\": true,\n \"max_lines_per_section\": 1,\n \"max_words_per_line\": 1\n }\n },\n \"public_share_id\": \"abc123def456789\",\n \"aspect_ratio\": \"16:9\",\n \"agent_settings\": {\n \"tool_settings\": {\n \"key\": {}\n }\n },\n \"quality_preset\": \"standard\",\n \"chapters\": [\n {\n \"chapter_id\": \"aw1NgEzBg83R7vgmiJt6\",\n \"name\": \"Chapter 1\",\n \"last_conversion_date_unix\": 1714204800,\n \"conversion_progress\": 0.5,\n \"can_be_downloaded\": true,\n \"state\": \"converting\",\n \"has_video\": true,\n \"has_visual_content\": true,\n \"voice_ids\": [\n \"voice_ids\"\n ],\n \"statistics\": {\n \"characters_unconverted\": 1000,\n \"characters_converted\": 500,\n \"paragraphs_converted\": 20,\n \"paragraphs_unconverted\": 10,\n \"credits_needed_to_convert\": 1000,\n \"voice_statistics\": [\n {\n \"project_voice_ref_id\": \"voice123\",\n \"characters_unconverted\": 600,\n \"characters_converted\": 300\n },\n {\n \"project_voice_ref_id\": \"voice456\",\n \"characters_unconverted\": 400,\n \"characters_converted\": 200\n }\n ]\n },\n \"last_conversion_error\": \"Error message\"\n }\n ],\n \"pronunciation_dictionary_versions\": [\n {\n \"version_id\": \"version_id\",\n \"version_rules_num\": 1,\n \"pronunciation_dictionary_id\": \"pronunciation_dictionary_id\",\n \"dictionary_name\": \"dictionary_name\",\n \"version_name\": \"version_name\",\n \"permission_on_resource\": \"admin\",\n \"created_by\": \"created_by\",\n \"creation_time_unix\": 1,\n \"archived_time_unix\": 1\n }\n ],\n \"pronunciation_dictionary_locators\": [\n {\n \"pronunciation_dictionary_id\": \"pronunciation_dictionary_id\",\n \"version_id\": \"version_id\"\n }\n ],\n \"apply_text_normalization\": \"auto\",\n \"experimental\": {\n \"key\": \"value\"\n },\n \"assets\": [\n {\n \"video_id\": \"video_id\",\n \"filename\": \"filename\",\n \"signed_url\": \"signed_url\",\n \"signed_preview_url\": \"signed_preview_url\",\n \"offset_ms\": 1,\n \"duration_ms\": 1,\n \"volume_gain_db\": 1.1,\n \"muted\": true,\n \"fade_in_ms\": 1,\n \"fade_out_ms\": 1,\n \"width\": 1,\n \"height\": 1,\n \"codec\": \"codec\",\n \"order\": \"order\",\n \"created_at_ms\": 1,\n \"updated_at_ms\": 1,\n \"error\": \"error\",\n \"thumbnail_interval_seconds\": 1.1,\n \"thumbnail_size\": [\n 1\n ],\n \"thumbnail_sheets\": [\n {\n \"start_thumbnail_index\": 1,\n \"thumbnail_count\": 1,\n \"signed_cloud_url\": \"signed_cloud_url\"\n }\n ],\n \"start_time_ms\": 1,\n \"end_time_ms\": 1,\n \"asset_preview_signed_url\": \"asset_preview_signed_url\",\n \"source_video_id\": \"source_video_id\",\n \"source_asset_id\": \"source_asset_id\",\n \"source_platform_asset_id\": \"source_platform_asset_id\",\n \"pending_blocks_metadata\": {\n \"target_global_offset_ms\": null,\n \"block_ids\": [\n \"block_ids\"\n ]\n },\n \"pending_external_audios_metadata\": {\n \"target_global_offset_ms\": null,\n \"external_audio_ids\": [\n \"external_audio_ids\"\n ]\n },\n \"speech_imported\": true,\n \"pending_task\": {\n \"type\": \"preprocessing\"\n },\n \"audio_track_ready\": true,\n \"export_format_ready\": true,\n \"current_snapshot_id\": \"current_snapshot_id\",\n \"source_context\": {\n \"generation_id\": \"generation_id\",\n \"model_id\": \"model_id\"\n },\n \"analysis\": {\n \"status\": \"processing\",\n \"data\": null\n },\n \"transcription\": {\n \"status\": \"processing\",\n \"data\": null\n },\n \"playback_speed\": 1.1,\n \"opacity\": 1.1,\n \"track_id\": \"track_id\",\n \"preview_job_progress\": 1.1,\n \"import_speech_progress\": 1.1,\n \"type\": \"video\"\n }\n ],\n \"voices\": [\n {\n \"project_voice_ref_id\": \"project_voice_ref_id\",\n \"voice_id\": \"voice_id\",\n \"alias\": \"alias\",\n \"stability\": 1.1,\n \"similarity_boost\": 1.1,\n \"style\": 1.1,\n \"is_pinned\": true,\n \"use_speaker_boost\": true,\n \"volume_gain\": 1.1,\n \"speed\": 1.1\n }\n ],\n \"base_voices\": [\n {\n \"voice_id\": \"21m00Tcm4TlvDq8ikWAM\",\n \"name\": \"Rachel\",\n \"samples\": [\n {\n \"sample_id\": \"DCwhRBWXzGAHq8TQ4Fs18\",\n \"file_name\": \"sample.mp3\",\n \"mime_type\": \"audio/mpeg\",\n \"size_bytes\": 1000000,\n \"hash\": \"1234567890\",\n \"speaker_separation\": {\n \"voice_id\": \"DCwhRBWXzGAHq8TQ4Fs18\",\n \"sample_id\": \"DCwhRBWXzGAHq8TQ4Fs18\",\n \"status\": \"not_started\"\n }\n }\n ],\n \"category\": \"professional\",\n \"fine_tuning\": {\n \"is_allowed_to_fine_tune\": true,\n \"state\": {\n \"eleven_multilingual_v2\": \"fine_tuned\"\n },\n \"verification_failures\": [\n \"verification_failures\"\n ],\n \"verification_attempts_count\": 2,\n \"manual_verification_requested\": false,\n \"verification_attempts\": [\n {\n \"text\": \"Hello, how are you?\",\n \"date_unix\": 1714204800,\n \"accepted\": true,\n \"similarity\": 0.95,\n \"levenshtein_distance\": 2,\n \"recording\": {\n \"recording_id\": \"CwhRBWXzGAHq8TQ4Fs17\",\n \"mime_type\": \"audio/mpeg\",\n \"size_bytes\": 1000000,\n \"upload_date_unix\": 1714204800,\n \"transcription\": \"Hello, how are you?\"\n }\n }\n ],\n \"manual_verification\": {\n \"extra_text\": \"Please verify the voice is that of a female.\",\n \"request_time_unix\": 1714204800,\n \"files\": [\n {\n \"file_id\": \"CwhRBWXzGAHq8TQ4Fs18\",\n \"file_name\": \"file.mp3\",\n \"mime_type\": \"audio/mpeg\",\n \"size_bytes\": 1000000,\n \"upload_date_unix\": 1714204800\n }\n ]\n }\n },\n \"labels\": {\n \"accent\": \"American\",\n \"age\": \"middle-aged\",\n \"description\": \"expressive\",\n \"gender\": \"female\",\n \"use_case\": \"social media\"\n },\n \"description\": \"A warm, expressive voice with a touch of humor.\",\n \"preview_url\": \"https://storage.googleapis.com/eleven-public-prod/premade/voices/9BWtsMINqrJLrRacOk9x/405766b8-1f4e-4d3c-aba1-6f25333823ec.mp3\",\n \"available_for_tiers\": [\n \"creator\",\n \"enterprise\"\n ],\n \"settings\": {\n \"stability\": 1,\n \"use_speaker_boost\": true,\n \"similarity_boost\": 1,\n \"style\": 0,\n \"speed\": 1\n },\n \"sharing\": {\n \"status\": \"enabled\",\n \"history_item_sample_id\": \"DCwhRBWXzGAHq8TQ4Fs18\",\n \"date_unix\": 1714204800,\n \"whitelisted_emails\": [\n \"example@example.com\"\n ],\n \"public_owner_id\": \"DCwhRBWXzGAHq8TQ4Fs18\",\n \"original_voice_id\": \"DCwhRBWXzGAHq8TQ4Fs18\",\n \"financial_rewards_enabled\": true,\n \"free_users_allowed\": true,\n \"live_moderation_enabled\": true,\n \"rate\": 0.05,\n \"notice_period\": 30,\n \"disable_at_unix\": 1714204800,\n \"voice_mixing_allowed\": false,\n \"featured\": true,\n \"category\": \"professional\",\n \"reader_app_enabled\": true,\n \"liked_by_count\": 100,\n \"cloned_by_count\": 50,\n \"name\": \"Rachel\",\n \"description\": \"A female voice with a soft and friendly tone.\",\n \"labels\": {\n \"accent\": \"American\",\n \"gender\": \"female\"\n },\n \"review_status\": \"allowed\",\n \"enabled_in_library\": true,\n \"moderation_check\": {\n \"date_checked_unix\": 1714204800,\n \"name_value\": \"Rachel\",\n \"name_check\": true,\n \"description_value\": \"A female voice with a soft and friendly tone.\",\n \"description_check\": true,\n \"sample_ids\": [\n \"sample1\",\n \"sample2\"\n ],\n \"sample_checks\": [\n 0.95,\n 0.98\n ],\n \"captcha_ids\": [\n \"captcha1\",\n \"captcha2\"\n ],\n \"captcha_checks\": [\n 0.95,\n 0.98\n ]\n },\n \"reader_restricted_on\": [\n {\n \"resource_type\": \"read\",\n \"resource_id\": \"FCwhRBWXzGAHq8TQ4Fs18\"\n }\n ]\n },\n \"high_quality_base_model_ids\": [\n \"eleven_v2_flash\",\n \"eleven_flash_v2\",\n \"eleven_turbo_v2_5\",\n \"eleven_multilingual_v2\",\n \"eleven_v2_5_flash\",\n \"eleven_flash_v2_5\",\n \"eleven_turbo_v2\"\n ],\n \"verified_languages\": [\n {\n \"language\": \"en\",\n \"model_id\": \"eleven_multilingual_v2\",\n \"accent\": \"american\",\n \"locale\": \"en-US\",\n \"preview_url\": \"https://storage.googleapis.com/eleven-public-prod/premade/voices/9BWtsMINqrJLrRacOk9x/405766b8-1f4e-4d3c-aba1-6f25333823ec.mp3\"\n }\n ],\n \"collection_ids\": [\n \"collection_ids\"\n ],\n \"safety_control\": \"NONE\",\n \"voice_verification\": {\n \"requires_verification\": false,\n \"is_verified\": true,\n \"verification_failures\": [\n \"verification_failures\"\n ],\n \"verification_attempts_count\": 0,\n \"language\": \"en\",\n \"verification_attempts\": [\n {\n \"text\": \"Hello, how are you?\",\n \"date_unix\": 1714204800,\n \"accepted\": true,\n \"similarity\": 0.95,\n \"levenshtein_distance\": 2,\n \"recording\": {\n \"recording_id\": \"CwhRBWXzGAHq8TQ4Fs17\",\n \"mime_type\": \"audio/mpeg\",\n \"size_bytes\": 1000000,\n \"upload_date_unix\": 1714204800,\n \"transcription\": \"Hello, how are you?\"\n }\n }\n ]\n },\n \"permission_on_resource\": \"permission_on_resource\",\n \"is_owner\": false,\n \"is_legacy\": false,\n \"is_mixed\": false,\n \"favorited_at_unix\": 1,\n \"created_at_unix\": 1,\n \"is_bookmarked\": true,\n \"recording_quality\": \"studio\",\n \"labelling_status\": \"in_review\",\n \"recording_quality_reason\": \"recording_quality_reason\"\n }\n ],\n \"publishing_read\": {\n \"read_id\": \"read_id\",\n \"created_at_unix\": 1,\n \"updated_at_unix\": 1,\n \"word_count\": 1,\n \"char_count\": 1,\n \"chapters\": [\n {\n \"chapter_name\": \"chapter_name\",\n \"word_count\": 1,\n \"char_count\": 1,\n \"starting_char_offset\": 1\n }\n ],\n \"title\": \"title\",\n \"author\": \"author\",\n \"description\": \"description\",\n \"article_image_url\": \"article_image_url\",\n \"language\": \"language\",\n \"locale\": \"locale\",\n \"display_mode\": \"text\",\n \"genre\": [\n \"Fantasy\"\n ],\n \"fiction\": \"fiction\",\n \"content_type\": \"content_type\",\n \"original_file_type\": \"original_file_type\",\n \"target_audience\": \"children\",\n \"mature_content\": true,\n \"safesearch_adult\": true,\n \"origin\": \"origin\",\n \"publication_date\": \"publication_date\",\n \"isbn\": \"isbn\",\n \"ean\": \"ean\",\n \"legal_terms\": {\n \"terms\": \"terms\",\n \"start_date\": \"start_date\",\n \"end_date\": \"end_date\"\n },\n \"content_guidelines_terms\": {\n \"terms\": \"terms\",\n \"start_date\": \"start_date\",\n \"end_date\": \"end_date\"\n },\n \"last_updated_from_project_unix\": 1,\n \"publishing_project_id\": \"publishing_project_id\",\n \"publishing_state\": \"publishing_state\",\n \"publisher_profile_id\": \"publisher_profile_id\",\n \"quality_score\": 1,\n \"publisher\": \"publisher\",\n \"copyright\": \"copyright\",\n \"subtitle\": \"subtitle\",\n \"distribution_territories\": [\n \"distribution_territories\"\n ],\n \"edition\": \"edition\",\n \"contributors\": [\n {\n \"name\": \"name\",\n \"role\": \"role\"\n }\n ],\n \"payout_type\": \"none\",\n \"list_price\": 1.1,\n \"currency\": \"usd\",\n \"original_audio_project_export_id\": \"original_audio_project_export_id\",\n \"original_audio_document_id\": \"original_audio_document_id\",\n \"series_id\": \"series_id\",\n \"volume\": 1,\n \"published_at_unix\": 1,\n \"read_slug\": \"read_slug\",\n \"preview_audio_object\": {\n \"voice_id\": \"voice_id\",\n \"text\": \"text\",\n \"audio_url\": \"audio_url\",\n \"hls_manifest_url\": \"hls_manifest_url\",\n \"dash_manifest_url\": \"dash_manifest_url\",\n \"is_auto_generated\": true,\n \"generated_at_unix\": 1\n },\n \"sample_config\": {\n \"is_sample\": true,\n \"parent_id\": \"parent_id\",\n \"parent_type\": \"read\",\n \"chapter_ids\": [\n \"chapter_ids\"\n ]\n },\n \"review\": {\n \"review_status\": \"approved\",\n \"reviewed_at_unix\": 1,\n \"reviewed_by\": \"reviewed_by\",\n \"reject_reasons\": [\n \"lacks_structure\"\n ],\n \"rejected_details\": \"rejected_details\",\n \"explanation\": \"explanation\"\n },\n \"voice_id\": \"voice_id\",\n \"can_use_assistant\": true,\n \"is_voice_changer_on\": true\n }\n}" @@ -7623,8 +9101,13 @@ "default_paragraph_voice_id": "21m00Tcm4TlvDq8ikWAM" }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"project\": {\n \"project_id\": \"aw1NgEzBg83R7vgmiJt6\",\n \"name\": \"My Project\",\n \"create_date_unix\": 1714204800,\n \"created_by_user_id\": \"Vbtgl3bRdj6lk79rYAgx\",\n \"default_title_voice_ref_id\": \"JBFqnCBsd6RMkjVDRZzb\",\n \"default_paragraph_voice_ref_id\": \"JBFqnCBsd6RMkjVDRZzb\",\n \"default_model_id\": \"eleven_multilingual_v2\",\n \"last_conversion_date_unix\": 1714204800,\n \"can_be_downloaded\": true,\n \"title\": \"My Project\",\n \"author\": \"John Doe\",\n \"description\": \"This is a description of my project.\",\n \"genres\": [\n \"Novel\",\n \"Short Story\"\n ],\n \"cover_image_url\": \"https://example.com/cover.jpg\",\n \"target_audience\": \"young adult\",\n \"language\": \"en\",\n \"content_type\": \"Novel\",\n \"original_publication_date\": \"2025-01-01\",\n \"mature_content\": false,\n \"isbn_number\": \"978-90-274-3964-2\",\n \"volume_normalization\": true,\n \"state\": \"default\",\n \"access_level\": \"viewer\",\n \"fiction\": \"fiction\",\n \"quality_check_on\": false,\n \"quality_check_on_when_bulk_convert\": false,\n \"creation_meta\": {\n \"creation_progress\": 0.5,\n \"status\": \"pending\",\n \"type\": \"blank\"\n },\n \"source_type\": \"blank\",\n \"chapters_enabled\": true,\n \"captions_enabled\": true,\n \"caption_style\": {\n \"template\": {\n \"key\": \"key\",\n \"label\": \"label\"\n },\n \"text_font\": \"text_font\",\n \"text_scale\": 1.1,\n \"text_color\": \"text_color\",\n \"text_align\": \"start\",\n \"text_style\": \"normal\",\n \"text_weight\": \"normal\",\n \"text_transform\": \"none\",\n \"text_blend_mode\": \"normal\",\n \"text_shadow\": {\n \"enabled\": true,\n \"color\": \"color\",\n \"opacity\": 1.1,\n \"blur\": 1.1,\n \"offset_x\": 1.1,\n \"offset_y\": 1.1\n },\n \"text_outline\": {\n \"enabled\": true,\n \"color\": \"color\",\n \"opacity\": 1.1,\n \"width\": 1.1\n },\n \"background_enabled\": true,\n \"background_color\": \"background_color\",\n \"background_opacity\": 1.1,\n \"background_blur\": 1.1,\n \"background_border_radius\": 1.1,\n \"word_highlights_enabled\": true,\n \"word_highlights_color\": \"word_highlights_color\",\n \"word_highlights_background_color\": \"word_highlights_background_color\",\n \"word_highlights_opacity\": 1.1,\n \"word_highlights_border_radius\": 1.1,\n \"word_highlights_blur\": 1.1,\n \"section_animation\": {\n \"enter_type\": \"none\",\n \"exit_type\": \"none\"\n },\n \"word_animation\": {\n \"enter_type\": \"none\",\n \"exit_type\": \"none\"\n },\n \"character_animation\": {\n \"enter_type\": \"none\",\n \"exit_type\": \"none\"\n },\n \"cursor_enabled\": true,\n \"width_pct\": 1.1,\n \"horizontal_placement\": {\n \"align\": \"left\",\n \"translate_pct\": 1.1\n },\n \"vertical_placement\": {\n \"align\": \"top\",\n \"translate_pct\": 1.1\n },\n \"auto_break_enabled\": true,\n \"max_lines_per_section\": 1,\n \"max_words_per_line\": 1\n },\n \"caption_style_template_overrides\": {\n \"key\": {}\n },\n \"public_share_id\": \"abc123def456789\",\n \"aspect_ratio\": \"16:9\",\n \"agent_settings\": {\n \"tool_settings\": {\n \"key\": {}\n }\n }\n }\n}" @@ -7639,8 +9122,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"status\": \"ok\"\n}" @@ -7655,8 +9143,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"status\": \"ok\"\n}" @@ -7671,8 +9164,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"chapter_ids\": [\n \"aw1NgEzBg83R7vgmiJt6\"\n ]\n}" @@ -7694,8 +9192,13 @@ ] }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "specFilledBodyProperties": [ "pronunciation_dictionary_locators[0].version_id" ], @@ -7713,8 +9216,13 @@ }, "body": {}, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "multipartFields": [ { "wireName": "from_url", @@ -7751,8 +9259,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"snapshots\": [\n {\n \"project_snapshot_id\": \"aw1NgEzBg83R7vgmiJt6\",\n \"project_id\": \"aw1NgEzBg83R7vgmiJt6\",\n \"created_at_unix\": 1714204800,\n \"name\": \"My Project Snapshot\",\n \"audio_upload\": {\n \"key\": \"value\"\n },\n \"zip_upload\": {\n \"key\": \"value\"\n }\n }\n ]\n}" @@ -7768,8 +9281,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"project_snapshot_id\": \"aw1NgEzBg83R7vgmiJt6\",\n \"project_id\": \"aw1NgEzBg83R7vgmiJt6\",\n \"created_at_unix\": 1714204800,\n \"name\": \"My Project Snapshot\",\n \"audio_upload\": {\n \"key\": \"value\"\n },\n \"zip_upload\": {\n \"key\": \"value\"\n },\n \"character_alignments\": [\n {\n \"characters\": [\n \"characters\"\n ],\n \"character_start_times_seconds\": [\n 1.1\n ],\n \"character_end_times_seconds\": [\n 1.1\n ]\n }\n ],\n \"audio_duration_secs\": 123.45\n}" @@ -7785,8 +9303,13 @@ }, "body": {}, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"key\": \"value\"\n}" @@ -7802,8 +9325,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"key\": \"value\"\n}" @@ -7818,8 +9346,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"chapters\": [\n {\n \"chapter_id\": \"aw1NgEzBg83R7vgmiJt6\",\n \"name\": \"Chapter 1\",\n \"last_conversion_date_unix\": 1714204800,\n \"conversion_progress\": 0.5,\n \"can_be_downloaded\": true,\n \"state\": \"converting\",\n \"has_video\": true,\n \"has_visual_content\": true,\n \"voice_ids\": [\n \"voice_ids\"\n ],\n \"statistics\": {\n \"characters_unconverted\": 1000,\n \"characters_converted\": 500,\n \"paragraphs_converted\": 20,\n \"paragraphs_unconverted\": 10,\n \"credits_needed_to_convert\": 1000,\n \"voice_statistics\": [\n {\n \"project_voice_ref_id\": \"voice123\",\n \"characters_unconverted\": 600,\n \"characters_converted\": 300\n },\n {\n \"project_voice_ref_id\": \"voice456\",\n \"characters_unconverted\": 400,\n \"characters_converted\": 200\n }\n ]\n },\n \"last_conversion_error\": \"Error message\"\n }\n ]\n}" @@ -7836,8 +9369,13 @@ "name": "Chapter 1" }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"chapter\": {\n \"chapter_id\": \"aw1NgEzBg83R7vgmiJt6\",\n \"name\": \"Chapter 1\",\n \"last_conversion_date_unix\": 1714204800,\n \"conversion_progress\": 0.5,\n \"can_be_downloaded\": true,\n \"state\": \"default\",\n \"has_video\": true,\n \"has_visual_content\": true,\n \"voice_ids\": [\n \"voice_ids\"\n ],\n \"statistics\": {\n \"characters_unconverted\": 100,\n \"characters_converted\": 200,\n \"paragraphs_converted\": 5,\n \"paragraphs_unconverted\": 3,\n \"credits_needed_to_convert\": 1,\n \"voice_statistics\": [\n {\n \"project_voice_ref_id\": \"project_voice_ref_id\",\n \"characters_unconverted\": 1,\n \"characters_converted\": 1\n }\n ]\n },\n \"last_conversion_error\": \"last_conversion_error\",\n \"content\": {\n \"blocks\": [\n {\n \"block_id\": \"block_id\",\n \"nodes\": [\n {\n \"project_voice_ref_id\": \"project_voice_ref_id\",\n \"text\": \"text\",\n \"type\": \"tts_node\"\n }\n ]\n }\n ]\n }\n }\n}" @@ -7853,8 +9391,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"chapter_id\": \"aw1NgEzBg83R7vgmiJt6\",\n \"name\": \"Chapter 1\",\n \"last_conversion_date_unix\": 1714204800,\n \"conversion_progress\": 0.5,\n \"can_be_downloaded\": true,\n \"state\": \"default\",\n \"has_video\": true,\n \"has_visual_content\": true,\n \"voice_ids\": [\n \"voice_ids\"\n ],\n \"statistics\": {\n \"characters_unconverted\": 100,\n \"characters_converted\": 200,\n \"paragraphs_converted\": 5,\n \"paragraphs_unconverted\": 3,\n \"credits_needed_to_convert\": 1,\n \"voice_statistics\": [\n {\n \"project_voice_ref_id\": \"project_voice_ref_id\",\n \"characters_unconverted\": 1,\n \"characters_converted\": 1\n }\n ]\n },\n \"last_conversion_error\": \"last_conversion_error\",\n \"content\": {\n \"blocks\": [\n {\n \"block_id\": \"block_id\",\n \"nodes\": [\n {\n \"project_voice_ref_id\": \"project_voice_ref_id\",\n \"text\": \"text\",\n \"type\": \"tts_node\"\n }\n ]\n }\n ]\n }\n}" @@ -7870,8 +9413,13 @@ }, "body": {}, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"chapter\": {\n \"chapter_id\": \"aw1NgEzBg83R7vgmiJt6\",\n \"name\": \"Chapter 1\",\n \"last_conversion_date_unix\": 1714204800,\n \"conversion_progress\": 0.5,\n \"can_be_downloaded\": true,\n \"state\": \"default\",\n \"has_video\": true,\n \"has_visual_content\": true,\n \"voice_ids\": [\n \"voice_ids\"\n ],\n \"statistics\": {\n \"characters_unconverted\": 100,\n \"characters_converted\": 200,\n \"paragraphs_converted\": 5,\n \"paragraphs_unconverted\": 3,\n \"credits_needed_to_convert\": 1,\n \"voice_statistics\": [\n {\n \"project_voice_ref_id\": \"project_voice_ref_id\",\n \"characters_unconverted\": 1,\n \"characters_converted\": 1\n }\n ]\n },\n \"last_conversion_error\": \"last_conversion_error\",\n \"content\": {\n \"blocks\": [\n {\n \"block_id\": \"block_id\",\n \"nodes\": [\n {\n \"project_voice_ref_id\": \"project_voice_ref_id\",\n \"text\": \"text\",\n \"type\": \"tts_node\"\n }\n ]\n }\n ]\n }\n }\n}" @@ -7887,8 +9435,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"status\": \"ok\"\n}" @@ -7904,8 +9457,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"status\": \"ok\"\n}" @@ -7921,8 +9479,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"snapshots\": [\n {\n \"chapter_snapshot_id\": \"aw1NgEzBg83R7vgmiJt1\",\n \"project_id\": \"aw1NgEzBg83R7vgmiJt2\",\n \"chapter_id\": \"aw1NgEzBg83R7vgmiJt3\",\n \"created_at_unix\": 1714204800,\n \"name\": \"My Chapter Snapshot\"\n }\n ]\n}" @@ -7939,8 +9502,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"chapter_snapshot_id\": \"aw1NgEzBg83R7vgmiJt1\",\n \"project_id\": \"aw1NgEzBg83R7vgmiJt2\",\n \"chapter_id\": \"aw1NgEzBg83R7vgmiJt3\",\n \"created_at_unix\": 1714204800,\n \"name\": \"My Chapter Snapshot\",\n \"character_alignments\": [\n {\n \"characters\": [\n \"characters\"\n ],\n \"character_start_times_seconds\": [\n 1.1\n ],\n \"character_end_times_seconds\": [\n 1.1\n ]\n }\n ]\n}" @@ -7957,8 +9525,13 @@ }, "body": {}, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"key\": \"value\"\n}" @@ -7973,8 +9546,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"key\": \"value\"\n}" @@ -7989,8 +9567,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"token\": \"sutkn_1234567890\"\n}" @@ -8003,8 +9586,13 @@ "params": {}, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"tier\": \"starter\",\n \"character_count\": 1000,\n \"character_limit\": 10000,\n \"max_character_limit_extension\": 10000,\n \"max_credit_limit_extension\": 10000,\n \"can_extend_character_limit\": true,\n \"allowed_to_extend_character_limit\": true,\n \"next_character_count_reset_unix\": 1738356858,\n \"voice_slots_used\": 1,\n \"professional_voice_slots_used\": 0,\n \"professional_voice_slots_used_in_workspace\": 0,\n \"voice_limit\": 10,\n \"max_voice_add_edits\": 1,\n \"voice_add_edit_counter\": 0,\n \"professional_voice_limit\": 1,\n \"can_extend_voice_limit\": true,\n \"can_use_instant_voice_cloning\": true,\n \"can_use_professional_voice_cloning\": true,\n \"currency\": \"usd\",\n \"current_overage\": {\n \"amount\": \"0\",\n \"currency\": \"usd\"\n },\n \"status\": \"active\",\n \"billing_period\": \"monthly_period\",\n \"character_refresh_period\": \"monthly_period\",\n \"next_invoice\": {\n \"amount_due_cents\": 1000,\n \"subtotal_cents\": 900,\n \"tax_cents\": 100,\n \"discount_percent_off\": 1.1,\n \"discount_amount_off\": 1.1,\n \"discounts\": [\n {\n \"discount_percent_off\": 20\n }\n ],\n \"next_payment_attempt_unix\": 1738356858,\n \"payment_intent_status\": \"processing\",\n \"payment_intent_statusses\": [\n \"processing\",\n \"succeeded\"\n ]\n },\n \"open_invoices\": [\n {\n \"amount_due_cents\": 1000,\n \"subtotal_cents\": 900,\n \"tax_cents\": 100,\n \"discount_percent_off\": 1.1,\n \"discount_amount_off\": 1.1,\n \"discounts\": [\n {\n \"discount_percent_off\": 20\n }\n ],\n \"next_payment_attempt_unix\": 1738356858,\n \"payment_intent_status\": \"processing\",\n \"payment_intent_statusses\": [\n \"processing\",\n \"succeeded\"\n ]\n }\n ],\n \"has_open_invoices\": true,\n \"pending_change\": {\n \"kind\": \"change\",\n \"next_tier\": \"free\",\n \"next_billing_period\": \"monthly_period\",\n \"timestamp_seconds\": 1\n },\n \"has_used_starter_coupon_on_account\": false,\n \"has_used_creator_coupon_on_account\": false\n}" @@ -8017,8 +9605,13 @@ "params": {}, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"stability\": 1,\n \"use_speaker_boost\": true,\n \"similarity_boost\": 1,\n \"style\": 0,\n \"speed\": 1\n}" @@ -8033,8 +9626,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"stability\": 1,\n \"use_speaker_boost\": true,\n \"similarity_boost\": 1,\n \"style\": 0,\n \"speed\": 1\n}" @@ -8055,8 +9653,13 @@ "speed": 1 }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"status\": \"ok\"\n}" @@ -8081,8 +9684,13 @@ "value": "model_id" } ], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"accents\": [\n {\n \"accent\": \"american\",\n \"language\": \"en\",\n \"code\": \"en-american\",\n \"name\": \"American\"\n }\n ]\n}" @@ -8097,8 +9705,13 @@ "name": "name" }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "multipartFields": [ { "wireName": "name", @@ -8141,8 +9754,13 @@ "language": "en" }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"voice_id\": \"b38kUX8pkfYO2kHyqfFy\"\n}" @@ -8157,8 +9775,13 @@ }, "body": {}, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"voice_id\": \"b38kUX8pkfYO2kHyqfFy\"\n}" @@ -8173,8 +9796,13 @@ }, "body": {}, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"status\": \"ok\"\n}" @@ -8189,8 +9817,13 @@ }, "body": {}, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "multipartFields": [ { "wireName": "files", @@ -8218,8 +9851,13 @@ }, "body": {}, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"voice_id\": \"b38kUX8pkfYO2kHyqfFy\"\n}" @@ -8235,8 +9873,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"status\": \"ok\"\n}" @@ -8251,8 +9894,13 @@ }, "body": {}, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "multipartFields": [ { "wireName": "files", @@ -8286,8 +9934,13 @@ "value": "true" } ], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"audio_base_64\": \"audio_base_64\",\n \"voice_id\": \"DCwhRBWXzGAHq8TQ4Fs18\",\n \"sample_id\": \"DCwhRBWXzGAHq8TQ4Fs18\",\n \"media_type\": \"audio/mpeg\",\n \"duration_secs\": 5\n}" @@ -8303,8 +9956,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"sample_id\": \"DCwhRBWXzGAHq8TQ4Fs18\",\n \"visual_waveform\": [\n 0.1,\n 0.2,\n 0.3,\n 0.4,\n 0.5\n ]\n}" @@ -8320,8 +9978,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"voice_id\": \"DCwhRBWXzGAHq8TQ4Fs18\",\n \"sample_id\": \"DCwhRBWXzGAHq8TQ4Fs18\",\n \"status\": \"not_started\",\n \"speakers\": {\n \"key\": {\n \"speaker_id\": \"DCwhRBWXzGAHq8TQ4Fs18\",\n \"duration_secs\": 5,\n \"utterances\": [\n {\n \"start\": 0,\n \"end\": 1\n }\n ]\n }\n },\n \"selected_speaker_ids\": [\n \"selected_speaker_ids\"\n ]\n}" @@ -8337,8 +10000,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"status\": \"ok\"\n}" @@ -8355,8 +10023,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"audio_base_64\": \"audio_base_64\",\n \"media_type\": \"audio/mpeg\",\n \"duration_secs\": 5\n}" @@ -8371,8 +10044,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "\"\"" @@ -8387,8 +10065,13 @@ }, "body": {}, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "multipartFields": [ { "wireName": "recording", @@ -8411,8 +10094,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"key\": \"value\"\n}" @@ -8462,8 +10150,13 @@ "value": "activity_name" } ], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"entries\": [\n {\n \"metadata\": {\n \"key\": \"value\"\n },\n \"time\": 1,\n \"activity_id\": 1,\n \"activity_name\": \"activity_name\",\n \"category_name\": \"category_name\",\n \"category_uid\": 1,\n \"class_name\": \"class_name\",\n \"class_uid\": 1,\n \"severity_id\": 1,\n \"status_id\": 1,\n \"actor\": {\n \"user\": {}\n },\n \"http_request\": {\n \"http_method\": \"http_method\",\n \"url\": {}\n },\n \"message\": \"message\",\n \"unmapped\": {\n \"key\": \"value\"\n },\n \"id\": \"id\",\n \"time_dt\": \"time_dt\",\n \"type_uid\": 1,\n \"type_name\": \"type_name\"\n }\n ],\n \"has_more\": true,\n \"next_cursor\": \"next_cursor\"\n}" @@ -8476,8 +10169,13 @@ "params": {}, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"auth_connections\": [\n {\n \"name\": \"name\",\n \"provider\": \"provider\",\n \"token_url\": \"token_url\",\n \"scopes\": [\n \"scopes\"\n ],\n \"scope_separator\": \" \",\n \"expires_at\": \"expires_at\",\n \"integration_id\": \"integration_id\",\n \"credential_id\": \"credential_id\",\n \"id\": \"id\",\n \"status\": \"active\",\n \"status_detail\": \"status_detail\",\n \"status_updated_at\": \"status_updated_at\",\n \"auth_type\": \"api_integration_oauth2_auth_code\"\n }\n ]\n}" @@ -8497,8 +10195,13 @@ "auth_type": "oauth2_client_credentials" }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"name\": \"name\",\n \"provider\": \"provider\",\n \"client_id\": \"client_id\",\n \"token_url\": \"token_url\",\n \"scopes\": [\n \"scopes\"\n ],\n \"extra_params\": {\n \"key\": \"value\"\n },\n \"basic_auth_in_header\": true,\n \"id\": \"id\",\n \"used_by\": {\n \"tools\": [\n {\n \"id\": \"id\",\n \"name\": \"name\",\n \"created_at_unix_secs\": 1,\n \"access_level\": \"admin\",\n \"type\": \"available\"\n }\n ],\n \"mcp_servers\": [\n {\n \"id\": \"id\",\n \"name\": \"name\",\n \"created_at_unix_secs\": 1,\n \"access_level\": \"admin\",\n \"type\": \"available\"\n }\n ],\n \"integration_connections\": [\n {\n \"id\": \"id\",\n \"name\": \"name\"\n }\n ]\n },\n \"status\": \"active\",\n \"status_detail\": \"status_detail\",\n \"status_updated_at\": \"status_updated_at\",\n \"custom_headers\": {\n \"key\": \"value\"\n },\n \"auth_type\": \"oauth2_client_credentials\"\n}" @@ -8513,8 +10216,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"key\": \"value\"\n}" @@ -8531,8 +10239,13 @@ "auth_type": "oauth2_client_credentials" }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"name\": \"name\",\n \"provider\": \"provider\",\n \"client_id\": \"client_id\",\n \"token_url\": \"token_url\",\n \"scopes\": [\n \"scopes\"\n ],\n \"extra_params\": {\n \"key\": \"value\"\n },\n \"basic_auth_in_header\": true,\n \"id\": \"id\",\n \"used_by\": {\n \"tools\": [\n {\n \"id\": \"id\",\n \"name\": \"name\",\n \"created_at_unix_secs\": 1,\n \"access_level\": \"admin\",\n \"type\": \"available\"\n }\n ],\n \"mcp_servers\": [\n {\n \"id\": \"id\",\n \"name\": \"name\",\n \"created_at_unix_secs\": 1,\n \"access_level\": \"admin\",\n \"type\": \"available\"\n }\n ],\n \"integration_connections\": [\n {\n \"id\": \"id\",\n \"name\": \"name\"\n }\n ]\n },\n \"status\": \"active\",\n \"status_detail\": \"status_detail\",\n \"status_updated_at\": \"status_updated_at\",\n \"custom_headers\": {\n \"key\": \"value\"\n },\n \"auth_type\": \"oauth2_client_credentials\"\n}" @@ -8545,8 +10258,13 @@ "params": {}, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"key\": {\n \"name\": \"name\",\n \"id\": \"id\",\n \"members\": [\n \"members\"\n ],\n \"permissions\": [\n \"text_to_speech\"\n ],\n \"group_usage_limit\": \"unlimited\",\n \"group_pvc_limit\": \"unlimited\",\n \"character_count\": 1,\n \"is_scim_synced\": true,\n \"scim_group\": {\n \"scim_external_id\": \"scim_external_id\",\n \"display_name\": \"display_name\",\n \"created_at_unix\": 1,\n \"updated_at_unix\": 1,\n \"seat_type\": \"workspace_admin\"\n },\n \"scim_frozen\": true\n }\n}" @@ -8566,8 +10284,13 @@ "value": "name" } ], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "[\n {\n \"name\": \"My Workspace Group\",\n \"id\": \"1234567890\",\n \"members_emails\": [\n \"john.doe@example.com\",\n \"jane.smith@example.com\"\n ]\n }\n]" @@ -8582,8 +10305,13 @@ "email": "john.doe@testmail.com" }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"status\": \"ok\"\n}" @@ -8600,8 +10328,13 @@ ] }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"status\": \"ok\"\n}" @@ -8616,8 +10349,13 @@ "email": "john.doe@testmail.com" }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"status\": \"ok\"\n}" @@ -8630,8 +10368,13 @@ "params": {}, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "[\n {\n \"user_id\": \"user_id\",\n \"email\": \"email\",\n \"first_name\": \"first_name\",\n \"seat_type\": \"workspace_admin\",\n \"is_owner\": true,\n \"is_locked\": true\n }\n]" @@ -8646,8 +10389,13 @@ "email": "email" }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"status\": \"ok\"\n}" @@ -8668,8 +10416,13 @@ "value": "voice" } ], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"resource_id\": \"4ZUqyldxf71HqUbcP2Lc\",\n \"resource_name\": \"My Custom Voice\",\n \"resource_type\": \"voice\",\n \"creator_user_id\": \"5zavrE1kZXv2lFw9BKgEkf0B5Wqo\",\n \"anonymous_access_level_override\": \"viewer\",\n \"role_to_group_ids\": {\n \"admin\": [\n \"5zavrE1kZXv2lFw9BKgEkf0B5Wqo\"\n ],\n \"editor\": [\n \"8ruQDGM2R4w1mFbHI5aROCUjIpJZ\"\n ],\n \"viewer\": [\n \"role_to_group_ids\"\n ]\n },\n \"share_options\": [\n {\n \"name\": \"user@example.com\",\n \"id\": \"i2YYI6huwBmcgYydAXARmQJc3pmX\",\n \"type\": \"user\"\n },\n {\n \"name\": \"mygroup\",\n \"id\": \"x1AfvYKAmiqxCnbvZeNXHqqthJaC\",\n \"type\": \"group\"\n }\n ]\n}" @@ -8687,8 +10440,13 @@ "resource_type": "voice" }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"key\": \"value\"\n}" @@ -8705,8 +10463,13 @@ "resource_type": "voice" }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"key\": \"value\"\n}" @@ -8722,8 +10485,13 @@ "end_time": 1 }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"columns\": [\n \"columns\"\n ],\n \"column_types\": [\n \"String\"\n ],\n \"rows\": [\n [\n \"rows\"\n ]\n ],\n \"column_units\": [\n \"ms\"\n ]\n}" @@ -8736,8 +10504,13 @@ "params": {}, "body": {}, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"columns\": [\n \"columns\"\n ],\n \"column_types\": [\n \"String\"\n ],\n \"rows\": [\n [\n \"rows\"\n ]\n ],\n \"column_units\": [\n \"ms\"\n ]\n}" @@ -8754,8 +10527,13 @@ "email": "email" }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"status\": \"ok\"\n}" @@ -8772,8 +10550,13 @@ "email": "email" }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"status\": \"ok\"\n}" @@ -8793,8 +10576,13 @@ "value": "self" } ], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 200, "body": "{\n \"key\": \"value\"\n}" @@ -8854,8 +10642,13 @@ "value": "TTS" } ], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -8871,8 +10664,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -8888,8 +10686,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -8905,8 +10708,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -8925,8 +10733,13 @@ ] }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -8942,8 +10755,13 @@ "text": "Spacious braam suitable for high-impact movie trailer moments" }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -8974,8 +10792,13 @@ "value": "search" } ], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -8991,8 +10814,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -9009,8 +10837,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -9035,8 +10868,13 @@ "value": "mp3_44100_128" } ], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -9070,8 +10908,13 @@ "value": "alaw_8000" } ], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -9096,8 +10939,13 @@ "value": "mp3_44100_128" } ], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -9122,8 +10970,13 @@ "value": "mp3_44100_128" } ], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -9148,8 +11001,13 @@ ] }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -9174,8 +11032,13 @@ ] }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -9212,8 +11075,13 @@ "value": "true" } ], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -9250,8 +11118,13 @@ "value": "true" } ], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -9275,8 +11148,13 @@ "value": "mp3_44100_128" } ], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "multipartFields": [ { "wireName": "audio", @@ -9332,8 +11210,13 @@ "value": "mp3_44100_128" } ], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "multipartFields": [ { "wireName": "audio", @@ -9388,8 +11271,13 @@ "value": "mp3_22050_32" } ], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -9407,8 +11295,13 @@ "generated_voice_id": "37HceQefKmEi3bGovXjL" }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -9431,8 +11324,13 @@ "value": "mp3_22050_32" } ], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -9456,8 +11354,13 @@ "value": "mp3_22050_32" } ], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -9471,8 +11374,13 @@ "params": {}, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -9493,8 +11401,13 @@ "value": "true" } ], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -9516,8 +11429,13 @@ "value": "true" } ], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -9533,8 +11451,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -9552,8 +11475,13 @@ "name": "name" }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "multipartFields": [ { "wireName": "name", @@ -9695,8 +11623,13 @@ "value": "true" } ], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -9714,8 +11647,13 @@ "target_workspace_id": "target_workspace_id" }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -9734,8 +11672,13 @@ "new_name": "John Smith" }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -9837,8 +11780,13 @@ "value": "1" } ], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -9852,8 +11800,13 @@ "params": {}, "body": {}, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "multipartFields": [ { "wireName": "audio_file", @@ -9897,8 +11850,13 @@ } }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -9956,8 +11914,13 @@ "value": "DESCENDING" } ], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -9971,8 +11934,13 @@ "params": {}, "body": {}, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "multipartFields": [ { "wireName": "file", @@ -10090,8 +12058,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -10107,8 +12080,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -10122,8 +12100,13 @@ "params": {}, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -10139,8 +12122,13 @@ "name": "name" }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "multipartFields": [ { "wireName": "name", @@ -10228,8 +12216,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -10245,8 +12238,13 @@ }, "body": {}, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "multipartFields": [ { "wireName": "file", @@ -10279,8 +12277,13 @@ "url": "https://elevenlabs.io/blog/the_first_ai_that_can_laugh/" }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -10331,8 +12334,13 @@ "value": "credits" } ], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -10348,8 +12356,13 @@ "name": "name" }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "multipartFields": [ { "wireName": "name", @@ -10396,8 +12409,13 @@ "name": "My Dictionary" }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -10413,8 +12431,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -10430,8 +12453,13 @@ }, "body": {}, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -10448,8 +12476,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -10490,8 +12523,13 @@ "value": "false" } ], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -10505,8 +12543,13 @@ "params": {}, "body": {}, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -10520,8 +12563,13 @@ "params": {}, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -10537,8 +12585,13 @@ "name": "name" }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -10559,8 +12612,13 @@ "value": "false" } ], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -10580,8 +12638,13 @@ } }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -10597,8 +12660,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -10617,8 +12685,13 @@ "name": "My Callback Webhook" }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -10632,8 +12705,13 @@ "params": {}, "body": {}, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -10647,8 +12725,13 @@ "params": {}, "body": {}, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -10669,8 +12752,13 @@ "value": "auto" } ], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -10684,8 +12772,13 @@ "params": {}, "body": {}, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -10699,8 +12792,13 @@ "params": {}, "body": {}, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "multipartFields": [ { "wireName": "file", @@ -10745,8 +12843,13 @@ "value": "true" } ], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "multipartFields": [ { "wireName": "model_id", @@ -10894,8 +12997,13 @@ "text": "text" }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "multipartFields": [ { "wireName": "file", @@ -10930,8 +13038,13 @@ "value": "true" } ], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -10958,8 +13071,13 @@ "value": "branch_id" } ], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -10975,8 +13093,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -11003,8 +13126,13 @@ "value": "branch_id" } ], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -11060,8 +13188,13 @@ "value": "cursor" } ], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -11077,8 +13210,13 @@ }, "body": {}, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -11102,8 +13240,13 @@ } }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -11127,8 +13270,13 @@ } }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -11150,8 +13298,13 @@ ] }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -11172,8 +13325,13 @@ "value": "agent_id" } ], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "multipartFields": [ { "wireName": "name", @@ -11204,8 +13362,13 @@ "params": {}, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -11221,8 +13384,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -11239,8 +13407,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -11281,8 +13454,13 @@ "value": "cursor" } ], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -11300,8 +13478,13 @@ } }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -11317,8 +13500,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -11334,8 +13522,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -11351,8 +13544,13 @@ }, "body": {}, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -11393,8 +13591,13 @@ "value": "string" } ], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -11414,8 +13617,13 @@ "type": "string" }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -11431,8 +13639,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -11450,8 +13663,13 @@ "values": {} }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -11487,8 +13705,13 @@ "value": "environment" } ], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -11524,8 +13747,13 @@ "value": "environment" } ], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -11694,8 +13922,13 @@ "value": "workflow_node_entered_id" } ], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -11721,8 +13954,13 @@ "value": "https://your-domain.zendesk.com/agent/tickets/12345" } ], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -11744,8 +13982,13 @@ "value": "json" } ], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -11761,8 +14004,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -11789,8 +14037,13 @@ "value": "cursor" } ], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -11808,8 +14061,13 @@ "to_number": "to_number" }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -11827,8 +14085,13 @@ "to_number": "to_number" }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -11846,8 +14109,13 @@ "to_number": "to_number" }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -11867,8 +14135,13 @@ "agent_id": "agent_id" }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -11898,8 +14171,13 @@ "agent_id": "agent_id" }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -11917,8 +14195,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -11940,8 +14223,13 @@ "value": "conversation_signature" } ], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -11957,8 +14245,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -11974,8 +14267,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -12044,8 +14342,13 @@ "value": "cursor" } ], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -12067,8 +14370,13 @@ ] }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -12102,8 +14410,13 @@ "value": "cursor" } ], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -12120,8 +14433,13 @@ "type": "llm" }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -12139,8 +14457,13 @@ ] }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -12156,8 +14479,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -12176,8 +14504,13 @@ "type": "llm" }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -12193,8 +14526,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -12213,8 +14551,13 @@ ] }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -12268,8 +14611,13 @@ "value": "all" } ], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -12330,8 +14678,13 @@ "value": "cursor" } ], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -12362,8 +14715,13 @@ "value": "branch_id" } ], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -12383,8 +14741,13 @@ "provider": "twilio" }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -12400,8 +14763,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -12417,8 +14785,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -12434,8 +14807,13 @@ }, "body": {}, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -12462,8 +14840,13 @@ "value": "cursor" } ], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -12481,8 +14864,13 @@ "rag_enabled": true }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -12496,8 +14884,13 @@ "params": {}, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -12551,8 +14944,13 @@ "value": "cursor" } ], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -12573,8 +14971,13 @@ } }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -12596,8 +14999,13 @@ "value": "environment" } ], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -12619,8 +15027,13 @@ "value": "true" } ], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -12643,8 +15056,13 @@ } }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -12671,8 +15089,13 @@ "value": "1" } ], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -12686,8 +15109,13 @@ "params": {}, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -12701,8 +15129,13 @@ "params": {}, "body": {}, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -12738,8 +15171,13 @@ "value": "cursor" } ], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -12757,8 +15195,13 @@ "value": "value" }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -12774,8 +15217,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -12791,8 +15239,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -12812,8 +15265,13 @@ "value": "value" }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -12841,8 +15299,13 @@ "value": "cursor" } ], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -12862,8 +15325,13 @@ ] }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -12894,8 +15362,13 @@ "value": "agent_id" } ], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -12911,8 +15384,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -12928,8 +15406,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -12945,8 +15428,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -12962,8 +15450,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -12979,8 +15472,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -12998,8 +15496,13 @@ "to_number": "to_number" }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -13013,8 +15516,13 @@ "params": {}, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -13033,8 +15541,13 @@ } }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -13050,8 +15563,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -13067,8 +15585,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -13084,8 +15607,13 @@ }, "body": {}, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -13101,8 +15629,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -13118,8 +15651,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -13135,8 +15673,13 @@ }, "body": {}, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -13157,8 +15700,13 @@ "value": "agent_id" } ], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -13190,8 +15738,13 @@ "value": "true" } ], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -13211,8 +15764,13 @@ "description": "description" }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -13229,8 +15787,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -13247,8 +15810,13 @@ }, "body": {}, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -13276,8 +15844,13 @@ "value": "true" } ], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -13300,8 +15873,13 @@ "value": "agtbrch_8901k4t9z5defmb8vh3e9361y7nj" } ], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -13318,8 +15896,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -13336,8 +15919,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -13354,8 +15942,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -13383,8 +15976,13 @@ } }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -13535,8 +16133,13 @@ "value": "agtbrch_8901k4t9z5defmb8vh3e9361y7nj" } ], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -13558,8 +16161,13 @@ "value": "agtbrch_8901k4t9z5defmb8vh3e9361y7nj" } ], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -13576,8 +16184,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -13594,8 +16207,13 @@ }, "body": {}, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -13612,8 +16230,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -13637,8 +16260,13 @@ "value": "version_id" } ], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -13656,8 +16284,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -13673,8 +16306,13 @@ }, "body": {}, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -13695,8 +16333,13 @@ "value": "agent_id" } ], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -13712,8 +16355,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -13731,8 +16379,13 @@ "feedback": "like" }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -13881,8 +16534,13 @@ "value": "cursor" } ], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -13918,8 +16576,13 @@ "value": "cursor" } ], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -13939,8 +16602,13 @@ ] }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -13957,8 +16625,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -13984,8 +16657,13 @@ "value": "cursor" } ], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -14001,8 +16679,13 @@ "title": "title" }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -14018,8 +16701,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -14035,8 +16723,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -14052,8 +16745,13 @@ }, "body": {}, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -14069,8 +16767,13 @@ }, "body": {}, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "multipartFields": [ { "wireName": "file", @@ -14094,8 +16797,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -14122,8 +16830,13 @@ "value": "1" } ], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -14139,8 +16852,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -14158,8 +16876,13 @@ "evaluation_id": "evaluation_id" }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -14173,8 +16896,13 @@ "params": {}, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -14188,8 +16916,13 @@ "params": {}, "body": {}, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -14205,8 +16938,13 @@ "url": "url" }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -14220,8 +16958,13 @@ "params": {}, "body": {}, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "multipartFields": [ { "wireName": "file", @@ -14254,8 +16997,13 @@ "text": "text" }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -14271,8 +17019,13 @@ "name": "name" }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -14294,8 +17047,13 @@ "value": "agent_id" } ], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -14317,8 +17075,13 @@ "value": "true" } ], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -14334,8 +17097,13 @@ }, "body": {}, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -14367,8 +17135,13 @@ "value": "cursor" } ], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -14404,8 +17177,13 @@ "value": "cursor" } ], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -14421,8 +17199,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -14438,8 +17221,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -14455,8 +17243,13 @@ }, "body": {}, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -14475,8 +17268,13 @@ ] }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -14495,8 +17293,13 @@ ] }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -14525,8 +17328,13 @@ "value": "cursor" } ], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -14542,8 +17350,13 @@ "url": "url" }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -14559,8 +17372,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -14576,8 +17394,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -14593,8 +17416,13 @@ }, "body": {}, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "multipartFields": [ { "wireName": "file", @@ -14617,8 +17445,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -14636,8 +17469,13 @@ "model": "e5_mistral_7b_instruct" }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -14656,8 +17494,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -14680,8 +17523,13 @@ "value": "e5_mistral_7b_instruct" } ], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -14713,8 +17561,13 @@ "value": "cursor" } ], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -14736,8 +17589,13 @@ "value": "environment" } ], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -14755,8 +17613,13 @@ "approval_policy": "auto_approve_all" }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -14775,8 +17638,13 @@ "tool_description": "tool_description" }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -14793,8 +17661,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -14818,8 +17691,13 @@ "value": "environment" } ], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -14836,8 +17714,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -14854,8 +17737,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -14878,8 +17766,13 @@ "value": "environment" } ], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -14897,8 +17790,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -14916,8 +17814,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -14939,8 +17842,13 @@ "type": "free_form" }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -14956,8 +17864,13 @@ "name": "name" }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -14973,8 +17886,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -14996,8 +17914,13 @@ "value": "true" } ], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -15015,8 +17938,13 @@ "name": "name" }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -15047,8 +17975,13 @@ "value": "cursor" } ], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -15064,8 +17997,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -15086,8 +18024,13 @@ "agent_id": "agent_id" }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -15139,8 +18082,13 @@ "value": "1.1" } ], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -15156,8 +18104,13 @@ }, "body": {}, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "multipartFields": [ { "wireName": "avatar_file", @@ -15185,8 +18138,13 @@ "value": "20" } ], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -15204,8 +18162,13 @@ "reference": "Q3 marketing video" }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "multipartFields": [ { "wireName": "file", @@ -15268,8 +18231,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -15285,8 +18253,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -15302,8 +18275,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -15324,8 +18302,13 @@ "speaker_id": "speaker_id" }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -15345,8 +18328,13 @@ ] }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -15367,8 +18355,13 @@ "languages": null }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "specFilledBodyProperties": [ "languages" ], @@ -15392,8 +18385,13 @@ "languages": null }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "specFilledBodyProperties": [ "languages" ], @@ -15415,8 +18413,13 @@ "render_type": "mp4" }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -15433,8 +18436,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -15457,8 +18465,13 @@ "value": "srt" } ], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -15476,8 +18489,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -15499,8 +18517,13 @@ "value": "20" } ], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -15518,8 +18541,13 @@ "target_language": "es" }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -15536,8 +18564,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -15554,8 +18587,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -15571,8 +18609,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -15589,8 +18632,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -15609,8 +18657,13 @@ "text": "Welcome to our latest product demo." }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -15635,8 +18688,13 @@ } }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -15657,8 +18715,13 @@ "end_s": 44 }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -15675,8 +18738,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -15696,8 +18764,13 @@ "translation": "Bienvenido a nuestra última demostración de producto." }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -15723,8 +18796,13 @@ } }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -15741,8 +18819,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -15760,8 +18843,13 @@ "language": null }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "specFilledBodyProperties": [ "language" ], @@ -15782,8 +18870,13 @@ }, "body": {}, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -15800,8 +18893,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -15818,8 +18916,13 @@ }, "body": {}, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -15835,8 +18938,13 @@ }, "body": {}, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -15853,8 +18961,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -15874,8 +18987,13 @@ "end_time": 1.1 }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -15891,8 +19009,13 @@ "prompt": "prompt" }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -15938,8 +19061,13 @@ "value": "asc" } ], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -15956,8 +19084,13 @@ "primary_genre": "primary_genre" }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "multipartFields": [ { "wireName": "name", @@ -16005,8 +19138,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -16022,8 +19160,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -16039,8 +19182,13 @@ }, "body": {}, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -16079,8 +19227,13 @@ "value": "2024-01-15T09:30:00Z" } ], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -16096,8 +19249,13 @@ "sandbox": false }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -16113,8 +19271,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -16134,8 +19297,13 @@ } }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -16151,8 +19319,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -16170,8 +19343,13 @@ "declared_language": "declared_language" }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "multipartFields": [ { "wireName": "declared_language", @@ -16215,8 +19393,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -16249,8 +19432,13 @@ } }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -16267,8 +19455,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -16284,8 +19477,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -16301,8 +19499,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -16328,8 +19531,13 @@ ] }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -16355,8 +19563,13 @@ ] }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -16376,8 +19589,13 @@ ] }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -16393,8 +19611,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -16413,8 +19636,13 @@ "permissions": "all" }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -16431,8 +19659,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -16449,8 +19682,13 @@ }, "body": {}, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -16466,8 +19704,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -16483,8 +19726,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -16498,8 +19746,13 @@ "params": {}, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -16515,8 +19768,13 @@ "name": "name" }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "multipartFields": [ { "wireName": "name", @@ -16685,8 +19943,13 @@ "value": "share_id" } ], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -16706,8 +19969,13 @@ "default_paragraph_voice_id": "21m00Tcm4TlvDq8ikWAM" }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -16723,8 +19991,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -16740,8 +20013,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -16757,8 +20035,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -16781,8 +20064,13 @@ ] }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "specFilledBodyProperties": [ "pronunciation_dictionary_locators[0].version_id" ], @@ -16801,8 +20089,13 @@ }, "body": {}, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "multipartFields": [ { "wireName": "from_url", @@ -16840,8 +20133,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -16858,8 +20156,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -16876,8 +20179,13 @@ }, "body": {}, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -16894,8 +20202,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -16911,8 +20224,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -16930,8 +20248,13 @@ "name": "Chapter 1" }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -16948,8 +20271,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -16966,8 +20294,13 @@ }, "body": {}, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -16984,8 +20317,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -17002,8 +20340,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -17020,8 +20363,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -17039,8 +20387,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -17058,8 +20411,13 @@ }, "body": {}, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -17075,8 +20433,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -17092,8 +20455,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -17107,8 +20475,13 @@ "params": {}, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -17122,8 +20495,13 @@ "params": {}, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -17139,8 +20517,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -17162,8 +20545,13 @@ "speed": 1 }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -17189,8 +20577,13 @@ "value": "model_id" } ], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -17206,8 +20599,13 @@ "name": "name" }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "multipartFields": [ { "wireName": "name", @@ -17251,8 +20649,13 @@ "language": "en" }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -17268,8 +20671,13 @@ }, "body": {}, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -17285,8 +20693,13 @@ }, "body": {}, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -17302,8 +20715,13 @@ }, "body": {}, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "multipartFields": [ { "wireName": "files", @@ -17332,8 +20750,13 @@ }, "body": {}, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -17350,8 +20773,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -17367,8 +20795,13 @@ }, "body": {}, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "multipartFields": [ { "wireName": "files", @@ -17403,8 +20836,13 @@ "value": "true" } ], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -17421,8 +20859,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -17439,8 +20882,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -17457,8 +20905,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -17476,8 +20929,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -17493,8 +20951,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -17510,8 +20973,13 @@ }, "body": {}, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "multipartFields": [ { "wireName": "recording", @@ -17535,8 +21003,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -17587,8 +21060,13 @@ "value": "activity_name" } ], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -17602,8 +21080,13 @@ "params": {}, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -17624,8 +21107,13 @@ "auth_type": "oauth2_client_credentials" }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -17641,8 +21129,13 @@ }, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -17660,8 +21153,13 @@ "auth_type": "oauth2_client_credentials" }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -17675,8 +21173,13 @@ "params": {}, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -17697,8 +21200,13 @@ "value": "name" } ], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -17714,8 +21222,13 @@ "email": "john.doe@testmail.com" }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -17733,8 +21246,13 @@ ] }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -17750,8 +21268,13 @@ "email": "john.doe@testmail.com" }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -17765,8 +21288,13 @@ "params": {}, "body": null, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -17782,8 +21310,13 @@ "email": "email" }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -17805,8 +21338,13 @@ "value": "voice" } ], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -17825,8 +21363,13 @@ "resource_type": "voice" }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -17844,8 +21387,13 @@ "resource_type": "voice" }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -17862,8 +21410,13 @@ "end_time": 1 }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -17877,8 +21430,13 @@ "params": {}, "body": {}, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -17896,8 +21454,13 @@ "email": "email" }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -17915,8 +21478,13 @@ "email": "email" }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -17937,8 +21505,13 @@ "value": "self" } ], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "response": { "status": 422, "body": "{\"error\":{\"code\":422,\"message\":\"wire-test forced error response\"}}" @@ -17956,8 +21529,13 @@ "name": "name" }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "multipartFields": [ { "wireName": "name", @@ -18003,8 +21581,13 @@ "params": {}, "body": {}, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "multipartFields": [ { "wireName": "audio_file", @@ -18035,8 +21618,13 @@ "params": {}, "body": {}, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "multipartFields": [ { "wireName": "file", @@ -18154,8 +21742,13 @@ "name": "name" }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "multipartFields": [ { "wireName": "name", @@ -18243,8 +21836,13 @@ }, "body": {}, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "multipartFields": [ { "wireName": "file", @@ -18277,8 +21875,13 @@ "name": "name" }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "multipartFields": [ { "wireName": "name", @@ -18328,8 +21931,13 @@ "value": "true" } ], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "multipartFields": [ { "wireName": "model_id", @@ -18482,8 +22090,13 @@ "value": "agent_id" } ], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "multipartFields": [ { "wireName": "name", @@ -18518,8 +22131,13 @@ "reference": "Q3 marketing video" }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "multipartFields": [ { "wireName": "file", @@ -18583,8 +22201,13 @@ "primary_genre": "primary_genre" }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "multipartFields": [ { "wireName": "name", @@ -18634,8 +22257,13 @@ "declared_language": "declared_language" }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "multipartFields": [ { "wireName": "declared_language", @@ -18678,8 +22306,13 @@ "name": "name" }, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "multipartFields": [ { "wireName": "name", @@ -18842,8 +22475,13 @@ }, "body": {}, "queryMatchers": [], - "headerMatchers": [], - "requiresAuth": false, + "headerMatchers": [ + { + "name": "Authorization", + "matches": "Bearer .+" + } + ], + "requiresAuth": true, "multipartFields": [ { "wireName": "from_url",