Anakin.ai API
  1. Meta
Anakin.ai API
  • Getting started
  • API Versions
  • Apps
    • Chatbot
      • Conversation with Chatbot
    • QuickApp
      • Run a Quick App
  • Meta
    • Get all API versions
      GET
  1. Meta

Get all API versions

GET
/v1/versions
Get all supported Anakin.ai API versions. This endpoint can be used without authentication.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.anakin.ai/v1/versions' \
--header 'X-Anakin-Api-Version;'
Response Response Example
[
  "2024-05-08"
]

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Header Params
X-Anakin-Api-Version
string 
required
The Anakin.ai API is versioned. The API version name is based on the date when the API version was released.
Default:
2024-05-06

Responses

🟢200Success
application/json
Body
array[string]
optional
Modified at 2024-12-12 07:19:25
Previous
Run a Quick App
Built with