SewerAI Labels API

The labels API from SewerAI — 4 operation(s) for labels.

Operations 12

GET /labels/classifications/video/ #
POST /labels/classifications/video/ #
GET /labels/classifications/video/{sid}/ #
PUT /labels/classifications/video/{sid}/ #
PATCH /labels/classifications/video/{sid}/ #
DELETE /labels/classifications/video/{sid}/ #
GET /labels/regressions/video/ #
POST /labels/regressions/video/ #
GET /labels/regressions/video/{sid}/ #
PUT /labels/regressions/video/{sid}/ #
PATCH /labels/regressions/video/{sid}/ #
DELETE /labels/regressions/video/{sid}/ #

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/sewerai-labels-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 email required.

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

OpenAPI Specification

sewerai-labels-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Snippets Labels API
  description: Test description
  termsOfService: https://www.google.com/policies/terms/
  contact:
    email: contact@snippets.local
  license:
    name: BSD License
  version: v1
servers:
- url: https://574ea6n6tdopt2qigvs3hjzoha0nhhvj.lambda-url.us-west-2.on.aws/
security:
- Basic: []
tags:
- name: labels
paths:
  /labels/classifications/video/:
    parameters: []
    get:
      operationId: labels_classifications_video_list
      description: 'API endpoint that allows Video Observation Classifications to be viewed

        and created.'
      parameters:
      - name: system
        in: query
        description: system
        required: false
        schema:
          type: string
      - name: code
        in: query
        description: code
        required: false
        schema:
          type: string
      - name: version
        in: query
        description: version
        required: false
        schema:
          type: string
      responses:
        '200':
          description: ''
          content:
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/VideoObservationClassification'
      tags:
      - labels
    post:
      operationId: labels_classifications_video_create
      description: 'API endpoint that allows Video Observation Classifications to be viewed

        and created.'
      responses:
        '201':
          description: ''
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/VideoObservationClassification'
      tags:
      - labels
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/VideoObservationClassification'
        required: true
  /labels/classifications/video/{sid}/:
    parameters:
    - name: sid
      in: path
      required: true
      schema:
        type: string
        format: uuid
    get:
      operationId: labels_classifications_video_read
      description: 'API endpoint that allows Video Observation Classifications to be viewed

        and created.'
      responses:
        '200':
          description: ''
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/VideoObservationClassification'
      tags:
      - labels
    put:
      operationId: labels_classifications_video_update
      description: 'API endpoint that allows Video Observation Classifications to be viewed

        and created.'
      responses:
        '200':
          description: ''
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/VideoObservationClassification'
      tags:
      - labels
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/VideoObservationClassification'
        required: true
    patch:
      operationId: labels_classifications_video_partial_update
      description: 'API endpoint that allows Video Observation Classifications to be viewed

        and created.'
      responses:
        '200':
          description: ''
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/VideoObservationClassification'
      tags:
      - labels
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/VideoObservationClassification'
        required: true
    delete:
      operationId: labels_classifications_video_delete
      description: 'API endpoint that allows Video Observation Classifications to be viewed

        and created.'
      responses:
        '204':
          description: ''
      tags:
      - labels
  /labels/regressions/video/:
    parameters: []
    get:
      operationId: labels_regressions_video_list
      description: 'API endpoint that allows Video Observation Regressions to be viewed and

        created.'
      parameters:
      - name: system
        in: query
        description: system
        required: false
        schema:
          type: string
      - name: code
        in: query
        description: code
        required: false
        schema:
          type: string
      responses:
        '200':
          description: ''
          content:
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/VideoObservationRegression'
      tags:
      - labels
    post:
      operationId: labels_regressions_video_create
      description: 'API endpoint that allows Video Observation Regressions to be viewed and

        created.'
      responses:
        '201':
          description: ''
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/VideoObservationRegression'
      tags:
      - labels
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/VideoObservationRegression'
        required: true
  /labels/regressions/video/{sid}/:
    parameters:
    - name: sid
      in: path
      required: true
      schema:
        type: string
        format: uuid
    get:
      operationId: labels_regressions_video_read
      description: 'API endpoint that allows Video Observation Regressions to be viewed and

        created.'
      responses:
        '200':
          description: ''
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/VideoObservationRegression'
      tags:
      - labels
    put:
      operationId: labels_regressions_video_update
      description: 'API endpoint that allows Video Observation Regressions to be viewed and

        created.'
      responses:
        '200':
          description: ''
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/VideoObservationRegression'
      tags:
      - labels
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/VideoObservationRegression'
        required: true
    patch:
      operationId: labels_regressions_video_partial_update
      description: 'API endpoint that allows Video Observation Regressions to be viewed and

        created.'
      responses:
        '200':
          description: ''
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/VideoObservationRegression'
      tags:
      - labels
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/VideoObservationRegression'
        required: true
    delete:
      operationId: labels_regressions_video_delete
      description: 'API endpoint that allows Video Observation Regressions to be viewed and

        created.'
      responses:
        '204':
          description: ''
      tags:
      - labels
components:
  schemas:
    VideoObservationRegression:
      required:
      - system
      - code
      - version
      - meaning
      - system_field
      type: object
      properties:
        url:
          title: Url
          type: string
          format: uri
          readOnly: true
        sid:
          title: Sid
          type: string
          format: uuid
          readOnly: true
        system:
          title: System
          type:
          - string
          - 'null'
          maxLength: 64
        code:
          title: Code
          type:
          - string
          - 'null'
          maxLength: 64
        version:
          title: Version
          type:
          - string
          - 'null'
          maxLength: 32
        meaning:
          title: Meaning
          type:
          - string
          - 'null'
          maxLength: 64
        system_field:
          title: System field
          type:
          - string
          - 'null'
          maxLength: 64
        created:
          title: Created
          type: string
          format: date-time
          readOnly: true
        created_by:
          title: Created by
          type: string
          format: uri
          readOnly: true
        updated:
          title: Updated
          type: string
          format: date-time
          readOnly: true
        updated_by:
          title: Updated by
          type: string
          format: uri
          readOnly: true
    VideoObservationClassification:
      required:
      - system
      - code
      - version
      type: object
      properties:
        url:
          title: Url
          type: string
          format: uri
          readOnly: true
        sid:
          title: Sid
          type: string
          format: uuid
          readOnly: true
        system:
          title: System
          type:
          - string
          - 'null'
          maxLength: 64
        code:
          title: Code
          type:
          - string
          - 'null'
          maxLength: 64
        version:
          title: Version
          type:
          - string
          - 'null'
          maxLength: 32
        description:
          title: Description
          type:
          - string
          - 'null'
          maxLength: 128
        meta:
          title: Meta
          type: object
        created:
          title: Created
          type: string
          format: date-time
          readOnly: true
        created_by:
          title: Created by
          type: string
          format: uri
          readOnly: true
        updated:
          title: Updated
          type: string
          format: date-time
          readOnly: true
        updated_by:
          title: Updated by
          type: string
          format: uri
          readOnly: true
        family_group_color:
          title: Family group color
          type: string
          readOnly: true
  securitySchemes:
    Basic:
      type: http
      scheme: basic