Skip to main content
GET
https://aigenstudio.app/api/v1
/
tools
List tools
curl --request GET \
  --url https://aigenstudio.app/api/v1/tools
{
  "tools": [
    {
      "name": "<string>",
      "endpoint": "<string>",
      "credits": 123,
      "default_cost_key": "<string>",
      "pricing_version": 123,
      "description": "<string>"
    }
  ],
  "request_id": "<string>"
}

Headers

X-Request-Id
string

Optional client correlation id. AI Gen Studio also returns request_id.

Maximum string length: 160

Response

200 - application/json

Tools returned.

tools
object[]
required
request_id
string
required