{ "NOT_FOUND": {} }
Retrieve details about a specific project
prj_abc123xyz
curl https://api.babou.ai/api/v1/projects/prj_abc123xyz \ -H "Authorization: Bearer $BABOU_API_KEY"
{ "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": "Project not found", "code": "NOT_FOUND" }