Documentation Index
Fetch the complete documentation index at: https://docs.babou.ai/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Get detailed information about a specific video project by its ID.
Request
Path Parameters
The project ID (e.g., prj_abc123xyz)
Bearer token with your API key
Response
Returns the complete project object with all metadata.
Examples
curl https://api.babou.ai/api/v1/projects/prj_abc123xyz \
-H "Authorization: Bearer $BABOU_API_KEY"
Response Example
{
"id": "prj_abc123xyz",
"name": "Product Launch Video",
"description": "Marketing video for Q4 2025",
"settings": null,
"active_export_id": null,
"created_at": "2025-12-02T10:00:00Z"
}
Error Responses
Project not found or you don’t have access{
"error": "Project not found",
"code": "NOT_FOUND"
}
Next Steps
List Chapters
View chapters in this project
Export Project
Export project to video