Deepgram · JSON Structure

Deepgram Structure

Structural overview of the Deepgram API surface; extracted from openapi/.

Type: Properties: 0
Artificial IntelligenceSpeech-to-TextText-to-SpeechTranscriptionVoice AI

Deepgram Structure is a JSON Structure definition published by Deepgram.

Meta-schema:

JSON Structure

Raw ↑
{
  "provider": "Deepgram",
  "providerId": "deepgram",
  "kind": "json-structure",
  "description": "Structural overview of the Deepgram API surface; extracted from openapi/.",
  "schemaCount": 21,
  "operationCount": 21,
  "schemas": [
    {
      "name": "ProjectList",
      "type": "object",
      "propertyCount": 1,
      "required": []
    },
    {
      "name": "Project",
      "type": "object",
      "propertyCount": 3,
      "required": []
    },
    {
      "name": "ProjectUpdate",
      "type": "object",
      "propertyCount": 2,
      "required": []
    },
    {
      "name": "KeyList",
      "type": "object",
      "propertyCount": 1,
      "required": []
    },
    {
      "name": "Key",
      "type": "object",
      "propertyCount": 6,
      "required": []
    },
    {
      "name": "KeyWithSecret",
      "type": "object",
      "propertyCount": 5,
      "required": []
    },
    {
      "name": "KeyCreate",
      "type": "object",
      "propertyCount": 4,
      "required": [
        "comment",
        "scopes"
      ]
    },
    {
      "name": "MemberList",
      "type": "object",
      "propertyCount": 1,
      "required": []
    },
    {
      "name": "Member",
      "type": "object",
      "propertyCount": 5,
      "required": []
    },
    {
      "name": "InvitationList",
      "type": "object",
      "propertyCount": 1,
      "required": []
    },
    {
      "name": "Invitation",
      "type": "object",
      "propertyCount": 2,
      "required": []
    },
    {
      "name": "InvitationCreate",
      "type": "object",
      "propertyCount": 2,
      "required": [
        "email",
        "scope"
      ]
    },
    {
      "name": "ScopeList",
      "type": "object",
      "propertyCount": 1,
      "required": []
    },
    {
      "name": "ScopeUpdate",
      "type": "object",
      "propertyCount": 1,
      "required": [
        "scope"
      ]
    },
    {
      "name": "UsageSummary",
      "type": "object",
      "propertyCount": 4,
      "required": []
    },
    {
      "name": "RequestList",
      "type": "object",
      "propertyCount": 3,
      "required": []
    },
    {
      "name": "BalanceList",
      "type": "object",
      "propertyCount": 1,
      "required": []
    },
    {
      "name": "Balance",
      "type": "object",
      "propertyCount": 4,
      "required": []
    },
    {
      "name": "ModelList",
      "type": "object",
      "propertyCount": 2,
      "required": []
    },
    {
      "name": "Model",
      "type": "object",
      "propertyCount": 7,
      "required": []
    },
    {
      "name": "Error",
      "type": "object",
      "propertyCount": 3,
      "required": []
    }
  ],
  "operations": [
    {
      "method": "GET",
      "path": "/v1/projects",
      "operationId": "listProjects",
      "summary": "Deepgram List all projects",
      "tags": [
        "Projects"
      ]
    },
    {
      "method": "GET",
      "path": "/v1/projects/{project_id}",
      "operationId": "getProject",
      "summary": "Deepgram Get a project",
      "tags": [
        "Projects"
      ]
    },
    {
      "method": "DELETE",
      "path": "/v1/projects/{project_id}",
      "operationId": "deleteProject",
      "summary": "Deepgram Delete a project",
      "tags": [
        "Projects"
      ]
    },
    {
      "method": "PATCH",
      "path": "/v1/projects/{project_id}",
      "operationId": "updateProject",
      "summary": "Deepgram Update a project",
      "tags": [
        "Projects"
      ]
    },
    {
      "method": "GET",
      "path": "/v1/projects/{project_id}/keys",
      "operationId": "listProjectKeys",
      "summary": "Deepgram List project API keys",
      "tags": [
        "Keys"
      ]
    },
    {
      "method": "POST",
      "path": "/v1/projects/{project_id}/keys",
      "operationId": "createProjectKey",
      "summary": "Deepgram Create a project API key",
      "tags": [
        "Keys"
      ]
    },
    {
      "method": "GET",
      "path": "/v1/projects/{project_id}/keys/{key_id}",
      "operationId": "getProjectKey",
      "summary": "Deepgram Get a project API key",
      "tags": [
        "Keys"
      ]
    },
    {
      "method": "DELETE",
      "path": "/v1/projects/{project_id}/keys/{key_id}",
      "operationId": "deleteProjectKey",
      "summary": "Deepgram Delete a project API key",
      "tags": [
        "Keys"
      ]
    },
    {
      "method": "GET",
      "path": "/v1/projects/{project_id}/members",
      "operationId": "listProjectMembers",
      "summary": "Deepgram List project members",
      "tags": [
        "Members"
      ]
    },
    {
      "method": "DELETE",
      "path": "/v1/projects/{project_id}/members/{member_id}",
      "operationId": "removeProjectMember",
      "summary": "Deepgram Remove a project member",
      "tags": [
        "Members"
      ]
    },
    {
      "method": "GET",
      "path": "/v1/projects/{project_id}/invites",
      "operationId": "listProjectInvitations",
      "summary": "Deepgram List project invitations",
      "tags": [
        "Invitations"
      ]
    },
    {
      "method": "POST",
      "path": "/v1/projects/{project_id}/invites",
      "operationId": "sendProjectInvitation",
      "summary": "Deepgram Send a project invitation",
      "tags": [
        "Invitations"
      ]
    },
    {
      "method": "DELETE",
      "path": "/v1/projects/{project_id}/invites/{email}",
      "operationId": "deleteProjectInvitation",
      "summary": "Deepgram Delete a project invitation",
      "tags": [
        "Invitations"
      ]
    },
    {
      "method": "GET",
      "path": "/v1/projects/{project_id}/members/{member_id}/scopes",
      "operationId": "getMemberScopes",
      "summary": "Deepgram Get member scopes",
      "tags": [
        "Scopes"
      ]
    },
    {
      "method": "PUT",
      "path": "/v1/projects/{project_id}/members/{member_id}/scopes",
      "operationId": "updateMemberScopes",
      "summary": "Deepgram Update member scopes",
      "tags": [
        "Scopes"
      ]
    },
    {
      "method": "GET",
      "path": "/v1/projects/{project_id}/usage",
      "operationId": "getProjectUsage",
      "summary": "Deepgram Get project usage",
      "tags": [
        "Usage"
      ]
    },
    {
      "method": "GET",
      "path": "/v1/projects/{project_id}/requests",
      "operationId": "listProjectRequests",
      "summary": "Deepgram List project requests",
      "tags": [
        "Usage"
      ]
    },
    {
      "method": "GET",
      "path": "/v1/projects/{project_id}/balances",
      "operationId": "listProjectBalances",
      "summary": "Deepgram List project balances",
      "tags": [
        "Balances"
      ]
    },
    {
      "method": "GET",
      "path": "/v1/projects/{project_id}/balances/{balance_id}",
      "operationId": "getProjectBalance",
      "summary": "Deepgram Get a project balance",
      "tags": [
        "Balances"
      ]
    },
    {
      "method": "GET",
      "path": "/v1/models",
      "operationId": "listModels",
      "summary": "Deepgram List all available models",
      "tags": [
        "Models"
      ]
    },
    {
      "method": "GET",
      "path": "/v1/models/{model_id}",
      "operationId": "getModel",
      "summary": "Deepgram Get a model",
      "tags": [
        "Models"
      ]
    }
  ]
}

Work with this as data

Every JSON Structure 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 json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure 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 Structure
curl "https://apis.io/api/v1/json-structures/deepgram-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?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.