get https://api.lipdub.ai/v1/projects
Retrieve a list of all projects associated with your account.
Example Response
{
"data": [
{
"project_id": 123,
"projects_tenant_id": 1,
"projects_user_id": 47,
"project_name": "My Sample Project",
"user_email": "[email protected]",
"created_at": "2024-01-15T10:30:00Z",
"updated_at": null,
"source_language": {
"language_id": 1,
"name": "English",
"supported": true
},
"project_identity_type": "single_identity",
"language_project_links": []
}
],
"count": 1
}