# Introduction

## Onboarding

We study the e-commerce and the logistic industry everyday in order to optimize the supply chain process and making it easier for our clients .

Transiteo API is the easiest way to integrate our solutions, services, systems into your system.&#x20;

**The transiteo API allows developers to build applications that interface with the transiteo web services. The API can be used to automate many tasks including :**

* Find the good HS Code thanks to our A.I on any product (Description, title, barcodes, ...)
* Calculate the duty & taxes (landed cost) from & to 198 countries
* Generate Custom documents .(CN23, Cross Border commercial invoice, ...)&#x20;
* Get taxes rates (Duties, Locals Taxes, Specials Taxes, SalesTax, ...)&#x20;
* ...

### Endpoints

The endpoints are located at: <https://api.transiteo.io>

> We can develop customized API for you. Just contact us via live chat or at <support@transiteo.com>

### To get your Access tokens to call API

Plan a call with a transiteo team member - [click here](https://meetings.hubspot.com/gauthier11/ouverture-dun-compte-api-dev) - for creating an API transiteo account.&#x20;

\
When you will receive your access codes, you will have to log in to the transiteo web application :  <https://www.app.transiteo.io/#/login>\
\
To run API, you have to get tokens. The tokens are available when you subscribe to a plan. \
\
To request the transiteo API, you need your id\_token. There are 2 ways to get it. \
1\. From the platform, go this page : <https://www.app.transiteo.io/#/settings> or via the main menu : Parameters. &#x20;

![](/files/tGjucs1LpLyKbu8SVOvG)

2\. From API, go this page : [Authentification API](https://app.gitbook.com/@outils/s/transiteo/authentification-tokens)

{% hint style="success" %}
For security, the id\_token is available 1 hour. Don't forget to refresh it every hour.
{% endhint %}

### Setup / Subscriptions / Consumption

About API setup, subscription and consumption. Please contact : <gauthier@transiteo.com>&#x20;

### POSTMAN Collection (Update 06/08/24)

You can download the POSTMAN API Collection. It's a JSON file that you could import in Postman.

{% file src="/files/MpunWLFZLh8tICuRBuNk" %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://transiteo.gitbook.io/transiteo/master.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
