pdf2json
Deterministic fast PDF to JSON transformation
1 subscribers
11 endpoints
The in-depth APIMemo review for this API hasn't been published yet —
the data below comes straight from the public marketplace listing.
pdf2json endpoints
| Method | Endpoint | Description |
|---|---|---|
| Templates | ||
| POST |
createTemplate /create-template |
Creates a template from 2-4 sample PDF files. The template learns the structure and can be used to extract data from similar PDFs. Requires authentication. |
| GET |
listTemplates /list-templates |
Returns a list of all templates created by the authenticated user |
| Extraction | ||
| POST |
extractJson /extract-json/{template} |
Extracts structured JSON data from a PDF file using an existing template. Requires authentication. |
| API | ||
| POST |
generateToken /api/generate-token |
Generates a JWT token for API access. Requires UI authentication. The token can be used to call the `/api/extract/{template}` endpoint. |
| POST |
apiExtract /api/extract/{template} |
Programmatic endpoint to extract JSON from a PDF using a template. Requires Bearer token authentication. **Example cURL:** ```bash curl -X POST… |
| Authentication | ||
| POST |
logout /auth/logout |
Logs out the current user and clears the session |
| POST |
submitFeedback /submit-feedback |
Submit feedback about the service. Requires authentication. |
| GET |
getSession /auth/session |
Returns information about the current user session |
| POST |
requestVerificationLink /auth/request-link |
Sends a verification link to the provided email address for passwordless login. |
| GET |
verifyEmail /auth/verify |
Verifies the email token and creates an authenticated session. This endpoint is typically accessed via the link sent to the user's email. |
| Health | ||
| GET |
healthCheck /health |
Check if the service is running and healthy |
pdf2json pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|