API Documentation

Complete reference for the Secrealm AI REST API. Authenticate, make requests, and integrate AI capabilities into your applications.

Getting Started

1

Get your API key

Sign up and generate a key from your dashboard.

2

Install an SDK

Choose Python, Node.js, Go, Java, or Ruby.

3

Make your first request

Use the examples below to get started.

Authentication

Include your API key in the Authorization header of every request.

Authorization: Bearer YOUR_API_KEY

API Endpoints Overview

Voice API/v1/voice/*Text-to-speech, speech-to-text, voice cloning
Agents API/v1/agents/*Helpdesk, receptionist, chat agents
Documents API/v1/documents/*OCR, document generation
Data API/v1/data/*CRM, ERP, analytics queries
Workflow API/v1/workflows/*Automation triggers and execution
Auth API/v1/auth/*API key management, OAuth, permissions

Rate Limits

TierLimit
Free100 req/min
Pro1,000 req/min
EnterpriseCustom

Ready to integrate?