Overview

Tchek API provides a number of endpoints that allow developers to access the full range of features and functionality provided by the ALTO AI platform. Here is a brief overview of some of the key endpoints:

  • Self Inspection Link Generation: Use the token endpoints to generate temporary permission tokens for accessing the widgets in the web app. These endpoints allow developers to easily integrate the AI capabilities into their own products and services without having to manage long-term access keys.

  • Car Picture Quality Control: Use the Car Picture Quality Control endpoint to verify the quality of images and validate them before sending them to the API

  • Car body Inspection Endpoints: Use the car body inspection endpoints to:

    • Classify the images according to their type (car body image, interior image, document image, additional element image)

    • Retrieve the conditions of any damaged car body parts according to our AI-assisted image analysis

    • Recover the polygons of the parts detected on the images, or the whole car's

    • Declare any additional damages on the car body, cabin element, tires or glazings

  • Car Interior & Dashboard lights Endpoints: Use the Car Interior & Dashboard lights Endpoints to retrieve the status (damaged, broken or undamaged) of the car interior part from each picture as well as the dashboard lights that are lit and may signal a malfunction.

  • Car Reader Endpoints: Use the Car Reader endpoints to read license plates, VIN number and mileage from a picture.

  • Remarketing: Use the Remarketing endpoints to improve and enhance images by:

    • Blurring license plate,

    • Blurring faces,

    • Removing or replacing the background.

If you have any questions or issues, please contact the Tchek Support.

API Endpoint

The Tchek API can be accessed using the alto.tchek.fr/apiV1 hostname:

curl https://alto.tchek.fr/apiV1/
{"version":"10.9.128","build":"2022-07-19T13:00:05.548Z"}

Our API has two environments available for use: preproduction and production. It is important to carefully consider which environment you are working in, as each environment has its own specific purpose and considerations.

Environments

Swagger Playground

Tchek API is also available in the swagger. Swagger UI allows development team to visualize and interact with the API's resources without having any of the implementation logic in place.

Last updated

Was this helpful?