Tariffs
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.
Accessing Tariff Information for International Trade
About: This service demonstrates how to use the DataLinks platform as a base of a product. It provides up-to-date tariff rates, regulations, and related information to help businesses make informed decisions about importing and exporting goods. All accessible with natural language queries
Example Query
You can query tariff information using natural language. For example:
This query will return relevant tariff information for steel products being imported from Spain to the United States.
How It Works
The tariff service uses the DataLinks platform to:
- Process natural language queries about tariffs
- Search through comprehensive tariff databases
- Return relevant, up-to-date tariff information
- Charge users based on usage (per query)
Authorizations
Use a Bearer token for authentication. Check pricing
Submit the token using the Authorization
header: Authorization: Bearer <token>
.
Query Parameters
The tariff query string (e.g., "Import steel from Spain to the US")
"Import steel from Spain to the US"
Response
Query processed successfully
The response is of type object
.