Placid integration (Design & Media, Developer Tools). Imported from open-connector.
https://api.placid.app/api/rest/templates
| Param | Type | Required | Description |
|---|---|---|---|
| collection_id | string | optional | Optional collection UUID used to filter templates. |
| title_filter | string | optional | Optional title filter applied by Placid. |
| tag | string | optional | Optional tag filter applied by Placid. |
| order_by | string | optional | Optional sort string such as `created_at-asc`, `updated_at-desc`, or `title-asc… |
| page_url | string | optional | Optional pagination URL previously returned by Placid links; when provided it o… |
/api/rest/templates/{template_uuid}
| Param | Type | Required | Description |
|---|---|---|---|
| template_uuid | string | required | The Placid template UUID to retrieve. |
/api/rest/images
| Param | Type | Required | Description |
|---|---|---|---|
| template_uuid | string | required | The Placid template UUID to render. |
| webhook_success | string | optional | Optional webhook URL that Placid should call after the image is generated. |
| create_now | boolean | optional | Whether Placid should try to render the image immediately instead of queueing i… |
| passthrough | string | optional | — |
| errors | array | optional | Optional error handling flags forwarded to Placid. |
| layers | object | optional | The dynamic layer values keyed by template layer name and forwarded to Placid a… |
| modifications | object | optional | Optional export modifications for the generated image. |
| transfer | object | optional | Optional transfer settings used to copy the generated image into external stora… |
/api/rest/images/{imageId}
| Param | Type | Required | Description |
|---|---|---|---|
| image_id | integer | required | The Placid image identifier returned by create_image. |
| imageId | string | required | Path parameter: imageId |
/api/rest/images/{imageId}
| Param | Type | Required | Description |
|---|---|---|---|
| image_id | integer | required | The Placid image identifier to delete. |
| imageId | string | required | Path parameter: imageId |