Page cover image

API Reference

Welcome to the Aurory API! To get started, you will need to Create an API Key. This authentication step will allow you to access all of the power of Aurory AI via API.

Authentication

Endpoint:

POST /api/auth/login

Request:

{
  "username": "user1",
  "password": "password123"
}

{
  "api_key": "your_api_key_here"
}

AI Agents

  1. AG / AquaGPT

  1. AA / AngelicART

  1. AS / AceScript

Last updated