List solo bundles
List a creator's standalone media bundles with search, pricing, intensity, giftability and enabled-state filters. Continue using the returned cursor.
/v1/agencies/{agencyId}/creators/{creatorId}/solo-bundlesList a creator's standalone media bundles with search, pricing, intensity, giftability and enabled-state filters. Continue using the returned cursor.
Authorization
bearerAuth In: header
Path Parameters
1 <= length1 <= lengthQuery Parameters
length <= 2001 <= length1 <= value <= 5024"newest"Value in
- "priceAsc"
- "priceDesc"
- "newest"
- "oldest"
- "tierAsc"
- "tierDesc"
- "salesAsc"
- "salesDesc"
items <= 5Response 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" \ -H "Authorization: Bearer YOUR_API_KEY"{ "data": { "items": [ { "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" } } } ], "salesCount": 0, "salesRevenue": 0 } ], "nextCursor": null }, "meta": { "requestId": "string" }}Stop intelligence run POST
Request cancellation of an active Substy Intelligence run by run ID. Stopping a run does not undo platform actions already completed.
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.