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

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Header Params

Responses

🟢200Success
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.anakin.ai/v1/versions' \
--header 'X-Anakin-Api-Version;' \
--header 'Authorization: Bearer <token>'
Response Response Example
[
    "2024-05-08"
]
Modified at 2024-12-12 07:19:25
Previous
Run a Quick App
Built with