Developer reference

Technical route reference

Authenticated routes used by the SellSelf web application. This page does not grant a public API entitlement or SLA.

Base URLhttps://sellself.ru/api

Before 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_TOKEN

Routes

Grouped product, pipeline, export, account, billing, and real-time operations.

POST
/api/pitches/upload

Upload and parse product materials

GET
/api/pitches

List the current user’s products

GET
/api/pitches/{id}

Read one product record

PUT
/api/pitches/{id}

Update reviewed product data

DELETE
/api/pitches/{id}

Delete a product and associated data

GET
/api/v1/pipeline/tree

Read the 21-node agent tree contract

POST
/api/v1/pipeline/start

Create a pipeline for a product

GET
/api/v1/pipeline/{id}

Read node states and completed outputs

POST
/api/v1/pipeline/{id}/run

Start, resume, or retry a background run

GET
/api/v1/pipeline/{id}/run

Read durable progress and failure state

POST
/api/v1/pipeline/{id}/nodes/{node_id}/execute

Run one agent operation and apply credit rules

GET
/api/v1/pipeline/{pipeline_id}/nodes/{node_id}/result

Read a completed agent result

GET
/api/v1/pipeline/{id}/cost

Estimate the remaining pipeline cost

GET
/api/export/{id}

Export the growth plan as HTML

GET
/api/export/{id}/doc

Export a Word-compatible document

GET
/api/export/{id}/pdf

Export PDF when the PDF runtime is available

GET
/api/users/me

Read the current profile and entitlements

PATCH
/api/users/me

Update profile preferences

POST
/api/subscriptions/checkout

Create a supported checkout flow

POST
/api/subscriptions/cancel

Disable automatic subscription renewal

WS
/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.

TierMonthly creditsAgentsUsage rule
Free03Core analysis is included; paid operations need credits
Indie8418Paid AI operations use credits
Studio35021Paid AI operations use credits

Current OpenAPI schema

Inspect the generated schema for the web application’s current runtime contract.