API keys

Manage authentication keys for the VayuLogi API

API docs

Create new API key

Your API keys (0)

Quick start

# Authenticate all requests with your API key
curl -X POST https://api.vayulogi.com/api/v1/labels/single \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"carrier": "CIRRO",
"service": "ECOWE",
"weightLbs": 1.5,
"recipient": { ... },
"items": [{ ... }]
}'