GET
/
projects
/
{projectId}
curl --request GET \
  --url https://engine.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

x-api-key
string
header
required

Path Parameters

projectId
string
required

Project ID

Response

200
application/json
Request created successfully
projectId
string

Project ID

status
string

Status of the project

createdAt
string

Creation timestamp

completedAt
string

Completion timestamp

error
string

Error message if any

outputs
object[]