Create packshot

Start a new create-packshot job.

Takes 1-10 garment-bearing images and produces packshot outputs based on the instructions list (one output per instruction × num_variations). No model identity is involved — outputs are product-only.

POST
/create-packshot

Authorization

token_auth
AuthorizationBearer <token>

Token-based authentication using access tokens.

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

curl -X POST "https://v2.api.piktid.com/create-packshot" \  -H "Content-Type: application/json" \  -d '{    "project_id": "string",    "images": [      "string"    ],    "instructions": [      {        "style": "flat_lay"      }    ]  }'
{
  "job_id": "string",
  "status": "string",
  "message": "string",
  "total_outputs": 0
}
{
  "error": "Invalid request",
  "detail": [
    {
      "field": null,
      "message": "string",
      "position": "query"
    }
  ]
}
Empty
Empty
Empty
Empty