cURL
curl --request POST \ --url https://api.proposales.com/v3/content \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "company_id": 123, "language": "<string>", "title": "<string>", "description": "<string>", "images": [ {} ] }'
{ "data": { "product_id": 123, "variation_id": 123, "message": "<string>" } }
Create a new content item in the library.
{ uuid: string; filename?: string; mime_type?: string; url?: string; size?: number; height?: number; width?: number; }[]
Show properties