Solo bundles
Get solo bundle
Read one standalone media bundle and its ordered preview or paid media. This is a media offer, not a multi-month subscription bundle.
GET
/v1/agencies/{agencyId}/creators/{creatorId}/solo-bundles/{bundleId}Read one standalone media bundle and its ordered preview or paid media. This is a media offer, not a multi-month subscription bundle.
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Path Parameters
agencyId*string
Length
1 <= lengthcreatorId*string
bundleId*string
Response 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/solo-bundles/string" \ -H "Authorization: Bearer YOUR_API_KEY"{ "data": { "enabled": true, "creatorId": "string", "id": "string", "createdAt": "2019-08-24T14:15:22Z", "price": 0, "updatedAt": "2019-08-24T14:15:22Z", "title": "string", "content": null, "position": 0, "isAiCaption": true, "pricingMode": "FIXED", "isGiftable": true, "intensityTier": 0, "floorPrice": 0, "medias": [ { "id": "string", "createdAt": "2019-08-24T14:15:22Z", "position": 0, "bundleId": "string", "mediaId": "string", "isPreview": true, "media": { "type": "PHOTO", "context": null, "creatorId": null, "id": "string", "createdAt": "2019-08-24T14:15:22Z", "price": 0, "tags": [ "string" ], "updatedAt": "2019-08-24T14:15:22Z", "duration": null, "isSoloPpv": true, "basePrice": 0, "maxPrice": 0, "creatorTags": [ "string" ], "files": { "full": "string", "preview": "string", "thumb": "string" } } } ] }, "meta": { "requestId": "string" }}Create solo bundle POST
Create a standalone media bundle with ordered media, intensity tier, caption and fixed or smart pricing. Prices follow the schema's PPV and floor-price rules.
Update solo bundle PATCH
Update the supplied media, caption, pricing or availability fields of a standalone media bundle.