Developer reference
Technical route reference
Authenticated routes used by the SellSelf web application. This page does not grant a public API entitlement or SLA.
https://sellself.ru/apiBefore using a route
These routes support the SellSelf web application. A visible route is not a promise of external API access, stability, or a pricing-plan entitlement.
Authentication
Requests require a bearer token issued for an authenticated SellSelf session. Keep tokens private and use the generated OpenAPI contract as the current schema authority.
Authorization: Bearer YOUR_ACCESS_TOKENRoutes
Grouped product, pipeline, export, account, billing, and real-time operations.
/api/pitches/uploadUpload and parse product materials
/api/pitchesList the current user’s products
/api/pitches/{id}Read one product record
/api/pitches/{id}Update reviewed product data
/api/pitches/{id}Delete a product and associated data
/api/v1/pipeline/treeRead the 21-node agent tree contract
/api/v1/pipeline/startCreate a pipeline for a product
/api/v1/pipeline/{id}Read node states and completed outputs
/api/v1/pipeline/{id}/runStart, resume, or retry a background run
/api/v1/pipeline/{id}/runRead durable progress and failure state
/api/v1/pipeline/{id}/nodes/{node_id}/executeRun one agent operation and apply credit rules
/api/v1/pipeline/{pipeline_id}/nodes/{node_id}/resultRead a completed agent result
/api/v1/pipeline/{id}/costEstimate the remaining pipeline cost
/api/export/{id}Export the growth plan as HTML
/api/export/{id}/docExport a Word-compatible document
/api/export/{id}/pdfExport PDF when the PDF runtime is available
/api/users/meRead the current profile and entitlements
/api/users/meUpdate profile preferences
/api/subscriptions/checkoutCreate a supported checkout flow
/api/subscriptions/cancelDisable automatic subscription renewal
/api/v1/ws/pipeline/{pipeline_id}Stream workspace progress; authenticate in the first frame
Included usage
Agent and Copilot operations may consume credits. The interface and cost endpoint show chargeable usage before execution.
| Tier | Monthly credits | Agents | Usage rule |
|---|---|---|---|
| Free | 0 | 3 | Core analysis is included; paid operations need credits |
| Indie | 84 | 18 | Paid AI operations use credits |
| Studio | 350 | 21 | Paid AI operations use credits |
Current OpenAPI schema
Inspect the generated schema for the web application’s current runtime contract.