# ClevrScan ## Docs - [Async Method](https://docs.clevrscan.com/api-reference/endpoint/async_method.md): Uploads files for asynchronous OCR processing. Returns task IDs that can be used to check processing status. - [Create Template](https://docs.clevrscan.com/api-reference/endpoint/create_template.md): Uploads a new document template definition with fields and processing instructions. Returns the created template metadata. - [Delete Document History](https://docs.clevrscan.com/api-reference/endpoint/delete_document_history.md): Deletes a specific document entry from the document history. - [Delete Template](https://docs.clevrscan.com/api-reference/endpoint/delete_template.md): Deletes an existing template by its ID. Once deleted, the template cannot be recovered. - [Detect Document](https://docs.clevrscan.com/api-reference/endpoint/detect_document.md): Uploads a document for synchronous detection and classification. Returns detection results immediately (blocking request). - [Get Document History](https://docs.clevrscan.com/api-reference/endpoint/get_document_history.md): Fetches the history of uploaded and processed documents with pagination support. - [Get Document History (Search)](https://docs.clevrscan.com/api-reference/endpoint/get_document_history_search.md): Fetches paginated document history with optional search filtering. - [Get Presigned URLs](https://docs.clevrscan.com/api-reference/endpoint/get_presignedurls.md): Generates presigned URLs for one or more documents. These URLs can be used to securely download documents without re-authentication. - [List Templates](https://docs.clevrscan.com/api-reference/endpoint/list_templates.md): Fetches all available OCR templates for the authenticated user. - [Status Checking](https://docs.clevrscan.com/api-reference/endpoint/status_checking.md): Check the status of an asynchronous processing task. - [Sync Method](https://docs.clevrscan.com/api-reference/endpoint/sync_method.md): Uploads files for synchronous OCR processing. Returns results immediately (blocking request). - [Update Document History](https://docs.clevrscan.com/api-reference/endpoint/update_document_history.md): Updates metadata or AI-extracted results for a specific document in the history. - [Introduction](https://docs.clevrscan.com/index.md): ClevrScan API documentation for integrating document processing and automation features ## OpenAPI Specs - [openapi](https://docs.clevrscan.com/api-reference/openapi.json)