Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Add a voice permission to a project
cURL
curl --request POST \ --url https://api.beyondwords.io/v1/organization/voices/permissions \ --header 'Content-Type: application/json' \ --header 'X-Api-Key: <api-key>' \ --data ' { "project": { "id": 1 }, "voice": { "id": 1 }, "included": true } '
{ "id": 1, "project": { "id": 1, "name": "Test project" }, "voice": { "id": 1, "name": "Test voice" }, "included": true, "created": "2023-01-01 00:00:00 UTC", "updated": "2023-01-01 00:00:05 UTC" }
Show child attributes
successful
Time at which the object was created (ISO 8601)
Time at which the object was updated (ISO 8601)
Was this page helpful?