/ocr_card

Endpoint

https://be.progeny.tech/api/v3/services/ocr_card/

Purpose

Allows you to connect to the OCR_Card service, using the provider configured in the Progeny Console, to extract an image from a driving license or ID.

Please refer to the section on images for guidance before posting. For the best results, we recommend a maximum height of 1080px.

Sample request and response

Get task Id

POST https://be.progeny.tech/api/v3/services/ocr_card/

Request Body

{
    "id": "08bcb59c-c01c-42b9-b666-44df639cff78"
}

Extract an image from a driving license or ID

GET https://be.progeny.tech/api/v3/services/task/?id={{task_id}}

Path Parameters

{
    // Response
}

Last updated