SQ_AddSkill
SQ_AddSkill
Adds a new skill to the app.
Example request: Add a new skill.
Authentication
AuthorizationBearer
Voximplant Management API uses signed JWT tokens generated from your service-account private key. Pass the token in the `Authorization` header as a Bearer value:
```
Authorization: Bearer $VOXIMPLANT_TOKEN
```
See [Authorization](/api-reference/management-api/authorization) for ready-to-copy snippets in bash, Python, Node.js and Go that turn your `credentials.json` into a token.
Query parameters
application_id
Application ID to bind to
application_name
Application name to bind to. Can be used instead of application_id
sq_skill_name
Unique skill name within the application
description
Comment, up to 200 characters
Response
Successful response
result
Result with ID of the added skill