AI Tools API

Build intelligent applications with our AI-powered tools

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:

  1. Sign up for an API key at API Keys
  2. Choose from our available AI models
  3. 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