Skip to main content

Developer Documentation

Everything you need to integrate MiniAI Labs into your applications

API Reference

Endpoints

GET

/api/v1/assistant/query

Send a query to the AI assistant

Example Request

curl -X GET \
  https://api.miniailabs.com/api/v1/assistant/query \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json"

Example Response

{
  "status": "success",
  "data": {
    "id": "123456",
    "result": "Sample response data"
  }
}

SDK Downloads

JavaScript/Node.js

v2.1.0

Download

Python

v2.0.5

Download

Ruby

v1.9.2

Download

PHP

v1.8.1

Download

Java

v2.0.0

Download

Go

v1.7.3

Download