Models
v2.2.0
Our API requires authentication using API keys to ensure secure access.
To access our API, you need an API key. You can find your API key by visiting Smallest AI Console.
Once you have an API key, you must include it in the Authorization header of each request using the Bearer Token scheme.
Authorization
1GET /v1/some-endpoint HTTP/1.12Host: api.smallest.ai3Authorization: Bearer YOUR_API_KEY_HERE
For more details, visit our API Documentation.