cURL
curl --request GET \ --url https://vantage-us.abbyy.com/api/publicapi/v1/skills/{skillId} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "name": "<string>", "type": "Classification", "fields": [ { "name": "<string>", "type": "<string>", "textFormat": "<string>", "isRepeatable": "<string>", "children": "<array>" } ], "classes": [ { "id": "<string>", "name": "<string>" } ], "skills": [ { "id": "<string>" } ] }
The access token received from the authorization server in the OAuth 2.0 flow.
技能标识符。您可以在技能列表中找到它。
技能信息已成功返回
技能的 ID
技能名称
Classification
Document
Process
Ocr
Assembling
适用于文档技能。
显示 子属性
适用于分类技能。
此页面对您有帮助吗?