Get Started
API References
- AI Clip
- AI Edit
- AI Subtitling
- AI BGM
- AI Broll
- AI Text To Voice
- AI Text To Video
Utilities
Project
Base URL: https://mango.quickreel.io/api/v2
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
Project ID
"676409ad10ded0f9fc89d224"
Status of the project
"completed"
Creation timestamp
"2024-12-19T11:55:25.602Z"
Completion timestamp
"2024-12-19T14:22:35.533Z"
Error message if any
null
Output ID
"67640a41df9247bc89de7813"
URL of the video
"https://qr-be-api-upload.s3.us-east-1.amazonaws.com/67618d230847a22a7550faf9/676409ad10ded0f9fc89d224/67640a41df9247bc89de7813_final_hook.mp4"
URL of the thumbnail
"https://qr-be-api-upload.s3.us-east-1.amazonaws.com/67618d230847a22a7550faf9/676409ad10ded0f9fc89d224/67640a41df9247bc89de7813_trim_thumbnail.jpg"
Title of the video
"The Fame Game: Family vs Fortune! 💰🏆"
Caption for the video
"💥 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"
Virality score of the video
88
Reason for the virality score
"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 associated with the video
[
"fame",
"family",
"bollywood",
"choices",
"viral"
]
Platforms suitable for the video
["x", "youtube"]
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"
]
}
}
]
}