Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.croma.run/llms.txt

Use this file to discover all available pages before exploring further.

The Croma API turns public-sector data sources into clean, structured JSON for product teams and AI agents. One bearer key, one consistent request/response shape, across every source.

What you can query

Rama Judicial

Search Colombian judicial processes, resolve a case by radicación, and list its actuaciones.

Registraduría

Check whether a Colombian cédula is active or cancelled due to death.

Superfinanciera

Query jurisdictional case filings and action history from Colombia’s Superintendencia Financiera.

SICAAC

Look up Colombian natural-person insolvency cases by document.

Policía Nacional

Check a person’s Colombian criminal record (antecedentes) by document.

SUNAT / RREE (Perú)

Resolve Peruvian RUC taxpayer data and verify foreigner identity cards.

Web Search

AI-powered web search with structured, scored results.

How it works

Every data endpoint is a versioned POST path (for example /co/rama-judicial/cases/search/v1), takes a small JSON body, and returns the same envelope, the payload under data:
{
  "data": { }
}
Rate-limit state and a request id come back as response headers (X-RateLimit-*, X-Request-Id). All data endpoints require a bearer API key; the catalog (/catalog) and the OpenAPI spec (/openapi) are public.

Quickstart

Make your first authenticated request in under a minute.

API Reference

Full endpoint reference with an interactive playground.