Read media bytes
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.
/v1/agencies/{agencyId}/creators/{creatorId}/media/{mediaId}/bytesRead 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.
Authorization
bearerAuth In: header
Path Parameters
1 <= length1 <= length1 <= lengthQuery Parameters
"full"Value in
- "full"
- "preview"
- "thumb"
0 <= value <= 900719925369241401 <= value <= 1048576262144Response 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/creators/string/media/string/bytes" \ -H "Authorization: Bearer YOUR_API_KEY"{ "data": { "base64": "string", "contentType": "string", "offset": 0, "byteLength": 0, "totalBytes": null, "nextOffset": null }, "meta": { "requestId": "string" }}Complete vault upload POST
Finalize an uploadHandle after every expected part has been stored. Returns upload status and provider processing identifiers; processing may continue before media becomes available. OnlyFans performs its configured upload confirmation unless skipConfirmation was set during initialization. Inspect status after an uncertain outcome.
List ai voice presets GET
List AI writing-style presets available to the agency, including their tone prompts and emoji preferences. These presets control text style, not audio voices.