Vai al contenuto principale
GET
/
api
/
publicapi
/
v1
/
skills
Elenca tutte le skill disponibili
curl --request GET \
  --url https://vantage-us.abbyy.com/api/publicapi/v1/skills \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "<string>",
    "name": "<string>",
    "type": "Classification"
  }
]

Autorizzazioni

Authorization
string
header
obbligatorio

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

Risposta

Tutte le skill sono state recuperate correttamente

id
string
obbligatorio
Minimum string length: 1
name
string
obbligatorio
Minimum string length: 1
type
enum<string>
Opzioni disponibili:
Classification,
Document,
Process,
Ocr,
Assembling