Skip to main content

List all available templates

This endpoint returns a list of all available templates. Templates are used to create new flows. Each template includes details that help understanding what the created flow is used for (description), how it can be configured (parameters), what it excepts as input (input types), and what it will provide as output (output types).

Endpoint

GET https://flows.generio.ai/templates

Code Examples

Copy and run these examples in your terminal or code editor.Make sure to replace YOUR_TOKEN with your actual authentication token.

curl -X GET "https://flows.generio.ai/templates" \
-H "Authorization: Bearer YOUR_TOKEN" \
-H "Content-Type: application/json"