Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://wfapi.yuhe.space/embed/api/workflows/{workflowName}/site \ --header 'x-workflow-embed-token: <api-key>'
{ "errCode": 123, "errMessage": "<string>", "data": { "workflowId": "<string>", "workflowName": "<string>", "title": "<string>", "description": "<string>", "target": "<string>", "resolvedTarget": "<string>", "projectCard": { "iconBackgroundColor": "<string>", "iconUrl": "<string>" }, "conversationEnabled": true, "params": [ "<unknown>" ], "structure": { "workflowId": "<string>", "workflowName": "<string>", "target": "<string>", "resolvedTarget": "<string>", "structure": {} }, "viewer": { "userId": "<string>", "displayName": "<string>", "email": "jsmith@example.com", "avatarUrl": "<string>" }, "tokenUsage": {} } }
Embed token;也可通过 query/body 的 token 传入。
token
公开入口元信息。
""
Show child attributes