Jump to Content
Tenyks
HomeDocumentationAPI Reference
HomeTenyks
API Reference
Home
HomeDocumentationAPI Reference
All
Pages
Start typing to search…

Overview

  • Introduction
  • Setting up an account
  • Retrieving API keys
  • Access Token

Dataset Upload & Management

  • AWS S3 workflow
  • GCS workflow
  • Azure workflow
  • Appending Data

API Endpoints

  • Auth
    • Generate Access Tokenpost
  • Datasets
    • Retrieve datasetsget
  • Data Upload AWS S3
    • Create a Datasetpost
    • Upload Dataset Annotationsput
    • Ingest Dataset Annotationsput
    • Create a Modelpost
    • Upload Model Predictionsput
    • Ingest Model Predictionsput
  • Data Upload GCS
    • Create a Datasetpost
    • Upload Dataset Annotationsput
    • Ingest Images and Annotationsput
    • Create a Modelpost
    • Upload Model Predictionsput
    • Ingest Model Predictionsput
  • Data Upload Azure
    • Create a Datasetpost
    • Upload Dataset Annotationsput
    • Ingest Images and Annotationsput
    • Create a Modelpost
    • Upload Model Predictionsput
    • Ingest Model Predictionsput
Powered by 

Generate Access Token

post https://{base_url}.tenyks.ai/api/auth/apikey

This endpoint generates an acccess token to be used as a Bearer token on all the other endpoints.

Language
URL
Click Try It! to start a request and see the response here!