Surge API

Surge's REST API for managing labeling projects, tasks, and results. Endpoints cover projects (list, retrieve, create, download results, save reports in multiple formats), tasks (create, list, retrieve individual tasks), and blueprints (list and use as templates for new projects). Authentication uses an API key sourced from the user's Surge profile, passed via the SURGE_API_KEY environment variable or set explicitly on the client. The reference is published in the Surge dashboard at app.surgehq.ai/docs/api.

Surge API is one of 11 APIs that Surge AI publishes on the APIs.io network.

Tagged areas include REST API, Projects, Tasks, and Blueprints. The published artifact set on APIs.io includes API documentation, an API reference, authentication docs, and SDKs.

API entry from apis.yml

apis.yml Raw ↑
aid: surge-ai:surge-api
name: Surge API
description: Surge's REST API for managing labeling projects, tasks, and results. Endpoints cover projects
  (list, retrieve, create, download results, save reports in multiple formats), tasks (create, list, retrieve
  individual tasks), and blueprints (list and use as templates for new projects). Authentication uses
  an API key sourced from the user's Surge profile, passed via the SURGE_API_KEY environment variable
  or set explicitly on the client. The reference is published in the Surge dashboard at app.surgehq.ai/docs/api.
humanURL: https://app.surgehq.ai/docs/api
tags:
- REST API
- Projects
- Tasks
- Blueprints
properties:
- type: Documentation
  url: https://app.surgehq.ai/docs/api
- type: APIReference
  url: https://app.surgehq.ai/docs/api
- type: Authentication
  url: https://app.surgehq.ai/docs/api
- type: SDK
  url: https://github.com/surge-ai/surge-python