Build with Confidence
Everything you need to integrate with our platform and build amazing applications
Core API
Core endpoints for models and chat completions
/api/v1/modelsList all available models with their capabilities and status
/api/v1/models/availableList models available on your current plan
/api/v1/public/models/{model_id}Retrieve specific model details and configuration
Authentication
User authentication and session management
/api/v1/auth/loginUser login with email and password
/api/v1/auth/registerCreate a new user account
/api/v1/auth/logoutEnd the current session
Chat
Chat sessions and messaging
/api/v1/chat/sessionsList chat sessions
/api/v1/chat/sessionsCreate a new chat session
/api/v1/chat/sessions/{session_id}Get chat session by ID
Threads
Conversation threads with forking and search
/api/v1/threads/Create a new conversation thread
/api/v1/threads/List all threads
/api/v1/threads/searchSearch threads
Files
File upload, listing, and download
/api/v1/v1/filesUpload a file
/api/v1/v1/filesList all files belonging to the user
/api/v1/v1/files/{file_id}Delete a file
Embeddings
Generate and search vector embeddings via ZeroDB
/api/v1/projects/{project_id}/embeddings/generateGenerate embeddings for text
/api/v1/projects/{project_id}/embeddings/embed-and-storeGenerate and store embeddings
/api/v1/projects/{project_id}/embeddings/searchSemantic search over stored embeddings
Audio
Audio transcription, translation, and text-to-speech
/api/v1/audio/transcriptionsTranscribe audio to text (Whisper)
/api/v1/audio/translationsTranslate audio to English (Whisper)
/api/v1/audio/ttsGenerate speech from text
Memory Management
Agent memory storage and semantic search
/api/v1/memory/searchSemantic search over agent memory
/api/v1/public/memory/sessionsList memory sessions
/api/v1/public/memory/storeStore a memory entry
AI Agents
Agent lifecycle, swarm orchestration, and cloud deployment
/api/v1/agentsList all registered agents
/api/v1/agent-swarm/agentsCreate a new agent in the swarm
/api/v1/cloud/deployments/List agent cloud deployments
Code Quality
Automated code analysis and fix suggestions
/api/v1/code-quality/Get code quality overview
/api/v1/code-quality/agentGet code quality agent status
/api/v1/code-quality/fixesGet suggested code fixes
Refactoring
AI-powered code refactoring suggestions
/api/v1/refactoring/Create a refactoring suggestion
/api/v1/refactoring/apply/{suggestion_id}Apply a refactoring suggestion
Debugging
Debugging sessions with steps, suggestions, and test cases
/api/v1/debugging/sessionsList debugging sessions
/api/v1/debugging/sessions/{session_id}Get session details
/api/v1/debugging/sessions/{session_id}/detailsGet detailed session info
Git Context
Git repository analysis and context extraction
/api/v1/git-context/Analyze a git repository
/api/v1/git/statusGet repository status
Projects
ZeroDB project management
/api/v1/projects/List all projects
/api/v1/projects/{project_id}Get project details
Health Checks
System health and status monitoring
/api/v1/healthCheck system health
/api/v1/ai/statusGet AI service status
Start building with AINative APIs
Get your API key in 30 seconds. Free tier includes 1,000 credits.
Get Your API Key