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 expects as input (input types), and what it will provide as output (output types).

info

This endpoint allows you to list all available templates.

Endpoint

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

Responses

200

Successful Response

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"