SEAES Back to docs

API Reference

Integrate SEAES products into your workflows with our REST APIs.

Authentication

All API requests require authentication via an API key. Include your key as a Bearer token in the Authorization header.

Authorization: Bearer YOUR_API_KEY

Base URL

https://api.seaes.ai/v1

Rate Limits

  • Standard: 100 requests per minute
  • Enterprise: 1,000 requests per minute

Rate limit headers are included in every response. If you exceed your limit, you'll receive a 429 Too Many Requests response.

Available APIs

ERP
Manage records, query data, automate business operations.
FinGuard
Upload documents, retrieve audit reports, manage compliance checks.
Vox
Manage voice agents, retrieve call logs, access transcriptions.
Ping
Price feeds, group management, WhatsApp messaging automation.
Rank
Run audits, manage keywords, retrieve ranking and visibility data.
Shield
Trigger scans, retrieve vulnerability reports, manage monitoring targets.

Response Format

All responses are returned in JSON format. Successful requests return a 200 status code. Errors follow standard HTTP status codes with a descriptive message.

{ "status": "success", "data": { ... } }
{ "status": "error", "code": 400, "message": "Invalid request parameters." }

Note: Full API documentation with detailed endpoint specifications is coming soon. Contact hello@seaes.ai for early API access.