# Sample Input

## Input Example Version 1

{% code title="JSON" %}

```
{
    "apiKey": "apikey",
    "idImageBase64Image": "/9j/4AAQSkZJ...fYs1wRtQHt//Z\r\n",
    "otherDocList": [
        {
            "base64Image": "/9j/4A.....AQSk",
            "type": "with_flash" 
        }
    ]
}
```

{% endcode %}
