SewerAI Modeling API

The modeling API from SewerAI — 43 operation(s) for modeling.

Business capability
Artificial Intelligence Management BC-610.60

Operations 83

GET /modeling/bbinference/ #
POST /modeling/bbinference/ #
GET /modeling/bbinference/AutoBBModels/ #
POST /modeling/bbinference/MakeObsModel/ #
GET /modeling/bbinference/ObsParams/ #
GET /modeling/bbinference/{sid}/ #
PUT /modeling/bbinference/{sid}/ #
PATCH /modeling/bbinference/{sid}/ #
DELETE /modeling/bbinference/{sid}/ #
POST /modeling/bbinference/{sid}/MakeObs/ #
GET /modeling/ensembles/ #
POST /modeling/ensembles/ #
GET /modeling/ensembles/{sid}/ #
PUT /modeling/ensembles/{sid}/ #
PATCH /modeling/ensembles/{sid}/ #
DELETE /modeling/ensembles/{sid}/ #
GET /modeling/groups/ #
POST /modeling/groups/ #
GET /modeling/groups/GetFastGroups/ #
GET /modeling/groups/{sid}/ #
PUT /modeling/groups/{sid}/ #
PATCH /modeling/groups/{sid}/ #
DELETE /modeling/groups/{sid}/ #
GET /modeling/inference/ #
POST /modeling/inference/ #
GET /modeling/inference/{sid}/ #
PUT /modeling/inference/{sid}/ #
PATCH /modeling/inference/{sid}/ #
DELETE /modeling/inference/{sid}/ #
PATCH /modeling/inference/{sid}/add_csv/ #
GET /modeling/models/ #
POST /modeling/models/ #
GET /modeling/models/GetModelNames/ #
GET /modeling/models/{sid}/ #
PUT /modeling/models/{sid}/ #
PATCH /modeling/models/{sid}/ #
DELETE /modeling/models/{sid}/ #
GET /modeling/models/{sid}/coco/ #
GET /modeling/observationrun/ #
POST /modeling/observationrun/ #
PATCH /modeling/observationrun/AddRunsToGroup/ #
POST /modeling/observationrun/CreateRunGroup/ #
POST /modeling/observationrun/CreateTemplateRun/ #
PATCH /modeling/observationrun/DeleteRunsFromGroups/ #
GET /modeling/observationrun/GetFilters/ #
GET /modeling/observationrun/GetRunGroups/ #
GET /modeling/observationrun/GetRunNames/ #
GET /modeling/observationrun/GetSourcePresets/ #
POST /modeling/observationrun/MakeRunsFromTemplateGroup/ #
GET /modeling/observationrun/ReifyGroup/ #
GET /modeling/observationrun/{sid}/ #
PUT /modeling/observationrun/{sid}/ #
PATCH /modeling/observationrun/{sid}/ #
DELETE /modeling/observationrun/{sid}/ #
GET /modeling/observationrun/{sid}/GetGraph/ #
GET /modeling/observationrun/{sid}/Reify/ #
GET /modeling/observationrun/{sid}/RunObsRun/ #
GET /modeling/pobs/ #
POST /modeling/pobs/ #
GET /modeling/pobs/GetIntervalReview/ #
GET /modeling/pobs/{sid}/ #
PUT /modeling/pobs/{sid}/ #
PATCH /modeling/pobs/{sid}/ #
DELETE /modeling/pobs/{sid}/ #
POST /modeling/pobs/{sid}/ReviewInterval/ #
GET /modeling/reginference/ #
POST /modeling/reginference/ #
GET /modeling/reginference/{sid}/ #
PUT /modeling/reginference/{sid}/ #
PATCH /modeling/reginference/{sid}/ #
DELETE /modeling/reginference/{sid}/ #
GET /modeling/regmodels/ #
POST /modeling/regmodels/ #
GET /modeling/regmodels/{sid}/ #
PUT /modeling/regmodels/{sid}/ #
PATCH /modeling/regmodels/{sid}/ #
DELETE /modeling/regmodels/{sid}/ #
GET /modeling/testobservation/ #
POST /modeling/testobservation/ #
GET /modeling/testobservation/{sid}/ #
PUT /modeling/testobservation/{sid}/ #
PATCH /modeling/testobservation/{sid}/ #
DELETE /modeling/testobservation/{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-modeling-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-modeling-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Snippets Modeling 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: modeling
paths:
  /modeling/bbinference/:
    parameters: []
    get:
      operationId: modeling_bbinference_list
      description: Bounding Box Inference Assignment.
      responses:
        '200':
          description: ''
          content:
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/BBInferenceAssignment'
      tags:
      - modeling
    post:
      operationId: modeling_bbinference_create
      description: Bounding Box Inference Assignment.
      responses:
        '201':
          description: ''
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/BBInferenceAssignment'
      tags:
      - modeling
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/BBInferenceAssignment'
        required: true
  /modeling/bbinference/AutoBBModels/:
    parameters: []
    get:
      operationId: modeling_bbinference_AutoBBModels
      description: Bounding Box Inference Assignment.
      responses:
        '200':
          description: ''
          content:
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/BBInferenceAssignment'
      tags:
      - modeling
  /modeling/bbinference/MakeObsModel/:
    parameters: []
    post:
      operationId: modeling_bbinference_MakeObsModel
      description: Bounding Box Inference Assignment.
      responses:
        '201':
          description: ''
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/BBInferenceAssignment'
      tags:
      - modeling
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/BBInferenceAssignment'
        required: true
  /modeling/bbinference/ObsParams/:
    parameters: []
    get:
      operationId: modeling_bbinference_ObsParams
      description: Bounding Box Inference Assignment.
      responses:
        '200':
          description: ''
          content:
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/BBInferenceAssignment'
      tags:
      - modeling
  /modeling/bbinference/{sid}/:
    parameters:
    - name: sid
      in: path
      required: true
      schema:
        type: string
        format: uuid
    get:
      operationId: modeling_bbinference_read
      description: Bounding Box Inference Assignment.
      responses:
        '200':
          description: ''
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/BBInferenceAssignment'
      tags:
      - modeling
    put:
      operationId: modeling_bbinference_update
      description: Bounding Box Inference Assignment.
      responses:
        '200':
          description: ''
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/BBInferenceAssignment'
      tags:
      - modeling
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/BBInferenceAssignment'
        required: true
    patch:
      operationId: modeling_bbinference_partial_update
      description: Bounding Box Inference Assignment.
      responses:
        '200':
          description: ''
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/BBInferenceAssignment'
      tags:
      - modeling
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/BBInferenceAssignment'
        required: true
    delete:
      operationId: modeling_bbinference_delete
      description: Bounding Box Inference Assignment.
      responses:
        '204':
          description: ''
      tags:
      - modeling
  /modeling/bbinference/{sid}/MakeObs/:
    parameters:
    - name: sid
      in: path
      required: true
      schema:
        type: string
        format: uuid
    post:
      operationId: modeling_bbinference_MakeObs
      description: Bounding Box Inference Assignment.
      responses:
        '201':
          description: ''
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/BBInferenceAssignment'
      tags:
      - modeling
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/BBInferenceAssignment'
        required: true
  /modeling/ensembles/:
    parameters: []
    get:
      operationId: modeling_ensembles_list
      description: ''
      responses:
        '200':
          description: ''
          content:
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/ModelEnsemble'
      tags:
      - modeling
    post:
      operationId: modeling_ensembles_create
      description: ''
      responses:
        '201':
          description: ''
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ModelEnsemble'
      tags:
      - modeling
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/ModelEnsemble'
        required: true
  /modeling/ensembles/{sid}/:
    parameters:
    - name: sid
      in: path
      required: true
      schema:
        type: string
        format: uuid
    get:
      operationId: modeling_ensembles_read
      description: ''
      responses:
        '200':
          description: ''
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ModelEnsemble'
      tags:
      - modeling
    put:
      operationId: modeling_ensembles_update
      description: ''
      responses:
        '200':
          description: ''
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ModelEnsemble'
      tags:
      - modeling
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/ModelEnsemble'
        required: true
    patch:
      operationId: modeling_ensembles_partial_update
      description: ''
      responses:
        '200':
          description: ''
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ModelEnsemble'
      tags:
      - modeling
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/ModelEnsemble'
        required: true
    delete:
      operationId: modeling_ensembles_delete
      description: ''
      responses:
        '204':
          description: ''
      tags:
      - modeling
  /modeling/groups/:
    parameters: []
    get:
      operationId: modeling_groups_list
      description: ''
      responses:
        '200':
          description: ''
          content:
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/ClassificationGroup'
      tags:
      - modeling
    post:
      operationId: modeling_groups_create
      description: ''
      responses:
        '201':
          description: ''
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ClassificationGroup'
      tags:
      - modeling
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/ClassificationGroup'
        required: true
  /modeling/groups/GetFastGroups/:
    parameters: []
    get:
      operationId: modeling_groups_GetFastGroups
      description: ''
      responses:
        '200':
          description: ''
          content:
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/ClassificationGroup'
      tags:
      - modeling
  /modeling/groups/{sid}/:
    parameters:
    - name: sid
      in: path
      required: true
      schema:
        type: string
        format: uuid
    get:
      operationId: modeling_groups_read
      description: ''
      responses:
        '200':
          description: ''
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ClassificationGroup'
      tags:
      - modeling
    put:
      operationId: modeling_groups_update
      description: ''
      responses:
        '200':
          description: ''
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ClassificationGroup'
      tags:
      - modeling
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/ClassificationGroup'
        required: true
    patch:
      operationId: modeling_groups_partial_update
      description: ''
      responses:
        '200':
          description: ''
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ClassificationGroup'
      tags:
      - modeling
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/ClassificationGroup'
        required: true
    delete:
      operationId: modeling_groups_delete
      description: ''
      responses:
        '204':
          description: ''
      tags:
      - modeling
  /modeling/inference/:
    parameters: []
    get:
      operationId: modeling_inference_list
      description: ''
      responses:
        '200':
          description: ''
          content:
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/InferenceAssignment'
      tags:
      - modeling
    post:
      operationId: modeling_inference_create
      description: ''
      responses:
        '201':
          description: ''
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/InferenceAssignment'
      tags:
      - modeling
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/InferenceAssignment'
        required: true
  /modeling/inference/{sid}/:
    parameters:
    - name: sid
      in: path
      required: true
      schema:
        type: string
        format: uuid
    get:
      operationId: modeling_inference_read
      description: ''
      responses:
        '200':
          description: ''
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/InferenceAssignment'
      tags:
      - modeling
    put:
      operationId: modeling_inference_update
      description: ''
      responses:
        '200':
          description: ''
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/InferenceAssignment'
      tags:
      - modeling
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/InferenceAssignment'
        required: true
    patch:
      operationId: modeling_inference_partial_update
      description: ''
      responses:
        '200':
          description: ''
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/InferenceAssignment'
      tags:
      - modeling
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/InferenceAssignment'
        required: true
    delete:
      operationId: modeling_inference_delete
      description: ''
      responses:
        '204':
          description: ''
      tags:
      - modeling
  /modeling/inference/{sid}/add_csv/:
    parameters:
    - name: sid
      in: path
      required: true
      schema:
        type: string
        format: uuid
    patch:
      operationId: modeling_inference_add_csv
      description: ''
      responses:
        '200':
          description: ''
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/InferenceAssignment'
      tags:
      - modeling
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/InferenceAssignment'
        required: true
  /modeling/models/:
    parameters: []
    get:
      operationId: modeling_models_list
      description: ''
      responses:
        '200':
          description: ''
          content:
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/TrainingModel'
      tags:
      - modeling
    post:
      operationId: modeling_models_create
      description: ''
      responses:
        '201':
          description: ''
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/TrainingModel'
      tags:
      - modeling
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/TrainingModel'
        required: true
  /modeling/models/GetModelNames/:
    parameters: []
    get:
      operationId: modeling_models_GetModelNames
      description: ''
      responses:
        '200':
          description: ''
          content:
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/TrainingModel'
      tags:
      - modeling
  /modeling/models/{sid}/:
    parameters:
    - name: sid
      in: path
      required: true
      schema:
        type: string
        format: uuid
    get:
      operationId: modeling_models_read
      description: ''
      responses:
        '200':
          description: ''
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/TrainingModel'
      tags:
      - modeling
    put:
      operationId: modeling_models_update
      description: ''
      responses:
        '200':
          description: ''
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/TrainingModel'
      tags:
      - modeling
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/TrainingModel'
        required: true
    patch:
      operationId: modeling_models_partial_update
      description: ''
      responses:
        '200':
          description: ''
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/TrainingModel'
      tags:
      - modeling
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/TrainingModel'
        required: true
    delete:
      operationId: modeling_models_delete
      description: ''
      responses:
        '204':
          description: ''
      tags:
      - modeling
  /modeling/models/{sid}/coco/:
    parameters:
    - name: sid
      in: path
      required: true
      schema:
        type: string
        format: uuid
    get:
      operationId: modeling_models_coco
      description: ''
      responses:
        '200':
          description: ''
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/TrainingModel'
      tags:
      - modeling
  /modeling/observationrun/:
    parameters: []
    get:
      operationId: modeling_observationrun_list
      description: ''
      responses:
        '200':
          description: ''
          content:
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/ObservationRun'
      tags:
      - modeling
    post:
      operationId: modeling_observationrun_create
      description: ''
      responses:
        '201':
          description: ''
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ObservationRun'
      tags:
      - modeling
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/ObservationRun'
        required: true
  /modeling/observationrun/AddRunsToGroup/:
    parameters: []
    patch:
      operationId: modeling_observationrun_AddRunsToGroup
      description: ''
      responses:
        '200':
          description: ''
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ObservationRun'
      tags:
      - modeling
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/ObservationRun'
        required: true
  /modeling/observationrun/CreateRunGroup/:
    parameters: []
    post:
      operationId: modeling_observationrun_CreateRunGroup
      description: ''
      responses:
        '201':
          description: ''
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ObservationRun'
      tags:
      - modeling
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/ObservationRun'
        required: true
  /modeling/observationrun/CreateTemplateRun/:
    parameters: []
    post:
      operationId: modeling_observationrun_CreateTemplateRun
      description: ''
      responses:
        '201':
          description: ''
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ObservationRun'
      tags:
      - modeling
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/ObservationRun'
        required: true
  /modeling/observationrun/DeleteRunsFromGroups/:
    parameters: []
    patch:
      operationId: modeling_observationrun_DeleteRunsFromGroups
      description: ''
      responses:
        '200':
          description: ''
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ObservationRun'
      tags:
      - modeling
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/ObservationRun'
        required: true
  /modeling/observationrun/GetFilters/:
    parameters: []
    get:
      operationId: modeling_observationrun_GetFilters
      description: ''
      responses:
        '200':
          description: ''
          content:
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/ObservationRun'
      tags:
      - modeling
  /modeling/observationrun/GetRunGroups/:
    parameters: []
    get:
      operationId: modeling_observationrun_GetRunGroups
      description: ''
      responses:
        '200':
          description: ''
          content:
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/ObservationRun'
      tags:
      - modeling
  /modeling/observationrun/GetRunNames/:
    parameters: []
    get:
      operationId: modeling_observationrun_GetRunNames
      description: ''
      responses:
        '200':
          description: ''
          content:
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/ObservationRun'
      tags:
      - modeling
  /modeling/observationrun/GetSourcePresets/:
    parameters: []
    get:
      operationId: modeling_observationrun_GetSourcePresets
      description: ''
      responses:
        '200':
          description: ''
          content:
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/ObservationRun'
      tags:
      - modeling
  /modeling/observationrun/MakeRunsFromTemplateGroup/:
    parameters: []
    post:
      operationId: modeling_observationrun_MakeRunsFromTemplateGroup
      description: ''
      responses:
        '201':
          description: ''
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ObservationRun'
      tags:
      - modeling
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/ObservationRun'
        required: true
  /modeling/observationrun/ReifyGroup/:
    parameters: []
    get:
      operationId: modeling_observationrun_ReifyGroup
      description: ''
      responses:
        '200':
          description: ''
          content:
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/ObservationRun'
      tags:
      - modeling
  /modeling/observationrun/{sid}/:
    parameters:
    - name: sid
      in: path
      required: true
      schema:
        type: string
        format: uuid
    get:
      operationId: modeling_observationrun_read
      description: ''
      responses:
        '200':
          description: ''
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ObservationRun'
      tags:
      - modeling
    put:
      operationId: modeling_observationrun_update
      description: ''
      responses:
        '200':
          description: ''
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ObservationRun'
      tags:
      - modeling
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/ObservationRun'
        required: true
    patch:
      operationId: modeling_observationrun_partial_update
      description: ''
      responses:
        '200':
          description: ''
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ObservationRun'
      tags:
      - modeling
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/ObservationRun'
        required: true
    delete:
      operationId: modeling_observationrun_delete
      description: ''
      responses:
        '204':
          description: ''
      tags:
      - modeling
  /modeling/observationrun/{sid}/GetGraph/:
    parameters:
    - name: sid
      in: path
      required: true
      schema:
        type: string
        format: uuid
    get:
      operationId: modeling_observationrun_GetGraph
      description: ''
      responses:
        '200':
          description: ''
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ObservationRun'
      tags:
      - modeling
  /modeling/observationrun/{sid}/Reify/:
    parameters:
    - name: sid
      in: path
      required: true
      schema:
        type: string
        format: uuid
    get:
      operationId: modeling_observationrun_Reify
      description: ''
      responses:
        '200':
          description: ''
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ObservationRun'
      tags:
      - modeling
  /modeling/observationrun/{sid}/RunObsRun/:
    parameters:
    - name: sid
      in: path
      required: true
      schema:
        type: string
        format: uuid
    get:
      operationId: modeling_observationrun_RunObsRun
      description: ''
      responses:
        '200':
          description: ''
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ObservationRun'
      tags:
      - modeling
  /modeling/pobs/:
    parameters: []
    get:
      operationId: modeling_pobs_list
      description: ''
      responses:
        '200':
          description: ''
          content:
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/ProvisionalObservationClassification'
      tags:
      - modeling
    post:
      operationId: modeling_pobs_create
      description: ''
      responses:
        '201':
          description: ''
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ProvisionalObservationClassification'
      tags:
      - modeling
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/ProvisionalObservationClassification'
        required: true
  /modeling/pobs/GetIntervalReview/:
    parameters: []
    get:
      operationId: modeling_pobs_GetIntervalReview
      description: ''
      responses:
        '200':
          description: ''
          content:
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/ProvisionalObservationClassification'
      tags:
      - modeling
  /modeling/pobs/{sid}/:
    parameters:
    - name: sid
      in: path
      required: true
      schema:
        type: string
        format: uuid
    get:
      operationId: modeling_pobs_read
      description: ''
      responses:
        '200':
          description: ''
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ProvisionalObservationClassification'
      tags:
      - modeling
    put:
      operationId: modeling_pobs_update
      description: ''
      responses:
        '200':
          description: ''
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ProvisionalObservationClassification'
      tags:
      - modeling
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/ProvisionalObservationClassification'
        required: true
    patch:
      operationId: modeling_pobs_partial_update
      description: ''
      responses:
        '200':
          description: ''
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ProvisionalObservationClassification'
      tags:
      - modeling
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/ProvisionalObservationClassification'
        required: true
    delete:
      operationId: modeling_pobs_delete
      description: ''
      responses:
        '204':
          description: ''
      tags:
      - modeling
  /modeling/pobs/{sid}/ReviewInterval/:
    parameters:
    - name: sid
      in: path
      required: true
      schema:
        type: string
        format: uuid
    post:
      operationId: modeling_pobs_ReviewInterval
      description: ''
      responses:
        '201':
          description: ''
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ProvisionalObservationClassification'
      tags:
      - modeling
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/ProvisionalObservationClassification'
        required: true
  /modeling/reginference/:
    parameters: []
    get:
      operationId: modeling_reginference_list
      description: Regression Inference Assignment.
      responses:
        '200':
          description: ''
      tags:
      - modeling
    post:
      operationId: modeling_reginference_create
      description: Regression Inference Assignment.
      responses:
        '201':
          description: ''
      tags:
      - modeling
  /modeling/reginference/{sid}/:
    parameters:
    - name: sid
      in: path
      required: true
      schema:
        type: string
        format: uuid
    get:
      operationId: modeling_reginference_read
      description: Regression Inference Assignment.
      responses:
        '200':
          description: ''
      tags:
      - modeling
    put:
      operationId: modeling_reginference_update
      description: Regression Inference Assignment.
      responses:
        '200':
          description: ''
      tags:
      - modeling
    patch:
      operationId: modeling_reginference_partial_update
      description: Regression Inference Assignment.
      responses:
        '200':
          description: ''
      tags:
      - modeling
    delete:
      operationId: modeling_reginference_delete
      description: Regression Inference Assignment.
      responses:
        '204':
          description: ''
      tags:
      - modeling
  /modeling/regmodels/:
    parameters: []
    get:
      operationId: modeling_regmodels_list
      description: ''
      responses:
        '200':
          description: ''
          content:
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/RegressionModel'
      tags:
      - modeling
    post:
      operationId: modeling_regmodels_create
      description: ''
      responses:
        '201':
          description: ''
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/RegressionModel'
      tags:
      - modeling
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/RegressionModel'
        required: true
  /modeling/regmodels/{sid}/:
    parameters:
    - name: sid
      in: path
      required: true
      schema:
        type: string
        format: uuid
    get:
      operationId: modeling_regmodels_read
      description: ''
      responses:
        '200':
          description: ''
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/RegressionModel'
      tags:
      - modeling
    put:
      operationId: modeling_regmodels_update
      description: ''
      responses:
        '200':
          description: ''
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/RegressionModel'
      tags:
      - modeling
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/RegressionModel'
        required: true
    patch:
      operationId: modeling_regmodels_partial_update
      description: ''
      responses:
        '200':
          description: ''
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/RegressionModel'
      tags:
      - modeling
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/RegressionModel'
        required: true
    delete:
      operationId: modeling_regmodels_delete
      description: ''
      responses:
        '204':
          description: ''
      tags:
      - modeling
  /modeling/testobservation/:
    parameters: []
    get:
      operationId: modeling

# --- truncated at 32 KB (96 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/sewerai/refs/heads/main/openapi/sewerai-modeling-api-openapi.yml