| title | Quickstart |
|---|---|
| description | Get started with Clemta API in minutes |
Welcome to Clemta! This guide will help you get up and running with the Clemta API in just a few minutes.
There is no public signup for Clemta. Your API credentials will be sent to you via email by our team.
Check your inbox for an email from Clemta containing your API key and other credentials.
If you have not received your credentials, please contact us at tech@clemta.com.
Your API key should look like this:
clemta_gUrCvqYbJBNh4m3LbEZ_7n6yZxCdPP5ZRxHDmfmHH3Kr7kYLU4
Include your API key in the X-API-KEY header on every request. See Authentication for details.
Here's how to initiate a company formation using the Clemta API.
curl -X POST https://api.clemta.com/formations \
-H "X-API-KEY: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"company_name": "Acme Inc.",
"country": "US",
"email": "founder@acme.com",
...
}'- Explore the API Reference for all available endpoints.
- Review Rate Limiting to understand usage limits.
- Check out our Guides for more advanced use cases.
If you have any questions or need support, reach out to us at tech@clemta.com.