Developer API

Build with AI Personalities

Integrate AI personas into your apps, websites, and games. Simple API, powerful capabilities, enterprise-grade reliability.

import { PersonaVerse } from '@personaverse/sdk';

const client = new PersonaVerse({
  apiKey: 'your_api_key'
});

// Create a chat session
const session = await client.chat.create({
  personaId: 'tech-titan',
  model: 'gpt-4'
});

// Send a message
const response = await session.send({
  message: 'What advice would you give to a first-time founder?'
});

console.log(response.text);

RESTful API

Simple, intuitive REST API with comprehensive endpoints for all features.

SDKs Available

Official SDKs for JavaScript, Python, Ruby, Go, and more.

Enterprise Security

SOC 2 compliant with end-to-end encryption and audit logs.

99.9% Uptime

Reliable infrastructure with automatic failover and load balancing.

API Reference

Simple, predictable REST API endpoints

MethodEndpointDescription
GET/v1/personasList all available personasView docs →
POST/v1/chatCreate a new chat sessionView docs →
POST/v1/chat/{id}/messageSend a messageView docs →
GET/v1/chat/{id}/historyGet chat historyView docs →
POST/v1/personasCreate a custom personaView docs →
GET/v1/modelsList available AI modelsView docs →

API Pricing

Generous free tier, scale as you grow

Free

$0

100/month

Pro

$15/mo

1,000/month

Creator

$99/mo

50,000/month

Enterprise

Custom

Unlimited