Clarifai · Schema

apiKey

Clarifai apiKey schema

Artificial IntelligenceComputer-VisionNLPImage RecognitionObject DetectionText AnalysisVisual SearchMachine-LearningCustom Model TraininggRPC

Properties

Name Type Description
id string The id of this key, it is used for authorization.
type string
description string
scopes array
endpoints array
apps array The apps that this key give you access to, it is empty if this key is personal_access_token API key can only give you access to a single app.
created_at string
expires_at string
authorized_idp_ids array
organization_id string The organization associated with the key, if any. This is applicable only for PAT keys.
View JSON Schema on GitHub

JSON Schema

apiKey.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/clarifai/refs/heads/main/json-schema/apiKey.json",
  "title": "apiKey",
  "description": "Clarifai apiKey schema",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "The id of this key, it is used for authorization."
    },
    "type": {
      "type": "string",
      "title": "The type of key, it can be app_specific_key (default) or personal_access_token"
    },
    "description": {
      "type": "string",
      "title": "The description"
    },
    "scopes": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "title": "The low-level scopes this key has"
    },
    "endpoints": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "title": "The endpoint-level scopes this key has"
    },
    "apps": {
      "type": "array",
      "items": {
        "type": "object",
        "$ref": "#/definitions/apiApp"
      },
      "description": "The apps that this key give you access to, it is empty if this key is personal_access_token\nAPI key can only give you access to a single app."
    },
    "created_at": {
      "type": "string",
      "format": "date-time",
      "title": "When the key was created. We follow the XXXX timestamp\nformat. We use https://www.ietf.org/rfc/rfc3339.txt format:\n\"2006-01-02T15:04:05.999999Z\" so you can expect results like\nthe following from the API:\n\"2017-04-11T21:50:50.223962Z\""
    },
    "expires_at": {
      "type": "string",
      "format": "date-time",
      "title": "When does the key expires, the key won't expire if this is empty"
    },
    "authorized_idp_ids": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "title": "list of idp ids at which key is currently authorized"
    },
    "organization_id": {
      "type": "string",
      "description": "The organization associated with the key, if any. This is applicable only for PAT keys."
    }
  }
}

Work with this as data

Every JSON Schema 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 schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • 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 JSON Schema
curl "https://apis.io/api/v1/json-schemas/apiKey"
All schemas
curl "https://apis.io/api/v1/json-schemas?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.