Placid
placidPlacid is a creative automation toolkit that enables users to generate images, PDFs, and videos from custom templates via REST or URL APIs.
Acciones disponibles (3)
Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.
Create TemplatePLACID_CREATE_TEMPLATEAcciónTool to create a new placid template. use when you need a template with specific dimensions and optional tags or custom metadata. example: "create a social-media banner."
PLACID_CREATE_TEMPLATEAcciónTool to create a new placid template. use when you need a template with specific dimensions and optional tags or custom metadata. example: "create a social-media banner."
Parámetros de entrada
urlanyuriOptional URL pointing to a PSD or other template source.
tagsstring[]Optional list of tags to organize templates.
titlestringObligatorioName of the template.
widthintegerObligatorioWidth of the template in pixels (must be >= 1).
heightintegerObligatorioHeight of the template in pixels (must be >= 1).
custom_dataobjectOptional arbitrary custom data fields.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete TemplatePLACID_DELETE_TEMPLATEAcciónTool to delete a specific template identified by uuid. use after confirming the template is no longer needed.
PLACID_DELETE_TEMPLATEAcciónTool to delete a specific template identified by uuid. use after confirming the template is no longer needed.
Parámetros de entrada
template_uuidstringObligatorioUUID of the template to delete
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get CollectionsPLACID_GET_COLLECTIONSAcciónTool to retrieve a list of all template collections. use after authentication to paginate through your placid collections.
PLACID_GET_COLLECTIONSAcciónTool to retrieve a list of all template collections. use after authentication to paginate through your placid collections.
Parámetros de entrada
pageintegerPage number for pagination (must be >= 1).
per_pageintegerNumber of collections per page (1-100). Server default is 15 if not specified.
Parámetros de salida
dataobject[]ObligatorioList of template collections
metaobjectObligatorioPagination metadata
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not