What you can do in the portal
Updated
Signing in#
The client portal is at app.docxtract.io. Credentials are emailed to you when your account is created — from the Start Free Trial form on docxtract.io, or by our team for a paid account.
The four pages#
| Page | What it is for |
|---|---|
| Dashboard | Your API keys, their status, quota and usage. Copy a key here. |
| Test API | Extract a real document without writing code, and copy a working snippet. |
| Settings | Your profile, password, plan and trial usage. |
| API Help | The developer guide, plus the interactive API reference and Postman downloads. |
Everything the portal does is covered in the three articles below.
What the portal does not do#
Being clear about this saves time hunting for controls that are not there:
- You cannot create or delete API keys. Keys are issued with your account. Ask support@docxtract.io for an extra key, a higher quota, or a revocation.
- You cannot change which document types a key may use. That is set per key on our side — see API keys.
- There is no invoice or payment history. Billing is handled outside the portal.
- There is no team or multi-user management. One login per account.
- There is no extraction history browser. Results are only stored when you pass
store_db: true, and there is no portal screen to browse them; retrieve them through the API.
Where to go next#
- API keys — find your key, read its status, understand quota
- Test the API from the portal — try a document
- Account and plan — profile, password, trial usage
Something wrong or missing on this page? Tell us.