The Cominty API is a standard HTTPS/JSON API. This guide takes you from zero to your first authenticated request.Documentation Index
Fetch the complete documentation index at: https://docs.cominty.ai/llms.txt
Use this file to discover all available pages before exploring further.
Prerequisites
Before you begin, you need:- A Cominty account
- A Cominty API token (see the next step)
https://ds.cominty.com.
Get started
Get your API token
Create an API token from the Cominty dashboard. You’ll pass it on every
authenticated request in the
x-cominty-token header.Keep it secret — treat it like a password.Check connectivity
Confirm you can reach the API with the public health endpoint (no auth
required).