GET
/
api
/
product_to_videos
/
curl --request GET \
  --url https://api.creatify.ai/api/product_to_videos/ \
  --header 'X-API-ID: <api-key>' \
  --header 'X-API-KEY: <api-key>'
[
  {
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "type": "product_anyshot",
    "product_url": "<string>",
    "aspect_ratio": "9x16",
    "override_avatar": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "motion_style": "talking",
    "product_showcase_url": "<string>",
    "image_prompt": "<string>",
    "video_prompt": "<string>",
    "status": "initializing",
    "generated_video_url": "<string>",
    "generated_photo_url": "<string>",
    "created_at": "2023-11-07T05:31:56Z",
    "updated_at": "2023-11-07T05:31:56Z",
    "webhook_url": "<string>",
    "failed_reason": "<string>",
    "regen_type": "<string>",
    "regen_source_id": "<string>"
  }
]

Authorizations

X-API-ID
string
header
required

API ID, from your settings page.

X-API-KEY
string
header
required

API Key, from your settings page.

Query Parameters

ids
string

Comma-separated list of UUIDs to filter. Maximum 100 entries allowed.

Minimum length: 1

Response

200 - application/json

The response is of type object[].