API Documentation

Build powerful export automation with the Flyocs API

Getting Started

The Flyocs API allows you to programmatically create shipments, generate documents, and check compliance.

Base URL

https://api.flyocs.com/v1

Authentication

All API requests require an API key sent in the Authorization header:

curl https://api.flyocs.com/v1/shipments \
  -H "Authorization: Bearer YOUR_API_KEY"

API Endpoints

Create Shipment

POST /shipments

{
  "buyer": {
    "name": "ABC Corp",
    "country": "USA"
  },
  "products": [{
    "description": "Cotton T-Shirts",
    "hs_code": "6109.10",
    "quantity": 1000,
    "unit_price": 5.50
  }]
}

📚 Full Documentation

Complete API reference with all endpoints, parameters, and examples coming soon. Contact [email protected] for early access.