Skip to main content
Version: 1.0.0

Get all Projects

This endpoint retrieves all projects.

HTTP Request

GET https://app.resemble.ai/api/v1/projects

HTTP Response

[
{
"id": 1,
"uuid": "1ab233",
"name": "Resemble",
"description": "Thoughts by Resemble"
},
{
"id": 2,
"uuid": "1ab234",
"name": "Dose of Health",
"description": "Health-focused podcast from around the internets."
}
]

Examples

Remember

Make sure you replace YOUR_API_TOKEN with your own!

cURL

curl "https://app.resemble.ai/api/v1/projects" \
-H "Authorization: Token token=YOUR_API_TOKEN"