API Documentation
Integrate SortNex ranking engine into your applications with our RESTful API.
Getting Started
Quick start guide and authentication
Use the examples below to authenticate and call the API from your app.
SDKs & Libraries
Official client libraries
Swagger/OpenAPI exports are available from the interactive reference.
Quick Start
Authentication
All API requests require authentication using JWT tokens. Obtain your API key from the dashboard:
Authorization: Bearer YOUR_API_KEYBase URL
/api/v1Sample Request
curl -X GET "/api/v1/rankings" \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json"
Core Endpoints
GET
/api/v1/rankingsRetrieve ranked product lists
POST
/api/v1/rankingsCreate new ranking job
GET
/api/v1/algorithmsList available algorithms
POST
/api/v1/productsUpload product data