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-Kennung. Sie finden sie in der Liste aller Skills.
Skill-Informationen wurden erfolgreich abgerufen
ID des Skills
Name des Skills
Classification
Document
Process
Ocr
Assembling
Für Document-Skills.
Anzeigen untergeordnete attribute
Für Klassifizierungs‑Skills.
War diese Seite hilfreich?