Process a tariff query and return relevant tariff data. This operation charges the user’s account and deducts from their balance. If the user has insufficient balance, no charge is made, and an error response is returned.
Use a Bearer token for authentication. Check pricing
Submit the token using the Authorization
header: Authorization: Bearer <token>
.
The tariff query string (e.g., "Import steel from Spain to the US")
"Import steel from Spain to the US"
Query processed successfully
The response is of type object
.