API Access

Integrate with a Powerful API

Integrate all of İhracatAI's capabilities into your own applications. Automate your export processes with a RESTful API, webhook support, and real-time data streaming.

REST API

Programmatic access to all platform features via standard HTTP methods. Easy integration with JSON-based request and response formats.

Webhook Support

Relay important events to your own systems in real time. Automatic notifications for new buyer matches, document creation, and order updates.

Real-Time Data

Receive instant data streams via WebSocket connections. Track critical data such as market prices, exchange rates, and logistics status live.

Secure Connection

OAuth 2.0 and API Key-based authentication. Enterprise-grade security with TLS 1.3 encryption, rate limiting, and IP whitelisting.

Get Started in Minutes

Fast integration with a simple and intuitive API design

request.sh
curl -X GET "https://api.ihracatai.com/v1/buyers" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "country": "DE",
    "sector": "textile",
    "limit": 10
  }'
response.json
200 OK
{
  "status": "success",
  "data": {
    "buyers": [
      {
        "id": "b_12345",
        "name": "Schmidt Textil GmbH",
        "country": "DE",
        "city": "Hamburg",
        "sector": "textile",
        "ai_score": 92,
        "annual_import": "$4.2M"
      }
    ],
    "total": 847,
    "page": 1
  }
}

Core Endpoints

Access to the platform's main functionalities

GET/api/v1/buyers
POST/api/v1/documents
GET/api/v1/markets/{country}
POST/api/v1/pricing/calculate
GET/api/v1/customs/tariffs

Detailed Documentation

Descriptions, sample code, and error references for every endpoint

SDK Support

Official SDK libraries for Node.js, Python, and Go

Sandbox Environment

A safe testing area without affecting the production environment

API access is included in the Pro Max plan

Ready to Integrate?

API documentation and developer tools will be available soon. Subscribe to our newsletter to be notified when they are ready.

Under development