Integrate conversational AI, content management, and RAG capabilities into your applications with our simple REST API.
Powered by Claude. Multi-turn conversations with context retention, custom personas, and intelligent responses.
Semantic search across your knowledge base. Hybrid search, re-ranking, and context-aware retrieval.
Manage and deliver content through your AI. Articles, products, FAQs, and more.
const response = await fetch('https://app.fig1.ai/api/sdk/agent/chat', {
method: 'POST',
headers: {
'Content-Type': 'application/json',
'X-Fig1-API-Key': 'your-api-key'
},
body: JSON.stringify({
message: 'What products do you recommend?',
sessionId: 'optional-session-id',
personaId: 'optional-persona-id'
})
});
const data = await response.json();
console.log(data.data.message);
// "Based on your preferences, I recommend..."
That's it. No complex setup, no SDKs to install—just REST.
Sign up for free and start building AI-powered experiences today.
Create Free Account