Using the REST API
Routes
Root Endpoint
$ curl "https://api.roboflow.com/?api_key=$ROBOFLOW_API_KEY"
{
"welcome": "Welcome to the Roboflow API.",
"instructions": "You are successfully authenticated.",
"docs": "https://docs.roboflow.com",
"workspace": "roboflow"
}Last updated
Was this helpful?