# Sample Input

### Input Example

{% code title="Request Code Block" %}

```
{
    "base64ImageString": "/9j/4AAQSkZJRgAB...wEwJefc\r\nf//Z\r\n",
    "backImage":"/9j/4AAQSkZJRgAB...wEwJefc\r\nf//Z\r\n",
    "apiKey":"API_KEY",               
    "imageFormat":".jpg",
    "imageEnabled":true
}
```

{% endcode %}

{% hint style="info" %}
The "**imageFormat**" parameter can leave it blank if the format of the image is unknown;

The "**imageEnabled**" parameter is to return a cropped photo of the ID card without background.
{% endhint %}
