This endpoint retrieves an API key using a request ID, specifically built for ComfyUI workflow uploads.
{ "api_key": "string", // The returned API key "name": "string" // Name associated with the API key }
json
Copy code
{ "message": "string" // Message indicating the API key is not yet ready }
text
Copy code
Invalid or expired token
json
Copy code
{ "error": "string" // Error message detailing why the key retrieval failed }
This endpoint retrieves an API key using a request ID, specifically built for ComfyUI workflow uploads.
{ "api_key": "string", // The returned API key "name": "string" // Name associated with the API key }
json
Copy code
{ "message": "string" // Message indicating the API key is not yet ready }
text
Copy code
Invalid or expired token
json
Copy code
{ "error": "string" // Error message detailing why the key retrieval failed }