Quick Start

Get started with Tariff8AI API in minutes. This guide will walk you through your first classification request.

Prerequisites

You need an API key to make requests.Sign up hereto get your free key (no credit card required).
1

1. Get your API Key

Once logged in, navigate to theDashboardto view and manage your API keys.

2

2. Make your first request

Use the following cURL command to classify a sample product (Cotton T-Shirt):

request.sh

You should receive a JSON response with the classification results:

response.json

Next Steps