Suggested PPV price
Returns a suggested PPV price and a verdict (raise/lower/ok/insufficient_data); insufficient_data when there is too little sales history. All money in integer cents. Requires a read-scoped key.
Authorization
bearerAuth Your al_live_<prefix>_<secret> API key. Mint and manage keys in the dashboard.
In: header
Path Parameters
Content id.
Response Body
application/json
application/json
application/json
curl -X GET "https://example.com/api/admin/content/0/suggested-price"{ "suggested_price_cents": 2500, "verdict": "ok"}{ "detail": "Not authenticated"}{ "detail": { "code": "engine_not_connected", "message": "Connect your engine to access this data." }}Who bought this content, by cohort
Groups this content's buyers by source / RFM / spend tier and returns a lookalike non-buyer audience to re-target. A content with no sales returns empty cohorts and has_buyers=false. Requires a read-scoped key.
Per-content PPV send analytics
For one vault media, aggregates your PPV sends joined to purchase status: sent, opened, purchased, revenue, and the deduped list of buyers. Renders zeros honestly when there are no sends. Requires a read-scoped key.