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
| Method | Endpoint | Description | |
|---|---|---|---|
| GET | /v1/personas | List all available personas | View docs → |
| POST | /v1/chat | Create a new chat session | View docs → |
| POST | /v1/chat/{id}/message | Send a message | View docs → |
| GET | /v1/chat/{id}/history | Get chat history | View docs → |
| POST | /v1/personas | Create a custom persona | View docs → |
| GET | /v1/models | List available AI models | View 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