Publishing
Create creator feed post
Publish or schedule a creator feed post with supported media, audience, pricing and fundraising settings. This changes content on the creator's platform account.
POST
/v1/agencies/{agencyId}/creators/{creatorId}/postsPublish or schedule a creator feed post with supported media, audience, pricing and fundraising settings. This changes content on the creator's platform account.
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Path Parameters
agencyId*string
Length
1 <= lengthcreatorId*string
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/v1/agencies/string/creators/string/posts" \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "text": "string" }'{ "data": { "id": "string", "text": "string", "rawText": "string", "postedAt": "string", "postedAtPrecise": "string", "isPinned": true, "likesCount": 0, "commentsCount": 0, "mediaCount": 0, "tipsAmount": "string", "canDelete": true, "canEdit": true, "canToggleFavorite": true, "isOpened": true, "media": [ { "id": "string", "type": "photo", "files": { "full": "string", "thumb": "string", "preview": "string" }, "duration": 0, "width": 0, "height": 0 } ] }, "meta": { "requestId": "string", "operationId": "3051932a-fdd2-48fa-b330-7e7d41535969", "status": "COMPLETED" }}