REST API

The Roboflow REST API provides programmatic access to the Roboflow platform. You can use it to manage workspaces, projects, datasets, images, annotations, versions, and more.

Base URL

https://api.roboflow.com

Authentication

All API requests require an API key. Pass it as a query parameter:

https://api.roboflow.com/your-workspace?api_key=YOUR_API_KEY

See Authenticate with the REST API for more details.

Endpoints