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
    • Installation and Authentication
    • Download a Dataset
    • Upload Dataset
    • Run a Model on an Image
  • REST API
    • REST API Structure
    • Authenticate
    • Workspaces
  • Workspace Image Query
  • Projects
    • Initialize
    • Project Folders API
    • Create
  • Batches
  • Annotation Jobs
  • Images
    • Upload Images
    • Image Details
    • Remove Images
    • 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
  • Authenticate
  • 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 4 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