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.
技能識別碼。您可以在所有 skill 的列表中找到它。
已成功傳回技能資訊
skill 的識別碼。
skill 名稱
Classification
Document
Process
Ocr
Assembling
用於文件 Skill。
顯示 子屬性
用於分類技能。
這個頁面有幫助嗎?