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

Super.ai worker-groups API

The worker-groups API from Super.ai — 3 operation(s) for worker-groups.

Super.ai worker-groups API is one of 19 APIs that Super.ai publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Worker Groups. The published artifact set on APIs.io includes an OpenAPI specification, an API reference, and authentication docs.

This API exposes 6 operations across 3 paths, and defines 11 schemas. It is described by OpenAPI 3.2.0, at version 0.1.0.

Requests are made against a single base URL, https://flows.super.ai/api.

6 operations 3 paths 11 schemas 1 DELETE2 GET2 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
0.1.0
Base URL
https://flows.super.ai/api
Authentication
HTTP Bearer, API Key
Resource Areas
1

Authentication & Security 2

Super.ai worker-groups API declares 2 security schemes for authenticating requests. It accepts HTTP bearer tokens (JWT) (BearerAuth). An API key is passed in the header as X-API-Key (APIKeyAuth).

  • BearerAuth — JWT Bearer token authentication. Include your access token in the Authorization header as: Bearer YOURACCESSTOKEN Example: Authorization: Bearer eyJhbGciOiJIUz…
  • APIKeyAuth — API key authentication. Include your API key in the X-API-Key header as: X-API-Key YOURAPIKEY Example: X-API-Key: saf1234567890

Paths & Operations 6

Across 3 paths, the API surfaces 6 operations — 1 DELETE, 2 GET, 2 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

worker-groups 6
GET
/api/organizations/worker-groups
List all worker groups
list_worker_groups_api_organizations_worker_groups_get 2 params → 200401403500422
POST
/api/organizations/worker-groups
Create a worker group
create_worker_group_api_organizations_worker_groups_post body → 201409401403500422
GET
/api/organizations/worker-groups/{group_id}
Get a worker group
get_worker_group_api_organizations_worker_groups__group_id__get 1 param → 200404401403500422
PUT
/api/organizations/worker-groups/{group_id}
Update a worker group
update_worker_group_api_organizations_worker_groups__group_id__put 1 param body → 200404409401403500422
DELETE
/api/organizations/worker-groups/{group_id}
Delete a worker group
delete_worker_group_api_organizations_worker_groups__group_id__delete 1 param → 204404401403500422
POST
/api/organizations/worker-groups/{group_id}/members
Add or remove members from a worker group
update_worker_group_members_api_organizations_worker_groups__group_id__members_post 1 param body → 200404401403500422

Schemas 11

The contract defines 11 schemas that model the data the API accepts and returns. The most detailed are WorkerGroupDetailResponse (9 properties), WorkerGroupResponse (8 properties), UserSummary (6 properties), ValidationError (3 properties). Each schema is shown below with its type and property counts.

WorkerGroupResponse
object
Response model for worker group list / summary operations.
8 properties 7 required
WorkerGroupCreateRequest
object
Request payload for creating a new worker group.
3 properties 1 required
UserSummary
object
Lightweight user representation used within worker group responses.
6 properties 5 required
WorkerGroupListResponse
object
Paginated response for listing worker groups.
2 properties 2 required
WorkerGroupUpdateRequest
object
Request payload for updating an existing worker group.
2 properties
WorkerGroupMembersUpdateRequest
object
Request payload for adding/removing members from a worker group.
2 properties
ErrorResponse
object
Standard API error response structure. All error responses from the API follow this format, ensuring consistent error handling for API consumers. Example: { "e…
2 properties 1 required
WorkerGroupDetailResponse
object
Response model for worker group detail operations (includes member list).
9 properties 7 required
ValidationError
object
3 properties 3 required
HTTPValidationError
object
1 property
ErrorDetail
object
Standard error detail structure. This model matches the error format returned by the centralized exception handlers in app/api/errors/handlers.py.
3 properties 1 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

superai-worker-groups-api-openapi.yml Raw ↑

Other APIs Super.ai publishes across the network.

Super.ai auth API
Super.ai files API
Super.ai flow-executions API
Super.ai flows API
Super.ai human-review-tasks API
Super.ai integrations API
Super.ai models API
Super.ai organizations API
Super.ai plugins API
Super.ai profile API
Super.ai service-accounts API
Super.ai sso API
Where this information came from

This is an independent, third-party profile of Super.ai worker-groups 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.