Skip to content
Qrendo

Product · Integrations & API

Open API, Excel, Enterprise Architect, and project export

Qrendo req:ai exposes curated integration surfaces: a public read-only HTTP API with token, Excel/EA export paths, and ZIP-based project export/import for migration, complemented by statistics export with configurable layouts.

Product · Integrations & API — illustration

Public API (/public/v1)

Authentication: API token (hashed in the database); /token/verify for introspection.

Resources: project list and project metadata; stakeholder and system requirements (list + detail with filters, default pagination 100 / max 500); requirement areas; functions (flat or hierarchical=true).

Health: /health without auth; /meta/statuses describes status filters.

Fields are exposed ISO 15288-style in English; displayId is surfaced as external id, internal database id as internalId.

Export paths

Excel and Enterprise Architect

Export paths under the project's export API include Excel (/export/toExcel) and Enterprise Architect XMI (/export/toEA) for downstream work in office environments or modelling.

Statistics export

POST /api/statistics/export/excel and .../pdf take a layout with sections and produce a workbook or PDF, the same dimensions as in the General statistics view (status, area, function, stakeholder, classification, sources, tags, custom attributes, V&V status when enabled).

Project export / import

Export: ZIP with project.json, JSONL per domain, manifest, attachments, scope defined in projectTransferScope (many entities including the V&V graph). Import: restore with ID remap and user-identity strategy, suitable for recovery and moving between installations.