v1

latestOpenAPI 3.0.02026-07-228239173.7 KB
Client API v2

Estimate the price of an image OCR request.

post/api/v2/images/ocr/price

Headers

Accept'application/json' required

Response

Calculated price for img2txt inference.

Example response

{
  "data": {
    "price": 0.15
  }
}