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
Choose a LoRA Inference API
Introduction
Quickstart
Deployment
Create a Deployment
Edit a Deployment
API Reference
Authentication
Async Queue Endpoints
Webhooks
Error Codes
Pricing & Support
Pricing
On this page
Get an API token
Keep your token secret
API Reference
Authentication
Copy page
Copy page
Serverless API (LoRA) uses Bearer token authentication.
Send your API token in the
Authorization
header:
Authorization: Bearer <token>
Get an API token
Get your API token from your
Profile
page (avatar menu >
API Token
).
If you regenerate your token, the old token stops working immediately — update any deployed integrations.
Keep your token secret
Do not ship your API token in client-side environments (browsers, mobile apps). Route requests through a server-side service you control.
Edit a Deployment
Async Queue Endpoints
⌘I