Get Started
Project
Get Started
API References
- AI Clip
- AI Edit
- AI Subtitling
- AI BGM
- AI Broll
- AI Text To Voice
- AI Text To Video
Utilities
Get Started
Project
Base URL: https://mango.quickreel.io/api/v2
GET
/
projects
/
{projectId}
curl --request GET \
--url https://mango.quickreel.io/api/v2/projects/{projectId} \
--header 'x-api-key: <api-key>'
{
"projectId": "676409ad10ded0f9fc89d224",
"status": "completed",
"createdAt": "2024-12-19T11:55:25.602Z",
"completedAt": "2024-12-19T14:22:35.533Z",
"error": null,
"outputs": [
{
"id": "67640a41df9247bc89de7813",
"videoUrl": "https://qr-be-api-upload.s3.us-east-1.amazonaws.com/67618d230847a22a7550faf9/676409ad10ded0f9fc89d224/67640a41df9247bc89de7813_final_hook.mp4",
"thumbnailUrl": "https://qr-be-api-upload.s3.us-east-1.amazonaws.com/67618d230847a22a7550faf9/676409ad10ded0f9fc89d224/67640a41df9247bc89de7813_trim_thumbnail.jpg",
"info": {
"title": "The Fame Game: Family vs Fortune! 💰🏆",
"caption": "💥 In a world where fame reigns supreme, what would you choose? 💔 Family or 100 Crores? Let's dive into the glitzy side of fame as we pick between loved ones and riches! 🌟✨ #Fame #Choices #Bollywood #Celebrities #Viral",
"viralityScore": 88,
"viralityScoreReason": "The relatable theme of choosing between family and wealth taps into a universal dilemma, increasing its appeal. The celebrity context adds intrigue, likely to resonate with fans and attract shares.",
"tags": [
"fame",
"family",
"bollywood",
"choices",
"viral"
],
"suitablePlatforms": [
"x",
"youtube"
]
}
}
]
}
Authorizations
Path Parameters
Project ID
Response
200
application/json
Request created successfully
The response is of type object
.
curl --request GET \
--url https://mango.quickreel.io/api/v2/projects/{projectId} \
--header 'x-api-key: <api-key>'
{
"projectId": "676409ad10ded0f9fc89d224",
"status": "completed",
"createdAt": "2024-12-19T11:55:25.602Z",
"completedAt": "2024-12-19T14:22:35.533Z",
"error": null,
"outputs": [
{
"id": "67640a41df9247bc89de7813",
"videoUrl": "https://qr-be-api-upload.s3.us-east-1.amazonaws.com/67618d230847a22a7550faf9/676409ad10ded0f9fc89d224/67640a41df9247bc89de7813_final_hook.mp4",
"thumbnailUrl": "https://qr-be-api-upload.s3.us-east-1.amazonaws.com/67618d230847a22a7550faf9/676409ad10ded0f9fc89d224/67640a41df9247bc89de7813_trim_thumbnail.jpg",
"info": {
"title": "The Fame Game: Family vs Fortune! 💰🏆",
"caption": "💥 In a world where fame reigns supreme, what would you choose? 💔 Family or 100 Crores? Let's dive into the glitzy side of fame as we pick between loved ones and riches! 🌟✨ #Fame #Choices #Bollywood #Celebrities #Viral",
"viralityScore": 88,
"viralityScoreReason": "The relatable theme of choosing between family and wealth taps into a universal dilemma, increasing its appeal. The celebrity context adds intrigue, likely to resonate with fans and attract shares.",
"tags": [
"fame",
"family",
"bollywood",
"choices",
"viral"
],
"suitablePlatforms": [
"x",
"youtube"
]
}
}
]
}