get https://api.idwise.com/journey/image/
Usage
This API is used to retrieve a binary image file. The image path is provided as part of the request path and is obtained from the get journey result API. The response will be a binary image file.
The request should contain the image path, which is provided by the get journey result API. The response will be a binary image file.
Base URL by Region
The base URL you should use depends on the region where your services are hosted. Below are the available URLs for each region. By default, the EU region URL is used.
- EU (Default): https://api.idwise.com/
- UAE: https://api-uae.idwise.com/
- Qatar: https://api-qat.idwise.com/
Authentication
Please refer to the API Credentials and Authentication page for more detailed information
Request Response
The response will be a binary content of the image file.