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 情報が正常に取得されました
Skill の ID
Skill 名
Classification
Document
Process
Ocr
Assembling
Document skill 用
表示 子属性
分類スキル向け。
このページは役に立ちましたか?