Labelbox · GraphQL Specification

Labelbox GraphQL API

The Labelbox GraphQL API provides programmatic access to the full range of Labelbox platform resources, including projects, datasets, data rows, labels, ontologies, model runs, and annotation imports. It is the underlying transport layer used by the official Labelbox Python SDK and Node.js SDK, exposing a rich set of queries and mutations for managing the complete data labeling and AI training data lifecycle. The API follows standard GraphQL conventions with a single endpoint for all operations, supporting pagination via cursor-based collections and filtering via where-clause arguments on most list queries.

Documentation Endpoint View on GitHub Data LabelingAI TrainingMachine LearningAnnotationComputer VisionRLHFModel EvaluationDataset ManagementGraphQLPython SDKGraphQL

Overview

Labelbox GraphQL API is a GraphQL API specification published by Labelbox on the APIs.io network.

The Labelbox GraphQL API provides programmatic access to the full range of Labelbox platform resources, including projects, datasets, data rows, labels, ontologies, model runs, and annotation imports. It is the underlying transport layer used by the official Labelbox Python SDK and Node.js SDK, exposing a rich set of queries and mutations for managing the complete data labeling and AI training data lifecycle. The API follows standard GraphQL conventions with a single endpoint for all operations, supporting pagination via cursor-based collections and filtering via where-clause arguments on most list queries.

The GraphQL endpoint is available at https://api.labelbox.com/graphql. documentation is published at https://docs.labelbox.com/reference/graphql-overview.

The specification includes 2 reference links.

Tagged areas include Data Labeling, AI Training, Machine Learning, Annotation, and Computer Vision.

Endpoint

https://api.labelbox.com/graphql

References

Back to Labelbox · All GraphQL Specs · GitHub