cURL
curl --request POST \ --url https://rawugc.com/api/v1/products \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "Hydro Flask", "photos": [ "https://example.com/product.jpg" ], "messaging": "Stay hydrated in style" } '
{ "id": "<string>" }
Create a new product for video generation.
Use your API key from the RawUGC dashboard. Include as: Authorization: Bearer YOUR_API_KEY
Product name
1 - 200
Array of product photo URLs
1
Product description
1000
Brand messaging/description for the product
5000
Product created
Was this page helpful?