Integrate Caqophony products into your applications using our REST API.
x-api-key header.curl -X GET \
https://flowrunner.caqophony.com/api/bd/companies \
-H "x-api-key: frun_your_api_key_here" \
-H "Content-Type: application/json"Response:
{
"companies": [
{
"id": "comp_abc123",
"name": "Acme Corp",
"domain": "acme.com",
"status": "prospect",
"industry": "Technology"
}
],
"total": 1,
"limit": 50,
"offset": 0
}/api/bd/companiesList all companies in your pipeline
/api/bd/prospectsList all prospects (contacts)
/api/api-keys/createCreate a new API key
/api/api-keys/revokeRevoke an existing API key
Download the full OpenAPI 3.0 specification for use with tools like Postman, Insomnia, or code generators.
View OpenAPI Spec| Plan | Requests/Minute |
|---|---|
| Starter | 100 |
| Pro | 500 |
| Enterprise | 2,000 |