Introduction
API
General Overview for the API
Welcome
The OpenApi schema was generated with the help of Nestia SDK. It gives a generally good representation but take it with a grain of salt
Authentication
The API implements a robust two-tier authentication system:
Primary Authentication
All API requests require a primary authentication token via the x-api-key
header. This serves as the first layer of security and validates your general API access.
Partnership Authentication
For specialized endpoints developed through strategic partnerships, an additional authentication layer is required in the form of:
x-YOUR_PROJECT_NAME-key
This secondary key serves two critical purposes:
- Resource Management: Enables access to enhanced computational resources and higher rate limits
- Security Control: Prevents potential misuse that could impact system behavior or performance
🔐 Security Note: Keep both authentication keys secure and never expose them in client-side code or public repositories.