Quickstart
This guide walks through the core API workflow: authenticate, create a load, find matching carriers, and monitor outreach and offers.
Prerequisites
You need an Envoy AI account. Sign up at tryenvoy.ai/app if you don’t have one.
Step 1: Get your API key
Create an API key from the dashboard, or use the API. If you already have a key, skip to Step 2.
Save the key value from the response. You will use it for all subsequent requests.
Step 2: Create a load
Post a freight load with origin, destination, and equipment details:
The response includes the created load with its prefixed ID:
Step 3: View carrier matches
Use the load ID to find carriers with matching lane preferences and equipment:
The response returns paginated carrier matches ranked by relevance:
Step 4: Check outreach status
Monitor automated outreach activity for the load:
Step 5: Review offers
Check offers that carriers have submitted on your load:
Next steps
- Read about pagination for working with large result sets.
- Learn about error handling to build resilient integrations.
- Understand prefixed IDs and how resource identifiers work.
- Explore the full API Reference for all available endpoints.

