Introduction
Introduction
Here you can find the API reference for the Itzam API.
Our documentation is still under construction. If you have any questions, please contact us at [email protected].
Welcome
With Itzam, you can seamlessly integrate AI into your applications.
Our API and SDKs are pretty straightforward and easy to use. Most of the configuration is done through the Itzam dashboard.
Authentication
All API endpoints are authenticated using API Keys. You can create one in the API keys section of the Itzam dashboard.
Now, you can use the API key to authenticate your requests.
In the API:
Bash
In the SDKs:
TypeScript
Error Codes
We use standard HTTP status codes to indicate the success or failure of an API request.
Status Code | Description |
---|---|
200 | The request was successful. |
400 | The request was invalid. |
401 | The request was unauthorized. |
404 | The requested resource was not found. |
429 | The request was rate limited. |
500 | An error occurred on our end. |