Skip to main content
POST
/
purchases
/
{orderId}
/
start-chatbots
{
  "status": "ok"
}

Documentation Index

Fetch the complete documentation index at: https://api-docs.streamskill.pro/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Accept-Language
enum<string>
default:en

The language of the response

Available options:
en,
ru

Path Parameters

orderId
integer
required

The ID of the order

Response

Action Success

status
string

The status of the action

Example:

"ok"