{ "info": { "_postman_id": "96ae7348-6e68-4155-a6d0-da726dd39ad2", "name": "SLNG Voice Agents Account Rime Arcana v3 API", "description": "Public API for managing Voice Agents, dispatching outbound calls, and creating web (non-telephony) sessions.\n\nBase URL: `https://api.agents.slng.ai`\n\n\nContact Support:\n Name: SLNG Support\n Email: support@slng.ai", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T02:56:36.000Z", "updatedAt": "2026-07-28T02:56:36.000Z", "lastUpdatedBy": "35240", "uid": "35240-96ae7348-6e68-4155-a6d0-da726dd39ad2" }, "item": [ { "name": "v1", "item": [ { "name": "tts", "item": [ { "name": "slng", "item": [ { "name": "rime", "item": [ { "name": "arcana:3-en", "item": [ { "name": "Arcana v3 (English)", "id": "6d6efdcb-6d7f-4e33-a672-6b7b0bb4943b", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "description": "Target region override. Auto-selected if not provided.", "key": "X-Region-Override", "value": "eu-north-1" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "audio/*" } ], "body": { "mode": "raw", "raw": "{\n \"speaker\": \"astra\",\n \"text\": \"\",\n \"modelId\": \"arcana\",\n \"repetition_penalty\": 1.5,\n \"temperature\": 0.5,\n \"top_p\": 1,\n \"audioFormat\": \"audio/wav\",\n \"sample_rate\": 24000,\n \"speed\": 1\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/tts/slng/rime/arcana:3-en", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tts", "slng", "rime", "arcana:3-en" ] }, "description": "Synthesize English speech using Rime Arcana v3 TTS model." }, "response": [ { "id": "7d2a7061-6188-4e9b-a75c-d5207d1912d6", "name": "Synthesis successful.", "originalRequest": { "method": "POST", "header": [ { "description": "Target region override. Auto-selected if not provided.", "key": "X-Region-Override", "value": "eu-north-1" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "audio/*" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"speaker\": \"astra\",\n \"text\": \"\",\n \"modelId\": \"arcana\",\n \"repetition_penalty\": 1.5,\n \"temperature\": 0.5,\n \"top_p\": 1,\n \"audioFormat\": \"audio/wav\",\n \"sample_rate\": 24000,\n \"speed\": 1\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/tts/slng/rime/arcana:3-en", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tts", "slng", "rime", "arcana:3-en" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "audio/*" } ], "cookie": [], "responseTime": null, "body": "", "createdAt": "2026-07-28T02:56:37.000Z", "updatedAt": "2026-07-28T02:56:37.000Z", "uid": "35240-7d2a7061-6188-4e9b-a75c-d5207d1912d6" }, { "id": "c4a1c056-480f-4757-a936-0b1e1cbd20a8", "name": "Rime Arcana TTS bad request. Common causes include invalid speaker ID for the\nselected language variant, unsupported model, unsupported audio format, or malformed request body.\n", "originalRequest": { "method": "POST", "header": [ { "description": "Target region override. Auto-selected if not provided.", "key": "X-Region-Override", "value": "eu-north-1" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"speaker\": \"astra\",\n \"text\": \"\",\n \"modelId\": \"arcana\",\n \"repetition_penalty\": 1.5,\n \"temperature\": 0.5,\n \"top_p\": 1,\n \"audioFormat\": \"audio/wav\",\n \"sample_rate\": 24000,\n \"speed\": 1\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/tts/slng/rime/arcana:3-en", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tts", "slng", "rime", "arcana:3-en" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\",\n \"status\": \"\",\n \"details\": \"\"\n}", "createdAt": "2026-07-28T02:56:37.000Z", "updatedAt": "2026-07-28T02:56:37.000Z", "uid": "35240-c4a1c056-480f-4757-a936-0b1e1cbd20a8" }, { "id": "7dd4a371-025a-45b4-a6a1-710aabdeb65c", "name": "Invalid or missing API key.", "originalRequest": { "method": "POST", "header": [ { "description": "Target region override. Auto-selected if not provided.", "key": "X-Region-Override", "value": "eu-north-1" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"speaker\": \"astra\",\n \"text\": \"\",\n \"modelId\": \"arcana\",\n \"repetition_penalty\": 1.5,\n \"temperature\": 0.5,\n \"top_p\": 1,\n \"audioFormat\": \"audio/wav\",\n \"sample_rate\": 24000,\n \"speed\": 1\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/tts/slng/rime/arcana:3-en", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tts", "slng", "rime", "arcana:3-en" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\",\n \"status\": \"\",\n \"details\": \"\"\n}", "createdAt": "2026-07-28T02:56:37.000Z", "updatedAt": "2026-07-28T02:56:37.000Z", "uid": "35240-7dd4a371-025a-45b4-a6a1-710aabdeb65c" }, { "id": "7c647ed1-ee9f-4ea2-9245-be1158553a14", "name": "Rime Arcana TTS internal error. Note: Some validation errors (e.g., invalid speaker)\nmay currently return 500 instead of 400. Check the error details for specifics.\n", "originalRequest": { "method": "POST", "header": [ { "description": "Target region override. Auto-selected if not provided.", "key": "X-Region-Override", "value": "eu-north-1" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"speaker\": \"astra\",\n \"text\": \"\",\n \"modelId\": \"arcana\",\n \"repetition_penalty\": 1.5,\n \"temperature\": 0.5,\n \"top_p\": 1,\n \"audioFormat\": \"audio/wav\",\n \"sample_rate\": 24000,\n \"speed\": 1\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/tts/slng/rime/arcana:3-en", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tts", "slng", "rime", "arcana:3-en" ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\",\n \"status\": \"\",\n \"details\": \"\"\n}", "createdAt": "2026-07-28T02:56:37.000Z", "updatedAt": "2026-07-28T02:56:37.000Z", "uid": "35240-7c647ed1-ee9f-4ea2-9245-be1158553a14" }, { "id": "49dff972-21d2-4274-b161-b0669a98374f", "name": "Service unavailable.", "originalRequest": { "method": "POST", "header": [ { "description": "Target region override. Auto-selected if not provided.", "key": "X-Region-Override", "value": "eu-north-1" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"speaker\": \"astra\",\n \"text\": \"\",\n \"modelId\": \"arcana\",\n \"repetition_penalty\": 1.5,\n \"temperature\": 0.5,\n \"top_p\": 1,\n \"audioFormat\": \"audio/wav\",\n \"sample_rate\": 24000,\n \"speed\": 1\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/tts/slng/rime/arcana:3-en", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tts", "slng", "rime", "arcana:3-en" ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\",\n \"status\": \"\",\n \"details\": \"\"\n}", "createdAt": "2026-07-28T02:56:37.000Z", "updatedAt": "2026-07-28T02:56:37.000Z", "uid": "35240-49dff972-21d2-4274-b161-b0669a98374f" } ], "createdAt": "2026-07-28T02:56:37.000Z", "updatedAt": "2026-07-28T02:56:37.000Z", "uid": "35240-6d6efdcb-6d7f-4e33-a672-6b7b0bb4943b" } ], "id": "3b46a9a1-46f9-49b4-a535-f741b2540809", "createdAt": "2026-07-28T02:56:37.000Z", "updatedAt": "2026-07-28T02:56:37.000Z", "uid": "35240-3b46a9a1-46f9-49b4-a535-f741b2540809" }, { "name": "arcana:3-es", "item": [ { "name": "Arcana v3 (Spanish)", "id": "6d4a22da-6b6b-4ffd-a685-0e69c7f88f0c", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "description": "Target region override. Auto-selected if not provided.", "key": "X-Region-Override", "value": "eu-north-1" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "audio/*" } ], "body": { "mode": "raw", "raw": "{\n \"speaker\": {},\n \"text\": \"\",\n \"modelId\": \"arcana-3\",\n \"language\": \"es\",\n \"repetition_penalty\": 1.5,\n \"temperature\": 0.5,\n \"top_p\": 1,\n \"audioFormat\": \"audio/wav\",\n \"sample_rate\": 24000,\n \"speed\": 1\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/tts/slng/rime/arcana:3-es", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tts", "slng", "rime", "arcana:3-es" ] }, "description": "Synthesize Spanish speech using Rime Arcana v3 TTS model." }, "response": [ { "id": "7d775d2e-6712-4a72-a690-518b9c1110fc", "name": "Synthesis successful.", "originalRequest": { "method": "POST", "header": [ { "description": "Target region override. Auto-selected if not provided.", "key": "X-Region-Override", "value": "eu-north-1" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "audio/*" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"speaker\": {},\n \"text\": \"\",\n \"modelId\": \"arcana-3\",\n \"language\": \"es\",\n \"repetition_penalty\": 1.5,\n \"temperature\": 0.5,\n \"top_p\": 1,\n \"audioFormat\": \"audio/wav\",\n \"sample_rate\": 24000,\n \"speed\": 1\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/tts/slng/rime/arcana:3-es", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tts", "slng", "rime", "arcana:3-es" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "audio/*" } ], "cookie": [], "responseTime": null, "body": "", "createdAt": "2026-07-28T02:56:37.000Z", "updatedAt": "2026-07-28T02:56:37.000Z", "uid": "35240-7d775d2e-6712-4a72-a690-518b9c1110fc" }, { "id": "a8082f2a-d21e-4774-a81d-e275b4f05d74", "name": "Rime Arcana TTS bad request. Common causes include invalid speaker ID for the\nselected language variant, unsupported model, unsupported audio format, or malformed request body.\n", "originalRequest": { "method": "POST", "header": [ { "description": "Target region override. Auto-selected if not provided.", "key": "X-Region-Override", "value": "eu-north-1" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"speaker\": {},\n \"text\": \"\",\n \"modelId\": \"arcana-3\",\n \"language\": \"es\",\n \"repetition_penalty\": 1.5,\n \"temperature\": 0.5,\n \"top_p\": 1,\n \"audioFormat\": \"audio/wav\",\n \"sample_rate\": 24000,\n \"speed\": 1\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/tts/slng/rime/arcana:3-es", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tts", "slng", "rime", "arcana:3-es" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\",\n \"status\": \"\",\n \"details\": \"\"\n}", "createdAt": "2026-07-28T02:56:37.000Z", "updatedAt": "2026-07-28T02:56:37.000Z", "uid": "35240-a8082f2a-d21e-4774-a81d-e275b4f05d74" }, { "id": "086381b7-79bd-452e-a8f2-e027378293a4", "name": "Invalid or missing API key.", "originalRequest": { "method": "POST", "header": [ { "description": "Target region override. Auto-selected if not provided.", "key": "X-Region-Override", "value": "eu-north-1" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"speaker\": {},\n \"text\": \"\",\n \"modelId\": \"arcana-3\",\n \"language\": \"es\",\n \"repetition_penalty\": 1.5,\n \"temperature\": 0.5,\n \"top_p\": 1,\n \"audioFormat\": \"audio/wav\",\n \"sample_rate\": 24000,\n \"speed\": 1\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/tts/slng/rime/arcana:3-es", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tts", "slng", "rime", "arcana:3-es" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\",\n \"status\": \"\",\n \"details\": \"\"\n}", "createdAt": "2026-07-28T02:56:37.000Z", "updatedAt": "2026-07-28T02:56:37.000Z", "uid": "35240-086381b7-79bd-452e-a8f2-e027378293a4" }, { "id": "d8662d1a-0eef-46e0-a479-dd0739afb55b", "name": "Rime Arcana TTS internal error. Note: Some validation errors (e.g., invalid speaker)\nmay currently return 500 instead of 400. Check the error details for specifics.\n", "originalRequest": { "method": "POST", "header": [ { "description": "Target region override. Auto-selected if not provided.", "key": "X-Region-Override", "value": "eu-north-1" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"speaker\": {},\n \"text\": \"\",\n \"modelId\": \"arcana-3\",\n \"language\": \"es\",\n \"repetition_penalty\": 1.5,\n \"temperature\": 0.5,\n \"top_p\": 1,\n \"audioFormat\": \"audio/wav\",\n \"sample_rate\": 24000,\n \"speed\": 1\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/tts/slng/rime/arcana:3-es", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tts", "slng", "rime", "arcana:3-es" ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\",\n \"status\": \"\",\n \"details\": \"\"\n}", "createdAt": "2026-07-28T02:56:37.000Z", "updatedAt": "2026-07-28T02:56:37.000Z", "uid": "35240-d8662d1a-0eef-46e0-a479-dd0739afb55b" }, { "id": "5ba567dd-935c-4ca3-8023-3c47d4dabacb", "name": "Service unavailable.", "originalRequest": { "method": "POST", "header": [ { "description": "Target region override. Auto-selected if not provided.", "key": "X-Region-Override", "value": "eu-north-1" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"speaker\": {},\n \"text\": \"\",\n \"modelId\": \"arcana-3\",\n \"language\": \"es\",\n \"repetition_penalty\": 1.5,\n \"temperature\": 0.5,\n \"top_p\": 1,\n \"audioFormat\": \"audio/wav\",\n \"sample_rate\": 24000,\n \"speed\": 1\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/tts/slng/rime/arcana:3-es", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tts", "slng", "rime", "arcana:3-es" ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\",\n \"status\": \"\",\n \"details\": \"\"\n}", "createdAt": "2026-07-28T02:56:37.000Z", "updatedAt": "2026-07-28T02:56:37.000Z", "uid": "35240-5ba567dd-935c-4ca3-8023-3c47d4dabacb" } ], "createdAt": "2026-07-28T02:56:37.000Z", "updatedAt": "2026-07-28T02:56:37.000Z", "uid": "35240-6d4a22da-6b6b-4ffd-a685-0e69c7f88f0c" } ], "id": "d9de4785-4be1-4e3e-afbe-8dad04b2903a", "createdAt": "2026-07-28T02:56:37.000Z", "updatedAt": "2026-07-28T02:56:37.000Z", "uid": "35240-d9de4785-4be1-4e3e-afbe-8dad04b2903a" }, { "name": "arcana:3-hi", "item": [ { "name": "Arcana v3 (Hindi)", "id": "73029b9f-bdf1-4b76-a786-e61af5b300e9", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "description": "Target region override. Auto-selected if not provided.", "key": "X-Region-Override", "value": "ap-southeast-2" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "audio/*" } ], "body": { "mode": "raw", "raw": "{\n \"speaker\": \"astra\",\n \"text\": \"\",\n \"modelId\": \"arcana\",\n \"repetition_penalty\": 1.5,\n \"temperature\": 0.5,\n \"top_p\": 1,\n \"audioFormat\": \"audio/wav\",\n \"sample_rate\": 24000,\n \"speed\": 1\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/tts/slng/rime/arcana:3-hi", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tts", "slng", "rime", "arcana:3-hi" ] }, "description": "Synthesize Hindi speech using Rime Arcana v3 TTS model." }, "response": [ { "id": "690107ab-d43e-466a-8354-ebe507d6a291", "name": "Synthesis successful.", "originalRequest": { "method": "POST", "header": [ { "description": "Target region override. Auto-selected if not provided.", "key": "X-Region-Override", "value": "ap-southeast-2" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "audio/*" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"speaker\": \"astra\",\n \"text\": \"\",\n \"modelId\": \"arcana\",\n \"repetition_penalty\": 1.5,\n \"temperature\": 0.5,\n \"top_p\": 1,\n \"audioFormat\": \"audio/wav\",\n \"sample_rate\": 24000,\n \"speed\": 1\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/tts/slng/rime/arcana:3-hi", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tts", "slng", "rime", "arcana:3-hi" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "audio/*" } ], "cookie": [], "responseTime": null, "body": "", "createdAt": "2026-07-28T02:56:37.000Z", "updatedAt": "2026-07-28T02:56:37.000Z", "uid": "35240-690107ab-d43e-466a-8354-ebe507d6a291" }, { "id": "a7506e99-7bcb-4dce-8ac8-4c2dd85200ec", "name": "Rime Arcana TTS bad request. Common causes include invalid speaker ID for the\nselected language variant, unsupported model, unsupported audio format, or malformed request body.\n", "originalRequest": { "method": "POST", "header": [ { "description": "Target region override. Auto-selected if not provided.", "key": "X-Region-Override", "value": "ap-southeast-2" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"speaker\": \"astra\",\n \"text\": \"\",\n \"modelId\": \"arcana\",\n \"repetition_penalty\": 1.5,\n \"temperature\": 0.5,\n \"top_p\": 1,\n \"audioFormat\": \"audio/wav\",\n \"sample_rate\": 24000,\n \"speed\": 1\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/tts/slng/rime/arcana:3-hi", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tts", "slng", "rime", "arcana:3-hi" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\",\n \"status\": \"\",\n \"details\": \"\"\n}", "createdAt": "2026-07-28T02:56:37.000Z", "updatedAt": "2026-07-28T02:56:37.000Z", "uid": "35240-a7506e99-7bcb-4dce-8ac8-4c2dd85200ec" }, { "id": "63bc6b52-865b-4c10-bf99-a5947b867f39", "name": "Invalid or missing API key.", "originalRequest": { "method": "POST", "header": [ { "description": "Target region override. Auto-selected if not provided.", "key": "X-Region-Override", "value": "ap-southeast-2" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"speaker\": \"astra\",\n \"text\": \"\",\n \"modelId\": \"arcana\",\n \"repetition_penalty\": 1.5,\n \"temperature\": 0.5,\n \"top_p\": 1,\n \"audioFormat\": \"audio/wav\",\n \"sample_rate\": 24000,\n \"speed\": 1\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/tts/slng/rime/arcana:3-hi", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tts", "slng", "rime", "arcana:3-hi" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\",\n \"status\": \"\",\n \"details\": \"\"\n}", "createdAt": "2026-07-28T02:56:37.000Z", "updatedAt": "2026-07-28T02:56:37.000Z", "uid": "35240-63bc6b52-865b-4c10-bf99-a5947b867f39" }, { "id": "2ed84f2c-42e2-4ca4-9b4c-194a79b8577d", "name": "Rime Arcana TTS internal error. Note: Some validation errors (e.g., invalid speaker)\nmay currently return 500 instead of 400. Check the error details for specifics.\n", "originalRequest": { "method": "POST", "header": [ { "description": "Target region override. Auto-selected if not provided.", "key": "X-Region-Override", "value": "ap-southeast-2" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"speaker\": \"astra\",\n \"text\": \"\",\n \"modelId\": \"arcana\",\n \"repetition_penalty\": 1.5,\n \"temperature\": 0.5,\n \"top_p\": 1,\n \"audioFormat\": \"audio/wav\",\n \"sample_rate\": 24000,\n \"speed\": 1\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/tts/slng/rime/arcana:3-hi", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tts", "slng", "rime", "arcana:3-hi" ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\",\n \"status\": \"\",\n \"details\": \"\"\n}", "createdAt": "2026-07-28T02:56:37.000Z", "updatedAt": "2026-07-28T02:56:37.000Z", "uid": "35240-2ed84f2c-42e2-4ca4-9b4c-194a79b8577d" }, { "id": "176c0a5e-2e16-4b19-a14b-48fb959098be", "name": "Service unavailable.", "originalRequest": { "method": "POST", "header": [ { "description": "Target region override. Auto-selected if not provided.", "key": "X-Region-Override", "value": "ap-southeast-2" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"speaker\": \"astra\",\n \"text\": \"\",\n \"modelId\": \"arcana\",\n \"repetition_penalty\": 1.5,\n \"temperature\": 0.5,\n \"top_p\": 1,\n \"audioFormat\": \"audio/wav\",\n \"sample_rate\": 24000,\n \"speed\": 1\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/tts/slng/rime/arcana:3-hi", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tts", "slng", "rime", "arcana:3-hi" ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\",\n \"status\": \"\",\n \"details\": \"\"\n}", "createdAt": "2026-07-28T02:56:37.000Z", "updatedAt": "2026-07-28T02:56:37.000Z", "uid": "35240-176c0a5e-2e16-4b19-a14b-48fb959098be" } ], "createdAt": "2026-07-28T02:56:37.000Z", "updatedAt": "2026-07-28T02:56:37.000Z", "uid": "35240-73029b9f-bdf1-4b76-a786-e61af5b300e9" } ], "id": "dde65092-a573-4b55-a601-b176a0de77f2", "createdAt": "2026-07-28T02:56:37.000Z", "updatedAt": "2026-07-28T02:56:37.000Z", "uid": "35240-dde65092-a573-4b55-a601-b176a0de77f2" }, { "name": "arcana:3-fr", "item": [ { "name": "Arcana v3 (French)", "id": "3f70e9f1-a255-4158-91ae-1422c8c66e80", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "description": "Target region override. Auto-selected if not provided.", "key": "X-Region-Override", "value": "eu-north-1" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "audio/*" } ], "body": { "mode": "raw", "raw": "{\n \"speaker\": {},\n \"text\": \"\",\n \"modelId\": \"arcana-3\",\n \"language\": \"fr\",\n \"repetition_penalty\": 1.5,\n \"temperature\": 0.5,\n \"top_p\": 1,\n \"audioFormat\": \"audio/wav\",\n \"sample_rate\": 24000,\n \"speed\": 1\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/tts/slng/rime/arcana:3-fr", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tts", "slng", "rime", "arcana:3-fr" ] }, "description": "Synthesize French speech using Rime Arcana v3 TTS model." }, "response": [ { "id": "2363df8f-0a71-484c-9fa9-80904a897aa6", "name": "Synthesis successful.", "originalRequest": { "method": "POST", "header": [ { "description": "Target region override. Auto-selected if not provided.", "key": "X-Region-Override", "value": "eu-north-1" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "audio/*" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"speaker\": {},\n \"text\": \"\",\n \"modelId\": \"arcana-3\",\n \"language\": \"fr\",\n \"repetition_penalty\": 1.5,\n \"temperature\": 0.5,\n \"top_p\": 1,\n \"audioFormat\": \"audio/wav\",\n \"sample_rate\": 24000,\n \"speed\": 1\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/tts/slng/rime/arcana:3-fr", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tts", "slng", "rime", "arcana:3-fr" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "audio/*" } ], "cookie": [], "responseTime": null, "body": "", "createdAt": "2026-07-28T02:56:37.000Z", "updatedAt": "2026-07-28T02:56:37.000Z", "uid": "35240-2363df8f-0a71-484c-9fa9-80904a897aa6" }, { "id": "6a44f102-674e-4c43-92b1-43afebabcec9", "name": "Rime Arcana TTS bad request. Common causes include invalid speaker ID for the\nselected language variant, unsupported model, unsupported audio format, or malformed request body.\n", "originalRequest": { "method": "POST", "header": [ { "description": "Target region override. Auto-selected if not provided.", "key": "X-Region-Override", "value": "eu-north-1" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"speaker\": {},\n \"text\": \"\",\n \"modelId\": \"arcana-3\",\n \"language\": \"fr\",\n \"repetition_penalty\": 1.5,\n \"temperature\": 0.5,\n \"top_p\": 1,\n \"audioFormat\": \"audio/wav\",\n \"sample_rate\": 24000,\n \"speed\": 1\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/tts/slng/rime/arcana:3-fr", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tts", "slng", "rime", "arcana:3-fr" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\",\n \"status\": \"\",\n \"details\": \"\"\n}", "createdAt": "2026-07-28T02:56:37.000Z", "updatedAt": "2026-07-28T02:56:37.000Z", "uid": "35240-6a44f102-674e-4c43-92b1-43afebabcec9" }, { "id": "30b06c7e-f433-4ee7-929b-7c2bb9b43b3d", "name": "Invalid or missing API key.", "originalRequest": { "method": "POST", "header": [ { "description": "Target region override. Auto-selected if not provided.", "key": "X-Region-Override", "value": "eu-north-1" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"speaker\": {},\n \"text\": \"\",\n \"modelId\": \"arcana-3\",\n \"language\": \"fr\",\n \"repetition_penalty\": 1.5,\n \"temperature\": 0.5,\n \"top_p\": 1,\n \"audioFormat\": \"audio/wav\",\n \"sample_rate\": 24000,\n \"speed\": 1\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/tts/slng/rime/arcana:3-fr", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tts", "slng", "rime", "arcana:3-fr" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\",\n \"status\": \"\",\n \"details\": \"\"\n}", "createdAt": "2026-07-28T02:56:37.000Z", "updatedAt": "2026-07-28T02:56:37.000Z", "uid": "35240-30b06c7e-f433-4ee7-929b-7c2bb9b43b3d" }, { "id": "455d55df-446a-4ca8-bb4b-e0f9755b9529", "name": "Rime Arcana TTS internal error. Note: Some validation errors (e.g., invalid speaker)\nmay currently return 500 instead of 400. Check the error details for specifics.\n", "originalRequest": { "method": "POST", "header": [ { "description": "Target region override. Auto-selected if not provided.", "key": "X-Region-Override", "value": "eu-north-1" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"speaker\": {},\n \"text\": \"\",\n \"modelId\": \"arcana-3\",\n \"language\": \"fr\",\n \"repetition_penalty\": 1.5,\n \"temperature\": 0.5,\n \"top_p\": 1,\n \"audioFormat\": \"audio/wav\",\n \"sample_rate\": 24000,\n \"speed\": 1\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/tts/slng/rime/arcana:3-fr", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tts", "slng", "rime", "arcana:3-fr" ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\",\n \"status\": \"\",\n \"details\": \"\"\n}", "createdAt": "2026-07-28T02:56:37.000Z", "updatedAt": "2026-07-28T02:56:37.000Z", "uid": "35240-455d55df-446a-4ca8-bb4b-e0f9755b9529" }, { "id": "4ee572ad-6086-46f2-aefe-4308e67daf22", "name": "Service unavailable.", "originalRequest": { "method": "POST", "header": [ { "description": "Target region override. Auto-selected if not provided.", "key": "X-Region-Override", "value": "eu-north-1" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"speaker\": {},\n \"text\": \"\",\n \"modelId\": \"arcana-3\",\n \"language\": \"fr\",\n \"repetition_penalty\": 1.5,\n \"temperature\": 0.5,\n \"top_p\": 1,\n \"audioFormat\": \"audio/wav\",\n \"sample_rate\": 24000,\n \"speed\": 1\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/tts/slng/rime/arcana:3-fr", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tts", "slng", "rime", "arcana:3-fr" ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\",\n \"status\": \"\",\n \"details\": \"\"\n}", "createdAt": "2026-07-28T02:56:37.000Z", "updatedAt": "2026-07-28T02:56:37.000Z", "uid": "35240-4ee572ad-6086-46f2-aefe-4308e67daf22" } ], "createdAt": "2026-07-28T02:56:37.000Z", "updatedAt": "2026-07-28T02:56:37.000Z", "uid": "35240-3f70e9f1-a255-4158-91ae-1422c8c66e80" } ], "id": "0fbce93a-89c5-4194-82f4-64bc43b65b1f", "createdAt": "2026-07-28T02:56:37.000Z", "updatedAt": "2026-07-28T02:56:37.000Z", "uid": "35240-0fbce93a-89c5-4194-82f4-64bc43b65b1f" } ], "id": "6d59829e-1119-4fd7-9371-7d5e3433dc7c", "createdAt": "2026-07-28T02:56:37.000Z", "updatedAt": "2026-07-28T02:56:37.000Z", "uid": "35240-6d59829e-1119-4fd7-9371-7d5e3433dc7c" } ], "id": "fa37f0fc-925d-4d88-b0a8-72a34226b06d", "createdAt": "2026-07-28T02:56:37.000Z", "updatedAt": "2026-07-28T02:56:37.000Z", "uid": "35240-fa37f0fc-925d-4d88-b0a8-72a34226b06d" } ], "id": "79506345-d7f8-4d8a-bf45-0744506de0b7", "createdAt": "2026-07-28T02:56:37.000Z", "updatedAt": "2026-07-28T02:56:37.000Z", "uid": "35240-79506345-d7f8-4d8a-bf45-0744506de0b7" } ], "id": "89661752-20f4-4585-a86d-2b71e15ca091", "createdAt": "2026-07-28T02:56:37.000Z", "updatedAt": "2026-07-28T02:56:37.000Z", "uid": "35240-89661752-20f4-4585-a86d-2b71e15ca091" } ], "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "variable": [ { "key": "baseUrl", "value": "https://api.agents.slng.ai" } ] }