---
title: "Receipt OCR Update"
method: POST
path: "/v2/ocr/receipt/update"
tags: ["ocr"]
---

# Receipt OCR Update

`POST /v2/ocr/receipt/update`

Receive user's altered OCR data

## Headers

- `Authorization` string, required

## Response `200`

success, the list in Data is ReceiptOCRUploadResponse

- object
  - `code` integer — 0=success，only parse data when code=0
  - `data` object — real data
    - `task_id` string
  - `message` string — tip message

---

[API](https://skmtc.net/bluente/apis/bluente-api.md) · [All operations](https://skmtc.net/bluente/apis/bluente-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bluente/bluente-api/revisions/5c90e58bf672/schema)
