How it works
Create an API key
Go to Settings → API Keys in the Origami app and generate a key.
It starts with
og_live_ and is shown once — save it securely.List your tables
Call
GET /tables to see your tables, their columns, and their slugs.
Find the table you want to enrich into.Insert rows
POST /tables/{tableId}/rows with your raw data. Origami starts enriching
immediately and returns a batchId.Quick links
Quickstart
End-to-end walkthrough with curl examples.
Authentication
How to create and manage API keys.
API Reference
Full endpoint documentation with interactive playground.
Credit balance
Check your remaining credits before enriching.
Base URL
All API requests go to:Async model
All write endpoints are asynchronous. APOST returns a batchId immediately —
poll GET /batches/{batchId} to check progress and retrieve enriched results.
- For fast results, poll every 2–5 seconds.
- For background processing, poll every 30–60 seconds.