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 정보가 성공적으로 조회되었습니다
스킬 ID
스킬 이름
Classification
Document
Process
Ocr
Assembling
Document Skill용입니다.
표시 하위 속성
분류 스킬용입니다.
이 페이지가 도움이 되었나요?