CVAT tasks API
Annotation tasks holding media data and annotations.
CVAT tasks API is one of 8 APIs that CVAT publishes on the APIs.io network, described by a machine-readable OpenAPI specification.
Tagged areas include tasks. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and an API reference.
This API exposes 7 operations across 4 paths, and defines 8 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 tasks 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 7
Across 4 paths, the API surfaces 7 operations — 1 DELETE, 2 GET, 1 PATCH, 3 POST. Each is listed below with its method, path, parameters, and response codes.
Annotation tasks holding media data and annotations.
Schemas 8
The contract defines 8 schemas that model the data the API accepts and returns. The most detailed are Task (13 properties), TaskWriteRequest (7 properties), Attribute (6 properties), DataRequest (6 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.