Roboflow Docs
DashboardResourcesProducts
  • Documentation
  • Developer Reference
  • Changelog
  • Developer Tools
  • Authentication
  • Command Line Interface (CLI)
    • Using the CLI
    • Installation and Authentication
    • Download dataset
    • Upload Dataset
    • Run inference
    • Getting help
  • REST API
    • REST API Structure
    • Workspace and Project IDs
    • Workspaces
  • Workspace Image Query
  • Projects
    • Initialize
    • Project Folders API
    • Create
  • Batches
  • Annotation Jobs
  • Images
    • Upload Images
    • Image Details
    • Upload Dataset
    • Upload an Annotation
    • Search
    • Tags
  • Versions
    • Create a Project Version
    • View a Version
  • Train a Model
  • Export Data
  • Inference
  • Annotation Insights
    • Annotation Insights (Legacy Endpoint)
  • Model Monitoring
    • Stats
    • Custom Metadata
  • Python SDK
    • Using the Python SDK
  • iOS SDK
    • Using the iOS SDK
Powered by GitBook
On this page

Was this helpful?

  1. REST API

Workspace and Project IDs

Retrieve workspace and project IDs for use with the API.

PreviousREST API StructureNextWorkspaces

Last updated 15 hours ago

Was this helpful?

To run inference on your model, or to query the Roboflow API endpoints associated with your project, you will need three pieces of information:

  1. Your project ID (also known as a model ID);

  2. Your model version number and;

  3. Your API key.

How to Retrieve a Project ID and Version Number

To retrieve your project ID, click on the the 3 dots on the project tile on the main workspaces page, and click "Copy Project Id"

To retrieve your project ID, go to the Version page associated with your trained model in the Roboflow dashboard.

At the top of the page, you will see a box that shows the project ID, the version number, and statistics about how the model performs:

The project ID is the text that appears before the forward slash character. The model version number is the number that appears after the forward slash.

You can also find this information by copying the URL of your model, which will something like this on the Versions page:

https://app.roboflow.com/roboflow-universe-projects/license-plate-recognition-rxg4e/3

In this case:

  1. license-plate-recognition-rxg4e is the project ID and;

  2. 3 is the version number.

You can retrieve your project id from the dropdown menu