FormX.ai
  1. 在 FORMDATA 中指定参数
FormX.ai
  • 入门
  • 在 HEADER 中指定参数
    • 从图像中检测文档
      POST
    • 从图像中检测个人身份信息 (PII)
      POST
    • 文档提取
      POST
    • 文档提取至工作区
      POST
  • 在 FORMDATA 中指定参数
    • 从图像中检测文档
      POST
    • 从图像中检测个人身份信息 (PII)
      POST
    • 文档提取
      POST
    • 文档提取至工作区
      POST
  1. 在 FORMDATA 中指定参数

文档提取至工作区

开发环境
http://dev-cn.your-api-server.com
开发环境
http://dev-cn.your-api-server.com
POST
/v2/workspace
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://dev-cn.your-api-server.com/v2/workspace' \
--header 'API Key;' \
--form 'workspace_id=""'
响应示例响应示例
200 - 成功示例
{
  "job_id": "string",
  "status": "ok"
}

请求参数

Header 参数
API Key
string 
必需
Body 参数multipart/form-data
workspace_id
string 
工作区 ID
必需

返回响应

🟢200成功
application/json
Body
job_id
string 
必需
status
string 
必需
🟠400请求有误
修改于 2024-05-23 09:07:14
上一页
文档提取
Built with