Resources
Using AI tools
How to use the QUiCK documentation and API with AI assistants.
This page explains how to use the QUiCK API and documentation with AI assistants (ChatGPT, Claude, Cursor and similar).
Loading the documentation
Every documentation page can be copied as Markdown with the Copy page as Markdown button in the top right. Paste it straight into an AI conversation as context.
OpenAPI specification
The full OpenAPI 3.0 specification can be downloaded from the API Reference page (download icon, top right) for machine processing. Most AI tools can interpret the endpoints and schemas natively.
Suggested prompts
- „Write a TypeScript function that lists partners from the QUiCK API with pagination (
page/page_size)." - „Show an example of uploading an expense document to
POST /2/expenses/create/with Base64-encoded content." - „Write robust error handling for the QUiCK
401and403responses using theAuthorization: Tokenheader."
Security
Never share your production API token with an AI tool. If you want to experiment, create a separate token for that purpose and delete it when you are done.