API Reference
Integrate ORME AI into your workflow with our REST API. Build custom integrations, automate workflows, and extend the platform.
Authentication
All API requests require authentication via Bearer token. Include your API key in the Authorization header of every request.
// Include in request headers
Authorization: Bearer your_api_key_here
Base URL
All API endpoints are relative to the base URL. Use HTTPS for all requests in production environments.
// Production
https://api.orme.dev/v1
Endpoints
Available API endpoints
Accounts2 endpoints
/v1/accountsList all connected Instagram accounts for the authenticated workspace.
/v1/accounts/connectInitiate the OAuth flow to connect a new Instagram account.
Comments2 endpoints
/v1/commentsRetrieve comments with filtering by post, status, and date range.
/v1/comments/{id}/replyPost a reply to a specific comment. Supports AI-generated or manual replies.
Subscribers3 endpoints
/v1/subscribersList subscribers with pagination, tag filtering, and segment queries.
/v1/subscribersCreate a new subscriber record with tags and custom attributes.
/v1/subscribers/{id}Update subscriber details, tags, lifecycle stage, or custom fields.
Automation2 endpoints
/v1/flowsList all automation flows with their status and execution counts.
/v1/flows/{id}/triggerManually trigger a specific flow for testing or one-off execution.
Analytics2 endpoints
/v1/analytics/overviewGet high-level metrics including reply rate, response time, and engagement.
/v1/analytics/agent-performanceDetailed AI agent performance metrics: accuracy, confidence, and throughput.
Rate Limits
Request quotas by plan
Standard
Pro Plan100
requests per minute
Enterprise
Custom1,000
requests per minute
Official SDKs
We are building official SDKs for JavaScript and Python to make integration even easier. Sign up to be notified when they launch.
JavaScript
npm
Python
pip
Need API access?
Contact our team to get your API credentials and start building integrations with ORME AI.