List ai voice presets
List AI writing-style presets available to the agency, including their tone prompts and emoji preferences. These presets control text style, not audio voices.
/v1/agencies/{agencyId}/voice-presetsList AI writing-style presets available to the agency, including their tone prompts and emoji preferences. These presets control text style, not audio voices.
Authorization
bearerAuth In: header
Path Parameters
1 <= lengthResponse Body
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/v1/agencies/string/voice-presets" \ -H "Authorization: Bearer YOUR_API_KEY"{ "data": [ { "description": null, "id": "string", "createdAt": "2019-08-24T14:15:22Z", "name": "string", "updatedAt": "2019-08-24T14:15:22Z", "prompt": "string", "casualEmojis": [ "string" ], "sextingEmojis": [ "string" ], "negociationEmojis": [ "string" ], "presetType": "BUILTIN", "createdByAgencyId": null } ], "meta": { "requestId": "string" }}Read media bytes GET
Read a creator vault media file by creatorId and mediaId. Choose full, preview or thumb; offset and maxBytes are byte counts. Returns base64 content, contentType, byteLength and nextOffset. Continue from nextOffset until null to retrieve the whole file; each call reads at most 1 MiB.
Create ai voice preset POST
Create an agency AI writing-style preset with a name, prompt and emoji preferences.