Run in Apidog
Create and render a campaign. You need to specify a layout and attach the custom CSV file you downloaded & modified from the download CSV template endpoint.
Request Add parameter in header X-API-KEY
Example: X-API-KEY: ********************
Body Params multipart/form-data
Request Code Samples
curl --location --request POST 'https://api.withdipp.com/brand-api/render' \
--header 'X-API-KEY: <api-key>' \
--form 'layout_uuid=""' \
--form 'csv_file=@""' \
--form 'campaign_name=""' \
--form 'enable_auto_line_break="false"' \
--form 'output_type="image/jpeg"' \
--form 'webhook_url=""' Responses
{
"operation" : "Get data" ,
"message" : "Not found"
}
Modified at 2025-08-29 07:22:38