Skip to main content
Developer Resources

Build with Confidence

Everything you need to integrate with our platform and build amazing applications

Powered by AINative

Core API

Core endpoints for models and chat completions

4 endpoints
GET/api/v1/models

List all available models with their capabilities and status

GET/api/v1/models/available

List models available on your current plan

GET/api/v1/public/models/{model_id}

Retrieve specific model details and configuration

Authentication

User authentication and session management

5 endpoints
POST/api/v1/auth/login

User login with email and password

POST/api/v1/auth/register

Create a new user account

POST/api/v1/auth/logout

End the current session

Chat

Chat sessions and messaging

5 endpoints
GET/api/v1/chat/sessions

List chat sessions

POST/api/v1/chat/sessions

Create a new chat session

GET/api/v1/chat/sessions/{session_id}

Get chat session by ID

Threads

Conversation threads with forking and search

7 endpoints
POST/api/v1/threads/

Create a new conversation thread

GET/api/v1/threads/

List all threads

POST/api/v1/threads/search

Search threads

Files

File upload, listing, and download

4 endpoints
POST/api/v1/v1/files

Upload a file

GET/api/v1/v1/files

List all files belonging to the user

DELETE/api/v1/v1/files/{file_id}

Delete a file

Embeddings

Generate and search vector embeddings via ZeroDB

5 endpoints
POST/api/v1/projects/{project_id}/embeddings/generate

Generate embeddings for text

POST/api/v1/projects/{project_id}/embeddings/embed-and-store

Generate and store embeddings

POST/api/v1/projects/{project_id}/embeddings/search

Semantic search over stored embeddings

Audio

Audio transcription, translation, and text-to-speech

4 endpoints
POST/api/v1/audio/transcriptions

Transcribe audio to text (Whisper)

POST/api/v1/audio/translations

Translate audio to English (Whisper)

POST/api/v1/audio/tts

Generate speech from text

Memory Management

Agent memory storage and semantic search

3 endpoints
POST/api/v1/memory/search

Semantic search over agent memory

GET/api/v1/public/memory/sessions

List memory sessions

POST/api/v1/public/memory/store

Store a memory entry

AI Agents

Agent lifecycle, swarm orchestration, and cloud deployment

6 endpoints
GET/api/v1/agents

List all registered agents

POST/api/v1/agent-swarm/agents

Create a new agent in the swarm

GET/api/v1/cloud/deployments/

List agent cloud deployments

Code Quality

Automated code analysis and fix suggestions

5 endpoints
GET/api/v1/code-quality/

Get code quality overview

GET/api/v1/code-quality/agent

Get code quality agent status

POST/api/v1/code-quality/fixes

Get suggested code fixes

Refactoring

AI-powered code refactoring suggestions

2 endpoints
POST/api/v1/refactoring/

Create a refactoring suggestion

POST/api/v1/refactoring/apply/{suggestion_id}

Apply a refactoring suggestion

Debugging

Debugging sessions with steps, suggestions, and test cases

7 endpoints
GET/api/v1/debugging/sessions

List debugging sessions

GET/api/v1/debugging/sessions/{session_id}

Get session details

GET/api/v1/debugging/sessions/{session_id}/details

Get detailed session info

Git Context

Git repository analysis and context extraction

2 endpoints
POST/api/v1/git-context/

Analyze a git repository

GET/api/v1/git/status

Get repository status

Projects

ZeroDB project management

2 endpoints
GET/api/v1/projects/

List all projects

GET/api/v1/projects/{project_id}

Get project details

Health Checks

System health and status monitoring

2 endpoints
GET/api/v1/health

Check system health

GET/api/v1/ai/status

Get AI service status

Ready to start building?

Get your API key and start integrating our powerful AI capabilities into your applications today.

Start building with AINative APIs

Get your API key in 30 seconds. Free tier includes 1,000 credits.

Get Your API Key