A.I Customs Code Control
Control with A.I if the HSCode be equivalent to product title or description
Control with A.I if the HSCode be equivalent to product title or description
POST https://api.transiteo.io/v1/customscode/control
Headers
Name
Value
Content-Type
application/json
Authorization
id token from cognito
JSON REQUEST FORMAT
{
"requests": [
{
"hscode": "9506620090",
"to_country": "FRA",
"text": "Ballon de football"
},
{
"hscode": "6505003100",
"to_country": "FRA",
"text": "Boite de thon"
}
]
}Response
[
{
"scoring_control": 86.9,
"hscodes_proposals": [
{
"hscode": "9506620000",
"score": 69
},
{
"hscode": "9506699000",
"score": 25.9
},
{
"hscode": "9506999000",
"score": 1.2
}
]
},
{
"scoring_control": 3.56,
"hscodes_proposals": [
{
"hscode": "1604142100",
"score": 35.6
},
{
"hscode": "1604142800",
"score": 24.7
},
{
"hscode": "1604144890",
"score": 14.1
}
]
}
]Incorrect Json (json body request incorrect) : a description of the error will be returnedwrong token id or token has expired{
"code": "UNEXPECTED_ERROR",
"httpCode": 500,
"reason": "Please try again or contact our service",
}Last updated