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 service-accounts API

Service account operations for managing programmatic API access credentials.

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

This API exposes 9 operations across 4 paths, and defines 12 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 4 paths 12 schemas 2 DELETE3 GET2 PATCH2 POST

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 service-accounts 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 4 paths, the API surfaces 9 operations — 2 DELETE, 3 GET, 2 PATCH, 2 POST. Each is listed below with its method, path, parameters, and response codes.

service-accounts 9

Service account operations for managing programmatic API access credentials.

POST
/api/service-accounts
Create a new service account
create_service_account_api_service_accounts_post body → 201400401500422
GET
/api/service-accounts
List all service accounts
list_service_accounts_api_service_accounts_get 2 params → 200401500422
GET
/api/service-accounts/{service_account_id}
Get a specific service account
get_service_account_api_service_accounts__service_account_id__get 1 param → 200403401404500422
PATCH
/api/service-accounts/{service_account_id}
Update a service account
update_service_account_api_service_accounts__service_account_id__patch 1 param body → 200403401404500422
DELETE
/api/service-accounts/{service_account_id}
Delete a service account
delete_service_account_api_service_accounts__service_account_id__delete 1 param → 204403401404500422
GET
/api/service-accounts/{service_account_id}/api-keys
List API keys for a service account
list_service_account_api_keys_api_service_accounts__service_account_id__api_keys_get 3 params → 200403401404500422
POST
/api/service-accounts/{service_account_id}/api-keys
Create an API key for a service account
create_service_account_api_key_api_service_accounts__service_account_id__api_keys_post 1 param body → 201400403401404500422
PATCH
/api/service-accounts/{service_account_id}/api-keys/{api_key_id}
Update an API key
update_api_key_api_service_accounts__service_account_id__api_keys__api_key_id__patch 2 params body → 200403401404500422
DELETE
/api/service-accounts/{service_account_id}/api-keys/{api_key_id}
Delete an API key
delete_api_key_api_service_accounts__service_account_id__api_keys__api_key_id__delete 2 params → 204403401404500422

Schemas 12

The contract defines 12 schemas that model the data the API accepts and returns. The most detailed are ApiKeyCreateResponse (11 properties), ApiKeyResponse (10 properties), ServiceAccountResponse (8 properties), ServiceAccountCreateResponse (8 properties). Each schema is shown below with its type and property counts.

ApiKeyResponse
object
Response model for API key operations.
10 properties 7 required
ServiceAccountUpdateRequest
object
Request payload for updating a service account.
2 properties
ServiceAccountCreateRequest
object
Public API request payload for creating a new service account. Note: API can only create organization-scoped service accounts.
2 properties 1 required
ServiceAccountResponse
object
Response model for service account operations.
8 properties 6 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
ApiKeyUpdateRequest
object
Request payload for updating an API key.
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
ApiKeyCreateRequest
object
Public API request payload for creating a new API key.
2 properties 1 required
ValidationError
object
3 properties 3 required
HTTPValidationError
object
1 property
ApiKeyCreateResponse
object
Response model for API key creation including the full token.
11 properties 8 required
ServiceAccountCreateResponse
object
Response model for service account creation including the full token.
8 properties 6 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

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

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