Skip to main content
GET
/
v1
/
assistants
List assistant specializations
curl --request GET \
  --url https://api.devic.ai/v1/assistants \
  --header 'Authorization: Bearer <token>'
[
  {
    "identifier": "<string>",
    "name": "<string>",
    "createdAt": "2023-11-07T05:31:56Z",
    "description": "<string>"
  }
]

Authorizations

Authorization
string
header
required

Use JWT token for authentication

Response

List of assistant specializations

identifier
string
required

Unique identifier for the assistant specialization

name
string
required

Human-readable name of the specialization

createdAt
string<date-time>
required

Timestamp when the specialization was created

description
string

Detailed description of what the specialization does