API Reference
Welcome to the official Clemta API reference documentation. Our APIs allow you to programmatically interact with Clemta’s services, enabling you to integrate company formation, accounting, and other business services into your own applications.
Available APIs
Formation API
Programmatically initiate company formations and check their status
Accounting API (WIP)
Manage invoices, expenses, and other accounting functions
Authentication
See Authentication for how to authenticate requests.Base URL
Clemta provides two environments for API usage:- Production: For live, real company formations and data
- Sandbox: For testing and development (no real companies are created)
Response Format
All API responses are returned in JSON format. Successful responses typically include asuccess field set to true and the requested data. Error responses include a success field set to false, an error message, and often an error code.