Skip to main content
GET
/
api
/
training
/
export
Export training snapshots as JSON
curl --request GET \
  --url https://your-instance.example.com/api/training/export \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

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

Query Parameters

quality
string
category
string

Response

200 - application/json

Training data exported

Generic response envelope. Endpoint-specific fields are intentionally open.