➕ Neuen API-Key erstellen

🗝️ Meine API-Keys

Lade Keys…

🚀 Schnellstart

Preisanfrage per cURL:

curl -X POST https://yacht-logistics.de/api/quote \
  -H "X-Api-Key: yk_live_..." \
  -H "Content-Type: application/json" \
  -d '{
    "origin": "Shanghai",
    "destination": "Hamburg",
    "cargo_type": "FCL_20",
    "weight_kg": 18000
  }'