Developers
API Keys
Create, rotate, and manage API keys for programmatic access.
Create a key
- Dashboard → API Keys from the user menu
- Click Create Key
- Pick permissions:
extract(upload + create jobs) and/orread(list + results) - Copy the key — it's shown once
Use it
Authorization: Bearer ts_your_api_key
Rotation
Click Rotate next to a key. New key created, old key revoked, one atomic operation. Update your integrations with the new key.
Rate limits
- Extract: 10/min
- List/Status: 60/min
- Results: 120/min
Security notes
- Keys are hashed at rest — we can't see them after creation
- Optional expiration dates
- Revoke instantly from the dashboard
- Only the
ts_prefix is shown in listings