Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.gu1.ai/llms.txt

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

All paths are under https://api.gu1.ai. Use multipart/form-data where noted. Header Authorization: Bearer YOUR_API_KEY.
MethodEndpointPage
GET/batch-import/mappingsList mappings
POST/batch-import/mappingsCreate mapping
PATCH/batch-import/mappings/{id}Update mapping
DELETE/batch-import/mappings/{id}Delete mapping
POST/batch-import/validate-csvValidate CSV
POST/batch-import/import/entitiesImport entities
POST/batch-import/import/user-eventsImport user events
POST/batch-import/import/transactionsImport transactions
GET/batch-import/unified-historyUnified history
GET/batch-import/mapping-auditsMapping audits
POST/batch-import/jobs/{jobId}/controlControl job
GET/batch-import/transaction-jobs/{jobId}/failures.csvTransaction failures CSV
GET/batch-import/user-event-jobs/{jobId}/failures.csvUser-event failures CSV
POST/batch-import/transaction-jobs/{jobId}/requeueRequeue transaction job
POST/batch-import/entity-jobs/{jobId}/requeueRequeue entity job
Alternate upload (same multipart semantics): POST /transactions/batch/upload β€” see Import transactions and Create batch transactions. Conceptual overview: Bulk imports.