Skip to main content

Prerequisites

  • A ModelRoute account at app.modelroute.ai
  • A funded balance (executions deduct from your balance)
  • An API key

1. Create an API key

Go to Dashboard > API Keys > Create Key. Copy the full key immediately — it is only shown once. Your key looks like this:
Store your API key securely. It cannot be retrieved after creation. If lost, revoke it and create a new one.

2. Submit an execution

Every execution is asynchronous. You submit a request and get a tracking ID immediately:
You’ll receive a 202 Accepted:

3. Poll for the result

For this quickstart, we’ll poll. (In production, you’d use webhooks instead.)

4. Download the result

That’s it — you’ve run your first AI model execution through ModelRoute.

What’s next?

Authentication

API key management, rotation, and permissions.

Webhooks

Receive results instantly at scale.

File Uploads

Upload images, audio, and video as execution inputs.