How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

SewerAI V1 API

The v1 API from SewerAI — 21 operation(s) for v1.

SewerAI V1 API is one of 27 APIs that SewerAI publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include v1. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, a getting-started guide, and authentication docs.

This API exposes 53 operations across 21 paths, and defines 16 schemas. It is described by OpenAPI 3.2.0, at version v1.

Requests are made against a single base URL, https://574ea6n6tdopt2qigvs3hjzoha0nhhvj.lambda-url.us-west-2.on.aws/.

53 operations 21 paths 16 schemas 8 DELETE19 GET8 PATCH10 POST8 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
v1
Base URL
https://api.sewerai.com/v1
Authentication
HTTP Basic
License
BSD License
Terms of Service
Resource Areas
1

Authentication & Security 1

SewerAI V1 API declares 1 security scheme for authenticating requests. It accepts HTTP basic authentication (Basic). By default, every request must be authenticated.

Paths & Operations 53

Across 21 paths, the API surfaces 53 operations — 8 DELETE, 19 GET, 8 PATCH, 10 POST, 8 PUT. Each is listed below with its method, path, parameters, and response codes.

v1 53
GET
/v1/assets/
Asset endpoint.
v1_assets_list → 200
POST
/v1/assets/
Asset endpoint.
v1_assets_create body → 201
GET
/v1/assets/{sid}/
Asset endpoint.
v1_assets_read 1 param → 200
PUT
/v1/assets/{sid}/
Asset endpoint.
v1_assets_update 1 param body → 200
PATCH
/v1/assets/{sid}/
Asset endpoint.
v1_assets_partial_update 1 param body → 200
DELETE
/v1/assets/{sid}/
Asset endpoint.
v1_assets_delete 1 param → 204
GET
/v1/exports/
v1_exports_list → 200
POST
/v1/exports/
v1_exports_create body → 201
GET
/v1/exports/{sid}/
v1_exports_read 1 param → 200
PUT
/v1/exports/{sid}/
v1_exports_update 1 param body → 200
PATCH
/v1/exports/{sid}/
v1_exports_partial_update 1 param body → 200
DELETE
/v1/exports/{sid}/
v1_exports_delete 1 param → 204
GET
/v1/inspections/
v1_inspections_list → 200
POST
/v1/inspections/
v1_inspections_create → 201
POST
/v1/inspections/AutoCode/
v1_inspections_AutoCode → 201
GET
/v1/inspections/{inspection_sid}/observations/
Observations endpoint.
v1_inspections_observations_list 1 param → 200
POST
/v1/inspections/{inspection_sid}/observations/
Observations endpoint.
v1_inspections_observations_create 1 param body → 201
GET
/v1/inspections/{inspection_sid}/observations/{sid}/
Observations endpoint.
v1_inspections_observations_read 2 params → 200
PUT
/v1/inspections/{inspection_sid}/observations/{sid}/
Observations endpoint.
v1_inspections_observations_update 2 params body → 200
PATCH
/v1/inspections/{inspection_sid}/observations/{sid}/
Observations endpoint.
v1_inspections_observations_partial_update 2 params body → 200
DELETE
/v1/inspections/{inspection_sid}/observations/{sid}/
Observations endpoint.
v1_inspections_observations_delete 2 params → 204
GET
/v1/inspections/{sid}/
v1_inspections_read 1 param → 200
PUT
/v1/inspections/{sid}/
v1_inspections_update 1 param → 200
PATCH
/v1/inspections/{sid}/
v1_inspections_partial_update 1 param → 200
DELETE
/v1/inspections/{sid}/
v1_inspections_delete 1 param → 204
GET
/v1/observations/
Observations endpoint.
v1_observations_list → 200
GET
/v1/observations/{sid}/
Observations endpoint.
v1_observations_read 1 param → 200
GET
/v1/organizations/
Organization endpoint.
v1_organizations_list → 200
POST
/v1/organizations/
Organization endpoint.
v1_organizations_create body → 201
GET
/v1/organizations/{sid}/
Organization endpoint.
v1_organizations_read 1 param → 200
PUT
/v1/organizations/{sid}/
Organization endpoint.
v1_organizations_update 1 param body → 200
PATCH
/v1/organizations/{sid}/
Organization endpoint.
v1_organizations_partial_update 1 param body → 200
DELETE
/v1/organizations/{sid}/
Organization endpoint.
v1_organizations_delete 1 param → 204
GET
/v1/projects/
Projects endpoint.
v1_projects_list → 200
POST
/v1/projects/
Projects endpoint.
v1_projects_create body → 201
GET
/v1/projects/{sid}/
Projects endpoint.
v1_projects_read 1 param → 200
PUT
/v1/projects/{sid}/
Projects endpoint.
v1_projects_update 1 param body → 200
PATCH
/v1/projects/{sid}/
Projects endpoint.
v1_projects_partial_update 1 param body → 200
DELETE
/v1/projects/{sid}/
Projects endpoint.
v1_projects_delete 1 param → 204
GET
/v1/users/
v1_users_list → 200
POST
/v1/users/
v1_users_create body → 201
GET
/v1/users/{sid}/
v1_users_read 1 param → 200
PUT
/v1/users/{sid}/
v1_users_update 1 param body → 200
PATCH
/v1/users/{sid}/
v1_users_partial_update 1 param body → 200
DELETE
/v1/users/{sid}/
v1_users_delete 1 param → 204
GET
/v1/videos/
Video endpoint.
v1_videos_list → 200
POST
/v1/videos/
Video endpoint.
v1_videos_create body → 201
GET
/v1/videos/{sid}/
Video endpoint.
v1_videos_read 1 param → 200
PUT
/v1/videos/{sid}/
Video endpoint.
v1_videos_update 1 param body → 200
PATCH
/v1/videos/{sid}/
Video endpoint.
v1_videos_partial_update 1 param body → 200
DELETE
/v1/videos/{sid}/
Video endpoint.
v1_videos_delete 1 param → 204
POST
/v1/videos/{sid}/change-inspection/
Video endpoint.
v1_videos_change_inspection 1 param body → 201
GET
/v1/videos/{sid}/url/
Video endpoint.
v1_videos_url 1 param → 200

Schemas 16

The contract defines 16 schemas that model the data the API accepts and returns. The most detailed are MainlineAssetWrite (33 properties), MainlineAssetRead (33 properties), InspectionList (30 properties), ObservationRead (24 properties). Each schema is shown below with its type and property counts.

MainlineAssetWrite
object
33 properties 2 required
ProjectRead
object
16 properties 1 required
OrganizationWrite
object
18 properties 2 required
ObservationWrite
object
23 properties
ExportRead
object
7 properties
VideoWrite
object
15 properties 2 required
VideoRead
object
15 properties 1 required
OrganizationRead
object
18 properties 2 required
UserRead
object
7 properties 1 required
ObservationRead
object
24 properties
AssetList
object
21 properties 3 required
ExportWrite
object
2 properties
ProjectWrite
object
16 properties 1 required
UserList
object
5 properties 1 required
InspectionList
object
30 properties 3 required
MainlineAssetRead
object
33 properties 3 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

sewerai-v1-api-openapi.yml Raw ↑

Other APIs SewerAI publishes across the network.

SewerAI Account Usage API
SewerAI Accounts API
SewerAI Analytics API
SewerAI Annotations API
SewerAI API
SewerAI Autocode API
SewerAI Canvotation Templates API
SewerAI Comment API
SewerAI Core API
SewerAI Exports API
SewerAI Files API
SewerAI Groups API
Where this information came from

This is an independent, third-party profile of SewerAI V1 API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.