Skip to main content
GET
/
ocr
/
models
cURL
curl -X GET https://api.opper.ai/v2/ocr/models \
  -H "Authorization: Bearer ${OPPER_API_KEY}"
{
  "meta": {
    "total_count": 123
  },
  "data": [
    {
      "hosting_provider": "<string>",
      "name": "<string>",
      "location": "<string>",
      "cost_per_page": 0.001
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Successful Response

meta
Meta · object
required

Metadata about the response

data
ListOCRModelsResponse · object[]
required

List of items returned in the response