Welcome to the Paperoffice API
Paperoffice offers a powerful API that lets you build integrations, automations, and custom applications. This documentation gives you an overview plus hands-on guides and references.
Quickstart
- Request API access: Administrators enable the API in the Paperoffice backend and create a service account.
- Test authentication: Generate an access token via the OAuth client and check the login with an initial
GET /v1/profilecall. - Build your first integration: Follow the guides section to upload documents, set metadata, or trigger workflows.
curl -X GET https://api.paperoffice.ai/v1/profile \
-H "Authorization: Bearer <ACCESS_TOKEN>"
Next steps
- Read the Guides for step-by-step walkthroughs of typical integration scenarios.
- The API Reference contains every resource with parameters, error codes, and example responses.
- Keep an eye on the Changelog to spot breaking changes early.
Feedback & Support
For technical questions or feature requests contact the Paperoffice partner team at dev-support@paperoffice.ai. We appreciate your feedback!