Skip to content
Back to Help Center

Developers

API Keys

Create, rotate, and manage API keys for programmatic access.

Create a key

  1. Dashboard → API Keys from the user menu
  2. Click Create Key
  3. Pick permissions: extract (upload + create jobs) and/or read (list + results)
  4. 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