Skip to main content
GET
/
api
/
v2
/
projects
/
all
cURL
curl -X GET 'https://app.freeplay.ai/api/v2/projects/all' \
  -H 'Authorization: Bearer YOUR_API_KEY' \
  -H 'Content-Type: application/json'
{
  "projects": [
    {
      "id": "bf56b063-80dc-4ad5-91f6-f7067ad1fa06",
      "name": "My Dataset"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json
projects
ProjectInfo · object[]
required