Developers
Integrate CITAQ into your existing stack.
CITAQ provides a structured API and MCP endpoint for direct integration. Connect your catalog via CSV, custom API, or platform plugin. Query verified product data programmatically. Build on top of the verification layer.
Integration Options
Three ways to connect.
Option 1
Platform Integration (no code)
–Connect Shopify, WooCommerce, or Amazon via OAuth or plugin.
–No custom development required.
–Read-only access. Your catalog is never modified.
Option 2
CSV Upload
–Upload your product catalog as a structured CSV.
–Required fields: product identifier, product name, claim text per row.
–CITAQ processes the upload and begins claim identification.
Option 3
Direct API
–REST API for programmatic catalog submission and evidence management.
–Authentication via API key (JWT, 15-minute expiry).
–Rate limits: 100 requests/minute standard, configurable per account.
–Full API reference at docs.citaq.io/api.
Querying Verified Data
MCP endpoint.
CITAQ's MCP endpoint is compatible with the Model Context Protocol (all major AI providers) and the Universal Commerce Protocol (UCP).
Endpoint URL
https://mcp.citaq.io/v1/{merchantId}Sample query
verify_product_claim(
productId: "sku_001",
claimText: "IPX6 waterproof"
)
// Returns:
{
claimState: "APPROVED",
evidenceLevel: "L4",
claimText: "Waterproof to IPX6",
evidenceSource: "Intertek Laboratories — ISO 811",
verificationDate: "2025-10-15",
revocationStatus: "ACTIVE",
documentHash: "sha256:0xB3F9A12C4D..."
}Public API documentation covers all endpoints needed for standard integration. Internal architecture documentation — including schema details, governance rules, credit accounting, and temporal truth contracts — is available to enterprise accounts under NDA.
Start with the live product surface.
The broader CITAQ developer surface belongs to the platform build. Today, CRS is the live module operators can enter and test.