Create solo bundle
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.
/v1/agencies/{agencyId}/creators/{creatorId}/solo-bundlesCreate 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.
Authorization
bearerAuth In: header
Path Parameters
1 <= length1 <= lengthRequest 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/solo-bundles" \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "title": "string", "intensityTier": 1, "pricingMode": "FIXED", "price": 0, "floorPrice": 0, "medias": [ { "mediaId": "string" } ] }'{ "data": { "enabled": true, "creatorId": "string", "id": "string", "createdAt": "2019-08-24T14:15:22Z", "price": 0, "updatedAt": "2019-08-24T14:15:22Z", "content": null, "position": 0, "title": "string", "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", "operationId": "3051932a-fdd2-48fa-b330-7e7d41535969", "status": "COMPLETED" }}List solo bundles GET
List a creator's standalone media bundles with search, pricing, intensity, giftability and enabled-state filters. Continue using the returned cursor.
Get solo bundle GET
Read one standalone media bundle and its ordered preview or paid media. This is a media offer, not a multi-month subscription bundle.