NAiOS IconNAiOS Logo
Volver al catálogo

Placid

placid

Placid is a creative automation toolkit that enables users to generate images, PDFs, and videos from custom templates via REST or URL APIs.

Acciones
3
Triggers
0
Autenticación
OAuth gestionado
No
Información técnica: el detalle de parámetros, schemas y triggers de esta página está pensado para equipos de integración. Si solo necesitas saber si tu herramienta favorita está disponible, basta con ver la lista de acciones.

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ón

Tool 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

  • urlanyuri

    Optional URL pointing to a PSD or other template source.

  • tagsstring[]

    Optional list of tags to organize templates.

  • titlestringObligatorio

    Name of the template.

  • widthintegerObligatorio

    Width of the template in pixels (must be >= 1).

  • heightintegerObligatorio

    Height of the template in pixels (must be >= 1).

  • custom_dataobject

    Optional arbitrary custom data fields.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Delete TemplatePLACID_DELETE_TEMPLATEAcción

Tool to delete a specific template identified by uuid. use after confirming the template is no longer needed.

Parámetros de entrada

  • template_uuidstringObligatorio

    UUID of the template to delete

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get CollectionsPLACID_GET_COLLECTIONSAcción

Tool to retrieve a list of all template collections. use after authentication to paginate through your placid collections.

Parámetros de entrada

  • pageinteger

    Page number for pagination (must be >= 1).

  • per_pageinteger

    Number of collections per page (1-100). Server default is 15 if not specified.

Parámetros de salida

  • dataobject[]Obligatorio

    List of template collections

  • metaobjectObligatorio

    Pagination metadata

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not