LabelFlow
  • ๐Ÿ‘‹Intro to LabelFlow
  • Labelling interface
    • ๐ŸคธQuick Start
    • ๐ŸŽŸ๏ธLabel Types
      • Image Classification
      • Bounding Boxes
      • Polygons
      • Auto Polygons
    • โœ๏ธEdit labels
    • ๐Ÿ—‚๏ธDatasets
    • ๐ŸŽจClasses
    • โŒจ๏ธShortcuts
  • โšกAI Assistants
    • ๐Ÿ‘ฉโ€๐ŸซPresentation
    • ๐ŸฅฅDETR - COCO
    • ๐Ÿ‘๏ธViT - ImageNet
  • Workspaces
    • ๐ŸขIntroduction to Workspaces
    • ๐Ÿ™‹โ€โ™€๏ธSign in
    • โž•Create a Workspace
    • ๐Ÿ“งInvite Members
    • ๐Ÿ’ธWorkspace Settings & Billing
  • Import a dataset
    • ๐Ÿ–ผ๏ธImport Images
      • Import Images from Files
      • Import Images from File URLs
    • ๐Ÿ–Š๏ธImport Annotations
    • ๐Ÿ“ฆMigrate a Dataset
  • Export a dataset
    • ๐ŸฅฅCOCO
    • ๐Ÿ‘๏ธYOLO
    • ๐ŸงพCSV
  • API
    • ๐Ÿ“–Presentation
    • ๐Ÿค“Getting Started
  • Support
    • ๐Ÿ’ฌDiscord Channel
    • โ“FAQ
Powered by GitBook
On this page
  • Overview
  • GraphQL standard
  • Security

Was this helpful?

Edit on Git
Export as PDF
  1. API

Presentation

PreviousCSVNextGetting Started

Last updated 3 years ago

Was this helpful?

Overview

The LabelFlow Graph API is available at the following URL: . It allows front-end applications to access all LabelFlow back-end services in a unified way. The Graph API is a gateway to LabelFlow services.

GraphQL standard

The Graph API uses the GraphQL query language, at modern, open specification initiated by Facebook but now used by a large part of the Web, as a successor to REST APIs. The specification and documentation for GraphQL can be found at .The Graph API is implemented over HTTPS, in practice, most tools made for REST APIs are compatible with GraphQL APIs out of the box.

Security

The API is available as a GraphQL API over HTTPS. All communications with the API are encrypted and secured using state-of-the-art standards. The API is used by LabelFlow's own applications. It is open to integration with customers' IT systems.

๐Ÿ“–
https://labelflow.ai/graphiql
https://graphql.org/