Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Tenyks Data Upload API

Upload and ingest annotations, models and predictions from cloud storage.

Tenyks Data Upload API is one of 3 APIs that Tenyks publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Data Upload. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and authentication docs.

This API exposes 6 operations across 6 paths, and defines 7 schemas. It is described by OpenAPI 3.0.0, at version 1.0.1.

Requests are made against a single base URL, https://{base_url}.tenyks.ai.

6 operations 6 paths 7 schemas 2 POST4 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.0
API Version
1.0.1
Base URL
https://dashboard.tenyks.ai
Authentication
HTTP Bearer
Contact
Resource Areas
1

Authentication & Security 1

Tenyks Data Upload API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (bearerAuth).

  • bearerAuth — Bearer access token obtained from POST /api/auth/apikey (expires in 3600 seconds).

Paths & Operations 6

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

Data Upload 6

Upload and ingest annotations, models and predictions from cloud storage.

POST
/api/workspaces/tenyks/datasets
Create a Dataset
createDataset body → 200400
PUT
/api/workspaces/tenyks/datasets/{dataset_key}/images/annotations
Upload Dataset Annotations
uploadDatasetAnnotations 1 param body → 200
PUT
/api/workspaces/tenyks/datasets/{dataset_key}/ingest
Ingest Dataset Annotations
ingestDatasetAnnotations 1 param body → 200
POST
/api/workspaces/tenyks/datasets/{dataset_key}/model_inferences
Create a Model
createModel 1 param body → 200
PUT
/api/workspaces/tenyks/datasets/{dataset_key}/model_inferences/{model_key}/predictions
Upload Model Predictions
uploadModelPredictions 2 params body → 200400
PUT
/api/workspaces/tenyks/datasets/{dataset_key}/model_inferences/{model_key}/ingest
Ingest Model Predictions
ingestModelPredictions 2 params body → 200

Schemas 7

The contract defines 7 schemas that model the data the API accepts and returns. The most detailed are DatasetPayload (4 properties), ModelPayload (4 properties), ModelPredictionsPayload (3 properties), AwsCredentials (3 properties). Each schema is shown below with its type and property counts.

DatasetAnnotationsPayload
object
3 properties 3 required
ModelPayload
object
4 properties 4 required
AwsS3ImagesLocation
object
3 properties 3 required
DatasetPayload
object
4 properties 4 required
DatasetIngestPayload
object
AwsCredentials
object
3 properties 3 required
ModelPredictionsPayload
object
3 properties 3 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

tenyks-data-upload-api-openapi.yml Raw ↑

Other APIs Tenyks publishes across the network.

Tenyks Auth API
Tenyks Datasets API