Introduction
The Planning API is a RESTful API used to return the best possible planning for a logistics problem. It will sequence the operations and distribute them among the vehicles, taking [...]
This Privacy Policy describes how we collect, use, and protect your personal information when you use our chatbot, which interacts with the Gemini AI API and stores your questions in our database.
When using our chatbot, we collect the following types of information:
The information collected is used for the following purposes:
We do not share your personal information with third parties, except in the following cases:
We implement appropriate security measures to protect your information from unauthorized access, alteration, disclosure, or destruction. These measures include:
You have the right to:
We reserve the right to update this Privacy Policy at any time. We will notify you of any significant changes through our website or other appropriate communication channels.
If you have any questions about this Privacy Policy, please contact us at [email protected]
By using our service, you agree to the collection and use of your information as described in this Privacy Policy.
This Privacy Policy has been created to ensure that your personal information is treated with security and respect. We appreciate your trust and are committed to protecting your privacy.
The Planning API is a RESTful API used to return the best possible planning for a logistics problem. It will sequence the operations and distribute them among the vehicles, taking [...]
Before you can start using the API, you will need to obtain the authentication token. The following headers will be required, where the word token must be replaced by the token obt [...]
Mandatory parameters are denoted with “*“, the others are optional. The list of parameters is described separately by the groups they belong to: startDate The parameter [...]
The Planning API works asynchronously . This means that when a problem is sent, an ID is returned and through this ID it will be possible to consult the current state of processing [...]
When an operation cannot be fulfilled for some reason, it will be returned inside rejectOperations. The possible reasons for the rejection are detailed at possibleCausesOfRejectOpe [...]
Description of the problem In this example, we have a request for the Planning API to solve a logistics problem involving 1 vehicle and 2 operations, starting from the distribution [...]
In this example, we have a request to solve a logistics problem for a company with a fleet of 4 vehicles, 2 of which are VUC type trucks and the other 2 are VUC ¾ type trucks, and [...]
Below is the table with the status codes for each endpoint available in the Planning API: Code Method Endpoint Description 201 POST https://api.maplink.global/planning/v1/problems [...]
The following table shows all the error messages that can be returned by the API in the response body: Error code Message Description VALIDATION_FAILED or VALIDATION_ERROR { messag [...]