Treasure Data User API

The User API from Treasure Data — 2 operation(s) for user.

Operations 2

GET /api/users/current current
GET /api/users/current_settings current_settings

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/treasure-data-user-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

treasure-data-user-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: llm-api User API
  version: 1.0.0
servers:
- url: https://llm-api.treasuredata.com
- url: https://llm-api.eu01.treasuredata.com
- url: https://llm-api.ap02.treasuredata.com
- url: https://llm-api.treasuredata.co.jp
security:
- ApiKeyAuth: []
tags:
- name: User
paths:
  /api/users/current:
    get:
      summary: current
      tags:
      - User
      responses:
        '200':
          description: returns TD user and account IDs
          content:
            application/json:
              schema:
                type: object
                properties:
                  user:
                    type: object
                    properties:
                      id:
                        type: string
                      name:
                        type: string
                    required:
                    - id
                    - name
                  account:
                    type: object
                    properties:
                      id:
                        type: string
                    required:
                    - id
                required:
                - user
                - account
              example:
                user:
                  id: '1000'
                  name: Admin User
                account:
                  id: '100'
  /api/users/current_settings:
    get:
      summary: current_settings
      tags:
      - User
      responses:
        '200':
          description: Available AI models and configuration settings for current user
          content:
            application/json:
              schema:
                type: object
                properties:
                  availableModels:
                    type: object
                    properties:
                      nova-pro-v1:
                        type: object
                        properties:
                          displayName:
                            type: string
                        required:
                        - displayName
                      nova-lite-v1:
                        type: object
                        properties:
                          displayName:
                            type: string
                        required:
                        - displayName
                      nova-micro-v1:
                        type: object
                        properties:
                          displayName:
                            type: string
                        required:
                        - displayName
                      claude-3.5-sonnet:
                        type: object
                        properties:
                          displayName:
                            type: string
                        required:
                        - displayName
                      claude-4-sonnet:
                        type: object
                        properties:
                          displayName:
                            type: string
                        required:
                        - displayName
                      claude-4.5-haiku:
                        type: object
                        properties:
                          displayName:
                            type: string
                        required:
                        - displayName
                      claude-4.5-sonnet:
                        type: object
                        properties:
                          displayName:
                            type: string
                        required:
                        - displayName
                      claude-4.6-sonnet:
                        type: object
                        properties:
                          displayName:
                            type: string
                        required:
                        - displayName
                      claude-4.6-opus:
                        type: object
                        properties:
                          displayName:
                            type: string
                        required:
                        - displayName
                      gpt-5:
                        type: object
                        properties:
                          displayName:
                            type: string
                        required:
                        - displayName
                      gpt-5-mini:
                        type: object
                        properties:
                          displayName:
                            type: string
                        required:
                        - displayName
                      gpt-5-nano:
                        type: object
                        properties:
                          displayName:
                            type: string
                        required:
                        - displayName
                      gpt-4.1:
                        type: object
                        properties:
                          displayName:
                            type: string
                        required:
                        - displayName
                      gpt-4.1-mini:
                        type: object
                        properties:
                          displayName:
                            type: string
                        required:
                        - displayName
                      gpt-4.1-nano:
                        type: object
                        properties:
                          displayName:
                            type: string
                        required:
                        - displayName
                      gpt-5.5:
                        type: object
                        properties:
                          displayName:
                            type: string
                        required:
                        - displayName
                    required:
                    - nova-pro-v1
                    - nova-lite-v1
                    - nova-micro-v1
                    - claude-3.5-sonnet
                    - claude-4-sonnet
                    - claude-4.5-haiku
                    - claude-4.5-sonnet
                    - claude-4.6-sonnet
                    - claude-4.6-opus
                    - gpt-5
                    - gpt-5-mini
                    - gpt-5-nano
                    - gpt-4.1
                    - gpt-4.1-mini
                    - gpt-4.1-nano
                  availableImageModels:
                    type: object
                    properties:
                      nova-canvas:
                        type: object
                        properties:
                          displayName:
                            type: string
                        required:
                        - displayName
                    required:
                    - nova-canvas
                required:
                - availableModels
                - availableImageModels
              example:
                availableModels:
                  nova-pro-v1:
                    displayName: Nova Pro
                  nova-lite-v1:
                    displayName: Nova Lite
                  nova-micro-v1:
                    displayName: Nova Micro
                  claude-3.5-sonnet:
                    displayName: Claude 3.5 Sonnet
                  claude-4-sonnet:
                    displayName: Claude 4 Sonnet
                  claude-4.5-haiku:
                    displayName: Claude 4.5 Haiku
                  claude-4.5-sonnet:
                    displayName: Claude 4.5 Sonnet
                  claude-4.6-sonnet:
                    displayName: Claude 4.6 Sonnet
                  claude-4.6-opus:
                    displayName: Claude 4.6 Opus
                  gpt-5:
                    displayName: GPT-5
                  gpt-5-mini:
                    displayName: GPT-5 mini
                  gpt-5-nano:
                    displayName: GPT-5 nano
                  gpt-4.1:
                    displayName: GPT 4.1
                  gpt-4.1-mini:
                    displayName: GPT 4.1 mini
                  gpt-4.1-nano:
                    displayName: GPT 4.1 nano
                  gpt-5.5:
                    displayName: GPT-5.5
                availableImageModels:
                  nova-canvas:
                    displayName: Nova Canvas
components:
  securitySchemes:
    ApiKeyAuth:
      type: http
      scheme: TD1