# QR Cake API Docs

## QR Cake

- [QR Cake API](https://qr-cake-1.gitbook.io/bhb-docs/api-reference/qr-cake-api.md): Create, list, and delete QR Codes for a QR Cake account.
- [List QR Codes (GET /user/product)](https://qr-cake-1.gitbook.io/bhb-docs/api-reference/qr-cake-api/list-qr-codes-get-user-product.md): List all QR Codes for the authenticated account.
- [Get a QR Code (GET /product/{productId})](https://qr-cake-1.gitbook.io/bhb-docs/api-reference/qr-cake-api/get-a-qr-code-get-product-productid.md): Fetch a single QR Code by productId.
- [Create a QR Code (POST /product)](https://qr-cake-1.gitbook.io/bhb-docs/api-reference/qr-cake-api/create-a-qr-code-post-product.md): Create a new QR Code for the authenticated account.
- [Update a QR Code (PUT /product/{productId})](https://qr-cake-1.gitbook.io/bhb-docs/api-reference/qr-cake-api/update-a-qr-code-put-product-productid.md): Update an existing QR Code by productId.
- [Delete a QR Code (DELETE /product/{productId})](https://qr-cake-1.gitbook.io/bhb-docs/api-reference/qr-cake-api/delete-a-qr-code-delete-product-productid.md): Delete a QR Code by productId.
- [Permissions (GET /permission)](https://qr-cake-1.gitbook.io/bhb-docs/api-reference/qr-cake-api/permissions-get-permission.md): List permissions for the authenticated user/account.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://qr-cake-1.gitbook.io/bhb-docs/api-reference/qr-cake-api.md?ask=<question>
```
The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.
Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
