Welcome to the AI Tools API
Our AI Tools API provides developers with powerful machine learning models for text generation, image analysis, and more.
Getting Started
To begin using our AI Tools API, you'll need to:
- Sign up for an API key at API Keys
- Choose from our available AI models
- Send requests using the provided endpoints below
Available Endpoints
Text Generation
POST
POST %CE%B5%CE%BB%CE%BB%CE%BC%CE%9E%CE%9B%CE%93/ai-tools/v1/generate-text
Parameters:
- API_KEY Your authentication token
- prompt: The input text to generate from
- max_tokens: Maximum length of generated text (1-2048)
Image Analysis
POST
POST %CE%B5%CE%BB%CE%BB%CE%BC%CE%9E%CE%9B%CE%93/ai-tools/v1/analyze-image
Parameters:
- API_KEY Your authentication token
- image: Base64 encoded image
- analysis_type: object_detection / caption