API Key From Profile Yields - This API key does not exist (or has been revoked)

Please share the following so we may better assist you:

  1. Project type (Object detection, Classification, Polygon, etc.)
    Object detection
  2. The operating system & browser you are using and their versions
    REST API call any way : curl, chrome, firefox, postman. Just like this example : https://docs.roboflow.com/rest-api/workspace
  3. The screenshot of the error being triggered in your browser’s developer tools/console. Please copy/paste the url below to watch how to pull up your devtools
    This is a REST API call attempt : https://api.roboflow.com/roboflow?api_key=$ROBOFLOW_API_KEY
    {
    “error”: {
    “message”: “This API key does not exist (or has been revoked).”,
    “type”: “OAuthException”,
    “hint”: “You may retrieve your API key via the Roboflow Dashboard. Go to Account > Roboflow Keys to retrieve yours.”,
    “key”: “rf_ip7…M23”
    }
    }

The API Key is being copied directly from my account profile/dashboard & I refreshed a few times to make sure wasn’t expiration issue.

@kPOWz it appears you copy/pasted the Public API Key.

To deploy your model, or use the API with workspace and/or project, version, model access, use the Private API Key, instead:

The Public API Key is if you are doing something like deploying a model to a web browser or phone with roboflow.js, and want other users to be able to access the model, without being able to utilize/mess with your project and workspace.