Roboflow Docs
DashboardResourcesProducts
  • Product Documentation
  • Developer Reference
  • Changelog
  • Developer Tools
  • Authentication
    • Find Your Roboflow API Key
    • Scoped API Keys
    • Workspace and Project IDs
  • Command Line Interface (CLI)
    • Using the CLI
    • Install and Set Up the CLI
    • List Workspaces and Projects
    • Download a Dataset
    • Upload a Dataset
    • Run a Model on an Image
  • REST API
    • Using the REST API
    • Authenticate with the REST API
    • List Workspaces and Projects
  • Search Images in a Dataset
  • Create a Project
  • Get a Project and List Versions
  • Manage Project Folders
  • List Image Batches
  • Create and List Annotation Jobs
  • Manage Images
    • Upload an Image
    • Get Details About an Image
    • Delete an Image from a Dataset
    • Upload an Annotation
    • Search for an Image
    • List, Add, and Remove Image Tags
  • Versions
    • View a Version
  • Export Data
  • Annotation Insights
    • Annotation Insights (Legacy Endpoint)
  • Model Monitoring
    • Retrieve Statistics About Deployed Models in a Workspace
    • Attach Metadata to an Inference
  • Python SDK
    • Using the Python SDK
  • Authenticate with the Python SDK
  • List Workspaces
  • List Projects and Versions
  • Create a Project
  • Create a Dataset Version
  • Train a Model
  • Upload a Dataset
  • Search for an Image
  • iOS SDK
    • Using the iOS SDK
Powered by GitBook
On this page

Was this helpful?

  1. Authentication

Workspace and Project IDs

Retrieve workspace and project IDs for use with the API.

PreviousScoped API KeysNextUsing the CLI

Last updated 24 days 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