CVAT organizations API
Organizations scoping resources for teams.
CVAT organizations API is one of 8 APIs that CVAT publishes on the APIs.io network, described by a machine-readable OpenAPI specification.
Tagged areas include organizations. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and an API reference.
This API exposes 4 operations across 2 paths, and defines 5 schemas. It is described by OpenAPI 3.0.1, at version 2.0.
Requests are made against 2 base URLs: https://app.cvat.ai/api, http://localhost:8080/api.
Metadata
The identity and technical contract details declared by the specification.
Authentication & Security 2
CVAT organizations API declares
2 security schemes
for authenticating requests.
An API key is passed in the header as Authorization (tokenAuth).
It accepts HTTP basic authentication (basicAuth).
By default, every request must be authenticated.
tokenAuth— Token authentication. Send the header Authorization: Token where the key is obtained from POST /auth/login.basicAuth— HTTP Basic authentication with CVAT username and password.
Paths & Operations 4
Across 2 paths, the API surfaces 4 operations — 1 DELETE, 2 GET, 1 POST. Each is listed below with its method, path, parameters, and response codes.
Organizations scoping resources for teams.
Schemas 5
The contract defines 5 schemas that model the data the API accepts and returns. The most detailed are Organization (6 properties), PaginatedBase (4 properties), BasicUser (4 properties), OrganizationWriteRequest (3 properties). Each schema is shown below with its type and property counts.
Specification
The full machine-readable OpenAPI contract behind this narrative.
Source
More from CVAT 7
Other APIs CVAT publishes across the network.