Quiva AI
API Documentation

Quiva AI API Documentation

Complete guide to integrating with our core models: Quiva X (flagship), Quiva Tailor (trainable), and Image X (analyzer). Start building amazing AI-powered applications today.

API Overview

Welcome to the Quiva API! This API allows you to interact with our core models: Quiva X (flagship), Quiva Tailor (trainable), and Image X (analyzer). You can use these models to enhance your applications with AI-based responses, custom model training, and image analysis.

Quiva X

Our flagship model built on Gemini architecture with advanced tuning for complex, multi-step tasks.

Quiva Tailor

The flagship killer - trainable via dashboard for custom use cases and domain-specific applications.

Image X

Advanced image analyzer with generation capabilities for visual content analysis and creation.

Authentication

To use any of the Quiva models, you need to authenticate with an API key. Please follow the steps below to request your API key:

Getting Your API Key

  1. Sign up for a Quiva AI account
  2. Navigate to your dashboard
  3. Go to the "API Keys" section
  4. Generate a new API key
  5. Copy and securely store your API key

Using Your API Key

Include your API key in the Authorization header of all requests:

Authorization:  YOUR_API_KEY

Pricing

Competitive pricing for our core models. Pay only for what you use with our transparent, token-based pricing structure.

Quiva X

Input:$1.25 / 1M tokens
Output:$4.50 / 1M tokens

Flagship model with Gemini architecture

Quiva Tailor

Input:$0.85 / 1M tokens
Output:$2.75 / 1M tokens

Custom trainable model

Image X

Input:$0.45 / 1M tokens
Output:$0.85 / 1M tokens

Image analysis & generation

API Endpoints

POST /api/quiva-x/generate-response

Use Quiva X for complex, multi-step tasks with our flagship model. Simply provide your input text and get generated response.

curl -X POST https://ai.quivaconnect.com/api/quiva-x/generate-response \
  -H "Authorization:  YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "username": "your_username",
    "text": "your_input_text"
  }'

POST /api/quiva-tailor/generate-response

Use Quiva Tailor for custom-trained models and domain-specific applications. No additional prompts needed - just your input text.

curl -X POST https://ai.quivaconnect.com/api/quiva-tailor/generate-response \
  -H "Authorization:  YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "username": "your_username",
    "text": "your_input_text"
  }'

POST /api/image-x/generate-response

Use Image X for advanced image analysis and generation tasks. Provide your input text and get generated response.

curl -X POST https://ai.quivaconnect.com/api/image-x/generate-response \
  -H "Authorization:  YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "username": "your_username",
    "text": "your_input_text"
  }'

Response Format

Success Response

Generated response text...

Error Response

Error: Invalid API key

Ready to Get Started?

Start building with Quiva AI today. Add credits to your account and begin creating amazing AI-powered applications.

Empower Your Business with AI Excellence

Take control of your business

Transform your business operations with Quiva AI, designed to deliver unparalleled efficiency and customer satisfaction.

Get Started