Skip to main content
GET
Lists all available skills

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Response

All skills are successfully returned

id
string
required

Identifier of the skill. Use this value as the skillId in transaction requests.

Minimum string length: 1
name
string
required

Name of the skill as shown in Vantage.

Minimum string length: 1
type
enum<string>

Type of the skill. One of Classification, Document, Process, Ocr, or Assembling.

Available options:
Classification,
Document,
Process,
Ocr,
Assembling