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
- Sign up for a Quiva AI account
- Navigate to your dashboard
- Go to the "API Keys" section
- Generate a new API key
- 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_KEYPricing
Competitive pricing for our core models. Pay only for what you use with our transparent, token-based pricing structure.
Quiva X
Flagship model with Gemini architecture
Quiva Tailor
Custom trainable model
Image X
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 keyReady to Get Started?
Start building with Quiva AI today. Add credits to your account and begin creating amazing AI-powered applications.
