GET
/
v1
/
image-projects
/
{id}
curl --request GET \
  --url https://api.magichour.ai/v1/image-projects/{id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "clx7uu86w0a5qp55yxz315r6r",
  "name": "Example Name",
  "status": "complete",
  "image_count": 1,
  "type": "AI_IMAGE",
  "created_at": "2023-11-07T05:31:56Z",
  "enabled": true,
  "total_frame_cost": 5,
  "credits_charged": 5,
  "downloads": [
    {
      "url": "https://videos.magichour.ai/id/output.png",
      "expires_at": "2024-10-19T05:16:19.027Z"
    }
  ],
  "error": null
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

The id of the image project

Example:

"cm6pvghix03bvyz0zwash6noj"

Response

200
application/json

Success