drape
Start free →
10 editorial frames · no credit card
API & docs · drape.studio/docs
Build on top of Drape,
in less than ten minutes.
REST API, native integrations, and SDK in TypeScript and Python. Every endpoint is documented with a runnable example, a webhook payload, and a rate limit. Versioned, deprecation-policy-stable, and never breaking on a Friday.
Example · generate a campaign
curl -X POST https://api.drape.studio/v1/generations \
-H "Authorization: Bearer drp_live_..." \
-H "Content-Type: application/json" \
-d '{
"source_image_url": "https://yours.shopify.com/product.jpg",
"model_id": "yasmin",
"mood": "editorial-brutalist",
"brand_kit_id": "spring-26-capsule",
"frame_count": 24,
"format": "jpg",
"resolution": "4k"
}'
# Response (under 200ms)
{
"generation_id": "gen_8a72b...",
"status": "queued",
"estimated_wall_time_seconds": 221,
"webhook_url": "https://yours.shopify.com/webhooks/drape"
}Want a custom integration? Email partners@drape.studio → · 48-hour SLA on Maison plan.