Skip to main content
Version: 2.0.0

Get a project

This endpoint retrieves a project.

HTTP Request

GET https://app.resemble.ai/api/v2/projects/<project_uuid>
URL ParametersTypeDescription
project_uuidstringUUID of the project to fetch

HTTP Response

{
"success": true,
"item": {
"uuid": <string>,
"name": <string>,
"description": <string>,
"is_public": <boolean>,
"is_collaborative": <boolean>,
"is_archived": <boolean>,
"created_at": <UTC Date>,
"updated_at": <UTC Date>,
}
}

Examples

NodeJS
1 2 3 4 5 import { Resemble } from '@resemble/node' Resemble.setApiKey('YOUR_API_TOKEN') await Resemble.v2.projects.get(projectUuid)

Try it out

API Key:
Project UUID: