Skip to main content
POST
Create Content

Body

number
required
The ID of the Proposales company that the content should belong to.
string
required
A two-letter ISO 3166-1 alpha-2 language code indicating the language of the content.
string
required
The title of the content in the specified language.
string
The description of the content in the specified language.
array
A list of images to be added to the content. You have two options for providing images:
  1. Using Uploadcare UUID: Upload images to Uploadcare first and provide the UUID
  2. Using URL: Provide a publicly accessible image URL with an empty uuid string. The system will automatically download and upload the image to Uploadcare.
Needs to have this shape:
Example with Uploadcare UUID:
Example with URL:
Note:
  • Images that fail to download from URL will be silently skipped.
  • At least one valid image must be provided (either successful URL download or existing UUID).

Response

object