Skip to main content
RunComfy API Docs home page
Search...
⌘K
Support
RunComfy
RunComfy
Search...
Navigation
API Reference
Authentication
Home
Serverless API (ComfyUI)
Serverless API (LoRA)
Model API
Getting Started
Quickstart
API Reference
Authentication
Async Queue Endpoints
Error Codes
Pricing & Support
Pricing
On this page
Get an API token
Keep your token secret
API Reference
Authentication
Copy page
Copy page
Model API uses Bearer token authentication.
Send your API token in the
Authorization
header:
Authorization: Bearer <token>
Get an API token
Get your token from your
Profile
page (avatar menu >
API Token
).
If you regenerate your token, the old token stops working immediately — update any integrations.
Keep your token secret
Do not ship your token in client-side apps (browsers, mobile apps). Route requests through a server-side service you control.
Quickstart
Async Queue Endpoints
⌘I