Loading...
Loading...
APITemplate.io integration. Manage data, records, and automate workflows. Use when the user wants to interact with APITemplate.io data.
npx skill4agent add membranedev/application-skills apitemplateiomembranenpm install -g @membranehq/climembrane login --tenantmembrane login complete <code>membrane search apitemplateio --elementType=connector --jsonoutput.items[0].element?.idmembrane connect --connectorId=CONNECTOR_ID --jsonmembrane connection list --jsonconnectionIdmembrane action list --intent=QUERY --connectionId=CONNECTION_ID --json| Name | Key | Description |
|---|---|---|
| Get Account Information | get-account-information | Retrieve account information and usage details |
| List Generated Objects | list-objects | Retrieve a list of all generated PDFs and images |
| Update Template | update-template | Update an existing PDF template |
| Delete Object | delete-object | Delete a generated PDF or image from CDN |
| Create PDF from HTML | create-pdf-from-html | Generate a PDF document from raw HTML content |
| Create Image | create-image | Generate a JPEG or PNG image from a template using JSON data |
| Get Template | get-template | Retrieve information about a specific PDF template |
| Merge PDFs | merge-pdfs | Combine multiple PDF files into a single PDF document |
| List Templates | list-templates | Retrieve a list of all available templates |
| Create PDF from URL | create-pdf-from-url | Generate a PDF document from a web page URL |
| Create PDF | create-pdf | Generate a PDF document from a template using JSON data |
membrane action run --connectionId=CONNECTION_ID ACTION_ID --jsonmembrane action run --connectionId=CONNECTION_ID ACTION_ID --json --input "{ \"key\": \"value\" }"membrane request CONNECTION_ID /path/to/endpoint| Flag | Description |
|---|---|
| HTTP method (GET, POST, PUT, PATCH, DELETE). Defaults to GET |
| Add a request header (repeatable), e.g. |
| Request body (string) |
| Shorthand to send a JSON body and set |
| Send the body as-is without any processing |
| Query-string parameter (repeatable), e.g. |
| Path parameter (repeatable), e.g. |
membrane action list --intent=QUERY