Welcome to the AI Toolkit API documentation! Below you will find an overview of the available endpoints and their usage.
Available Endpoints
- /api/v1/predict: Use this endpoint to make predictions using the AI Toolkit. You need to provide the necessary input data in the request body.
Usage Example
Here's an example of how to use the /api/v1/predict
endpoint:
curl -X POST -H "Content-Type: application/json" -d '{"input_data": "your_input_data_here"}' https://yourdomain.com/api/v1/predict
More Information
For more detailed information, please visit our API Reference.
AI in Action