curl --request POST \
--url https://api.comfy.org/admin/generate-token \
--header 'Authorization: Bearer <token>'{
"expires_at": "2023-11-07T05:31:56Z",
"token": "<string>"
}Generates a short-lived JWT admin token for browser-based admin operations. The user must already be authenticated with Firebase and have admin privileges. The generated token expires after 1 hour.
curl --request POST \
--url https://api.comfy.org/admin/generate-token \
--header 'Authorization: Bearer <token>'{
"expires_at": "2023-11-07T05:31:56Z",
"token": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://dripart-mintlify-e28287af.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?