REST API

Your quoting engine, connected to everything.

Cord stops being just a screen for humans and becomes a system your other systems can talk to. Read and create quotes, clients, and products from your ERP, CRM, or a script — with a single key.

Business Plan · free test keys to integrate before paying

POST /api/v1/cotizaciones sending...
$ curl -X POST /api/v1/cotizaciones \ -H "Authorization: Bearer sk_live_8f2a••••" \ -d '{ "cliente_id": "c_8f2a", "items": [ … ] }'
●  sending
{
  "id": "q_19a…",
  "folio": "COT-0149",
  "cliente": "El Zarco Distribution",
  "status": "sent",
  "total": 196469.2
}
142 ms · MX region
REST endpoints on your real data 9
API key to authenticate everything (Bearer) 1
predictable JSON, no scraping or manual exports 100%

WHAT IS IT FOR?

Your big clients already have their system. Talk to it.

Imagine a client tied to a slow ERP their employees hate. With the API, their developers connect that ERP to Cord: your team quotes in Cord's fast engine and the data returns to the client's ERP in the background. No one changes tools, everyone wins.

  • Import your catalog and clients from your system, without retyping
  • Create quotes automatically when something happens in your ERP
  • Sync statuses (viewed, approved, paid) back to your system
Sin recapturar
Tu ERPCord
ERP
Cord
Catálogo · 412 productos
COT-0149 · aprobada

AUTHENTICATION

One key. Two scopes. Revocable instantly.

Generate an API key in Settings and send it in the header of every request. Read-only keys can query; write keys can also create. Did one leak? Revoke it and it stops working instantly. We only store its hash in the database — never the plaintext key.

  • Standard header: Authorization: Bearer sk_live_…
  • Read and write scopes per key
  • Test keys (sk_test_) free to integrate without a plan
Revocada
sk_live_8f2a••••••••
readconsultar
writecrear
GET /cotizaciones200 OK

ENDPOINTS

Everything you see in the app, also via API.

Quotes, clients, products, and collections — the same data from your dashboard, in JSON. Paginate with limit and offset, filter by status, and build whatever you need on top.

  • GET/POST /cotizaciones · GET /cotizaciones/:id
  • GET/POST /clientes · GET/POST /productos
  • GET /cobranza — AR, overdue, and aging
cotizacionesclientesproductoscobranza
{
  "folio": "COT-0149",
  "status": "sent",
  "total": 196469.2
}
limit 50 · offset 0total 412

EN TRES PASOS

Listo en minutos, no en semanas.

1
Generate your key In Settings › Developers › API. Copy it once — it's only shown when created.
2
Authenticate Send Authorization: Bearer in every request to https://cord.flouvia.com/api/v1.
3
Read and create Query JSON or create quotes from your ERP, CRM, or automation.
BIDIRECTIONAL MCP · AGENT GOVERNANCE Bidirectional MCP + agent governance Cord's MCP is no longer a one-way street.

START TODAY

Connect Cord to your system.

Generate a free test key and make your first call today.

No credit card required · Free plan forever