cURL
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>" } ]
Retrieves all available assistant specializations that you can interact with via the API.
Use JWT token for authentication
List of assistant specializations
Unique identifier for the assistant specialization
Human-readable name of the specialization
Timestamp when the specialization was created
Detailed description of what the specialization does