{ "user_input_form": [ { "text-input": { "label": "<string>", "variable": "<string>", "required": true, "default": "<string>" } } ], "file_upload": { "image": { "enabled": true, "number_limits": 123, "detail": "<string>", "transfer_methods": [ "remote_url" ] } }, "system_parameters": { "file_size_limit": 123, "image_file_size_limit": 123, "audio_file_size_limit": 123, "video_file_size_limit": 123 } }
API-Key 鉴权。所有 API 请求都应在 Authorization HTTP Header 中包含您的 API-Key,格式为:Bearer {API_KEY}。强烈建议开发者把 API-Key 放在后端存储,而非客户端,以免泄露。
应用参数信息。
Workflow 应用参数信息。
Was this page helpful?