Skip to content

List Studio Tools

GET
/api/v1/studio/tools

List all visible studio tools with unlock status for the current user.

Authorizations

HTTPBearer
Type
HTTP (bearer)

Responses

Successful Response

application/json
JSON
{
  
"tools": [
  
  
{
  
  
  
"id": "string",
  
  
  
"slug": "string",
  
  
  
"name": "string",
  
  
  
"description": "string",
  
  
  
"icon": "string",
  
  
  
"min_tier": "string",
  
  
  
"unlocked": true
  
  
}
  
]
}

Playground

Server
Authorization

Samples

Powered by VitePress OpenAPI

XC AI Content Automation