POST https://saas.api.yoo-ai.com/resumes/detect| 参数名 | 类型 | 必填 | 说明 |
|---|---|---|---|
file_key | string | 是 | 简历文件 URL |
ext | string | 否 | 文件格式,例如 docx |
{
"file_key": "http://www.yoo-ai.com/example.docx",
"ext": "docx"
}| 字段 | 类型 | 说明 |
|---|---|---|
data.date | object | 评估日期 |
data.jobs | array | 推荐岗位列表 |
data.jobs[].title | string | 岗位标题 |
data.jobs[].salary | string | 薪资范围 |
data.jobs[].qualification | string | 经验与学历要求 |
data.jobs[].description | string | 岗位描述 |
data.jobs[].score | number | 推荐分值 |
score 排序展示,并保留岗位描述供用户进一步判断。