任务提交表单

填写任务信息并提交到后端接口

请输入任务名称
请输入任务ID
支持 http:// 或 https:// 开头的图片链接
请输入有效的图片URL
图片预览

图片预览

API接口信息

表单数据将提交到以下API端点:

POST https://api.yourdomain.com/v1/tasks/create

请求数据格式(JSON):

{
  "taskName": "示例任务",
  "taskId": "TASK-001",
  "taskImage": "https://example.com/image.jpg"
}

API状态:可用