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 organizations API

Organization operations for viewing credit balance and organization-scoped information.

Super.ai organizations 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 Organization. The published artifact set on APIs.io includes an OpenAPI specification, an API reference, and authentication docs.

This API exposes 9 operations across 6 paths, and defines 21 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.

9 operations 6 paths 21 schemas 1 DELETE4 GET2 POST2 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 organizations 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 9

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

organizations 9

Organization operations for viewing credit balance and organization-scoped information.

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
GET
/api/organizations/credits
Get credit balance for current user's organization
get_organization_credits_api_organizations_credits_get → 200401500
PUT
/api/organizations/settings
Update organization settings
update_organization_settings_api_organizations_settings_put body → 200400403404500422
GET
/api/organizations/{organization_id}
Get organization by ID
get_organization_api_organizations__organization_id__get 1 param → 200400404403500422

Schemas 21

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

OrganizationSettings
object
Organization settings model for requests and updates.
5 properties
WorkerGroupResponse
object
Response model for worker group list / summary operations.
8 properties 7 required
UserSummary
object
Lightweight user representation used within worker group responses.
6 properties 5 required
CreditBalanceResponse
object
Credit balance for an organization, split into monthly allowance and additional grants.
4 properties 3 required
WorkerLandingPageConfig
string
Configuration for worker landing page redirect.
WorkerGroupDetailResponse
object
Response model for worker group detail operations (includes member list).
9 properties 7 required
OrganizationPaymentMethod
string
How an organization pays (FLO-2286). Stored in the settings JSONB (a configurable setting, unlike the Stripe billing-state columns). invoice is a manual, sales…
WorkerGroupCreateRequest
object
Request payload for creating a new worker group.
3 properties 1 required
WorkerGroupListResponse
object
Paginated response for listing worker groups.
2 properties 2 required
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
AdditionalCredits
object
Additional (one-time grant) credit details for an organization.
3 properties 3 required
ValidationError
object
3 properties 3 required
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
WorkerGroupUpdateRequest
object
Request payload for updating an existing worker group.
2 properties
app__api__organization__organization_api_model__OrganizationResponse
object
Organization response model.
12 properties 8 required
AutoCalibrationSettings
object
Auto-calibration trigger settings (back office).
1 property
HTTPValidationError
object
1 property
OrganizationSecuritySettings
object
Security-related organization settings.
2 properties
OrganizationTier
string
Organization tier determining monthly credit allowance.
MonthlyCredits
object
Monthly credit allowance details for an organization.
4 properties 4 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

superai-organizations-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 plugins API
Super.ai profile API
Super.ai service-accounts API
Super.ai sso API
Super.ai task-data API
Where this information came from

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