[{"data":1,"prerenderedAt":602},["ShallowReactive",2],{"docs-page-meta":3,"docs-page-\u002Fall-endpoints\u002Flist-templates":32},{"pageMeta":4,"generatedAt":31},{"\u002Fall-endpoints\u002Fcreate-flow":5,"\u002Fall-endpoints\u002Fdelete-flow":7,"\u002Fall-endpoints\u002Fget-flow-input":8,"\u002Fall-endpoints\u002Fget-flow-output":9,"\u002Fall-endpoints\u002Fget-flow":10,"\u002Fall-endpoints\u002Fget-template":11,"\u002Fall-endpoints\u002Flist-flow-inputs":12,"\u002Fall-endpoints\u002Flist-flow-outputs":13,"\u002Fall-endpoints\u002Flist-flows":14,"\u002Fall-endpoints\u002Flist-templates":15,"\u002Fall-endpoints\u002Fstart-abort-flow":16,"\u002Fall-endpoints\u002Fupload-flow-input":17,"\u002Fgetting-started\u002Fauthentication":18,"\u002Fgetting-started\u002Fflow-lifecycle":19,"\u002Fgetting-started\u002Fflow":21,"\u002Fgetting-started\u002Fopenapi":22,"\u002Fgetting-started\u002Fplans-and-policies":23,"\u002Fgetting-started\u002Fquickstart":24,"\u002Fgetting-started\u002Ftemplate-helpers":25,"\u002Fgetting-started\u002Ftemplate-image-to-3d":26,"\u002Fgetting-started\u002Ftemplate-optimize-model":27,"\u002Fgetting-started\u002Ftemplate-text-to-3d":28,"\u002Fgetting-started\u002Ftemplates":29,"\u002Fgetting-started\u002Ftroubleshooting":30},{"lastUpdated":6},"2026-08-14T13:36:05.144Z",{"lastUpdated":6},{"lastUpdated":6},{"lastUpdated":6},{"lastUpdated":6},{"lastUpdated":6},{"lastUpdated":6},{"lastUpdated":6},{"lastUpdated":6},{"lastUpdated":6},{"lastUpdated":6},{"lastUpdated":6},{"lastUpdated":6},{"lastUpdated":20},"2026-08-14T13:36:05.145Z",{"lastUpdated":20},{"lastUpdated":20},{"lastUpdated":20},{"lastUpdated":20},{"lastUpdated":20},{"lastUpdated":20},{"lastUpdated":20},{"lastUpdated":20},{"lastUpdated":20},{"lastUpdated":20},"2026-08-14T13:38:49.206Z",{"id":33,"title":34,"body":35,"description":595,"extension":596,"meta":597,"navigation":195,"path":598,"seo":599,"stem":600,"__hash__":601},"docs\u002Fall-endpoints\u002Flist-templates.md","List All Templates",{"type":36,"value":37,"toc":588},"minimark",[38,42,46,52,57,68,72,77,80,84,91,584],[39,40,34],"h1",{"id":41},"list-all-templates",[43,44,45],"p",{},"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).",[47,48,49],"docs-info",{},[43,50,51],{},"This endpoint allows you to list all available templates.",[53,54,56],"h2",{"id":55},"endpoint","Endpoint",[58,59,64],"pre",{"className":60,"code":62,"language":63},[61],"language-text","GET https:\u002F\u002Fflows.generio.ai\u002Ftemplates\n","text",[65,66,62],"code",{"__ignoreMap":67},"",[53,69,71],{"id":70},"responses","Responses",[73,74,76],"h3",{"id":75},"_200","200",[43,78,79],{},"Successful Response",[53,81,83],{"id":82},"code-examples","Code Examples",[43,85,86,87,90],{},"Copy and run these examples in your terminal or code editor. Make sure to replace ",[65,88,89],{},"YOUR_TOKEN"," with your actual authentication token.",[92,93,94,144,173,285,435],"docs-code-group",{},[58,95,100],{"className":96,"code":97,"filename":98,"language":99,"meta":67,"style":67},"language-bash shiki shiki-themes github-light github-light github-dark","curl -X GET \"https:\u002F\u002Fflows.generio.ai\u002Ftemplates\" \\\n  -H \"Authorization: Bearer YOUR_TOKEN\" \\\n  -H \"Content-Type: application\u002Fjson\"\n","cURL","bash",[65,101,102,125,136],{"__ignoreMap":67},[103,104,107,111,115,119,122],"span",{"class":105,"line":106},"line",1,[103,108,110],{"class":109},"sgQzM","curl",[103,112,114],{"class":113},"sUNQB"," -X",[103,116,118],{"class":117},"s-HEn"," GET",[103,120,121],{"class":117}," \"https:\u002F\u002Fflows.generio.ai\u002Ftemplates\"",[103,123,124],{"class":113}," \\\n",[103,126,128,131,134],{"class":105,"line":127},2,[103,129,130],{"class":113},"  -H",[103,132,133],{"class":117}," \"Authorization: Bearer YOUR_TOKEN\"",[103,135,124],{"class":113},[103,137,139,141],{"class":105,"line":138},3,[103,140,130],{"class":113},[103,142,143],{"class":117}," \"Content-Type: application\u002Fjson\"\n",[58,145,148],{"className":96,"code":146,"filename":147,"language":99,"meta":67,"style":67},"wget --header=\"Authorization: Bearer YOUR_TOKEN\" \\\n  \"https:\u002F\u002Fflows.generio.ai\u002Ftemplates\" -O -\n","wget",[65,149,150,162],{"__ignoreMap":67},[103,151,152,154,157,160],{"class":105,"line":106},[103,153,147],{"class":109},[103,155,156],{"class":113}," --header=",[103,158,159],{"class":117},"\"Authorization: Bearer YOUR_TOKEN\"",[103,161,124],{"class":113},[103,163,164,167,170],{"class":105,"line":127},[103,165,166],{"class":117},"  \"https:\u002F\u002Fflows.generio.ai\u002Ftemplates\"",[103,168,169],{"class":113}," -O",[103,171,172],{"class":117}," -\n",[58,174,179],{"className":175,"code":176,"filename":177,"language":178,"meta":67,"style":67},"language-python shiki shiki-themes github-light github-light github-dark","import requests\n\nurl = \"https:\u002F\u002Fflows.generio.ai\u002Ftemplates\"\nheaders = {\n    \"Authorization\": \"Bearer YOUR_TOKEN\",\n    \"Content-Type\": \"application\u002Fjson\"\n}\n\nresponse = requests.get(url, headers=headers)\nprint(response.json())\n","Python","python",[65,180,181,191,197,208,219,234,245,251,256,276],{"__ignoreMap":67},[103,182,183,187],{"class":105,"line":106},[103,184,186],{"class":185},"sDD9d","import",[103,188,190],{"class":189},"sVPnS"," requests\n",[103,192,193],{"class":105,"line":127},[103,194,196],{"emptyLinePlaceholder":195},true,"\n",[103,198,199,202,205],{"class":105,"line":138},[103,200,201],{"class":189},"url ",[103,203,204],{"class":185},"=",[103,206,207],{"class":117}," \"https:\u002F\u002Fflows.generio.ai\u002Ftemplates\"\n",[103,209,211,214,216],{"class":105,"line":210},4,[103,212,213],{"class":189},"headers ",[103,215,204],{"class":185},[103,217,218],{"class":189}," {\n",[103,220,222,225,228,231],{"class":105,"line":221},5,[103,223,224],{"class":117},"    \"Authorization\"",[103,226,227],{"class":189},": ",[103,229,230],{"class":117},"\"Bearer YOUR_TOKEN\"",[103,232,233],{"class":189},",\n",[103,235,237,240,242],{"class":105,"line":236},6,[103,238,239],{"class":117},"    \"Content-Type\"",[103,241,227],{"class":189},[103,243,244],{"class":117},"\"application\u002Fjson\"\n",[103,246,248],{"class":105,"line":247},7,[103,249,250],{"class":189},"}\n",[103,252,254],{"class":105,"line":253},8,[103,255,196],{"emptyLinePlaceholder":195},[103,257,259,262,264,267,271,273],{"class":105,"line":258},9,[103,260,261],{"class":189},"response ",[103,263,204],{"class":185},[103,265,266],{"class":189}," requests.get(url, ",[103,268,270],{"class":269},"sde8i","headers",[103,272,204],{"class":185},[103,274,275],{"class":189},"headers)\n",[103,277,279,282],{"class":105,"line":278},10,[103,280,281],{"class":113},"print",[103,283,284],{"class":189},"(response.json())\n",[58,286,291],{"className":287,"code":288,"filename":289,"language":290,"meta":67,"style":67},"language-javascript shiki shiki-themes github-light github-light github-dark","const url = \"https:\u002F\u002Fflows.generio.ai\u002Ftemplates\";\nfetch(url, {\n  method: \"GET\",\n  headers: {\n    \"Authorization\": \"Bearer YOUR_TOKEN\",\n    \"Content-Type\": \"application\u002Fjson\"\n  }\n})\n  .then(response => response.json())\n  .then(data => console.log(data))\n  .catch(error => console.error(\"Error:\", error));\n","JavaScript","javascript",[65,292,293,309,317,327,332,342,350,355,360,386,408],{"__ignoreMap":67},[103,294,295,298,301,304,306],{"class":105,"line":106},[103,296,297],{"class":185},"const",[103,299,300],{"class":113}," url",[103,302,303],{"class":185}," =",[103,305,121],{"class":117},[103,307,308],{"class":189},";\n",[103,310,311,314],{"class":105,"line":127},[103,312,313],{"class":109},"fetch",[103,315,316],{"class":189},"(url, {\n",[103,318,319,322,325],{"class":105,"line":138},[103,320,321],{"class":189},"  method: ",[103,323,324],{"class":117},"\"GET\"",[103,326,233],{"class":189},[103,328,329],{"class":105,"line":210},[103,330,331],{"class":189},"  headers: {\n",[103,333,334,336,338,340],{"class":105,"line":221},[103,335,224],{"class":117},[103,337,227],{"class":189},[103,339,230],{"class":117},[103,341,233],{"class":189},[103,343,344,346,348],{"class":105,"line":236},[103,345,239],{"class":117},[103,347,227],{"class":189},[103,349,244],{"class":117},[103,351,352],{"class":105,"line":247},[103,353,354],{"class":189},"  }\n",[103,356,357],{"class":105,"line":253},[103,358,359],{"class":189},"})\n",[103,361,362,365,368,371,374,377,380,383],{"class":105,"line":258},[103,363,364],{"class":189},"  .",[103,366,367],{"class":109},"then",[103,369,370],{"class":189},"(",[103,372,373],{"class":269},"response",[103,375,376],{"class":185}," =>",[103,378,379],{"class":189}," response.",[103,381,382],{"class":109},"json",[103,384,385],{"class":189},"())\n",[103,387,388,390,392,394,397,399,402,405],{"class":105,"line":278},[103,389,364],{"class":189},[103,391,367],{"class":109},[103,393,370],{"class":189},[103,395,396],{"class":269},"data",[103,398,376],{"class":185},[103,400,401],{"class":189}," console.",[103,403,404],{"class":109},"log",[103,406,407],{"class":189},"(data))\n",[103,409,411,413,416,418,421,423,425,427,429,432],{"class":105,"line":410},11,[103,412,364],{"class":189},[103,414,415],{"class":109},"catch",[103,417,370],{"class":189},[103,419,420],{"class":269},"error",[103,422,376],{"class":185},[103,424,401],{"class":189},[103,426,420],{"class":109},[103,428,370],{"class":189},[103,430,431],{"class":117},"\"Error:\"",[103,433,434],{"class":189},", error));\n",[58,436,441],{"className":437,"code":438,"filename":439,"language":440,"meta":67,"style":67},"language-php shiki shiki-themes github-light github-light github-dark","\u003C?php\n$url = \"https:\u002F\u002Fflows.generio.ai\u002Ftemplates\";\n$ch = curl_init($url);\ncurl_setopt($ch, CURLOPT_RETURNTRANSFER, true);\ncurl_setopt($ch, CURLOPT_CUSTOMREQUEST, \"GET\");\ncurl_setopt($ch, CURLOPT_HTTPHEADER, [\n    \"Authorization: Bearer YOUR_TOKEN\",\n    \"Content-Type: application\u002Fjson\"\n]);\n\n$response = curl_exec($ch);\ncurl_close($ch);\n\necho $response;\n?>\n","PHP","php",[65,442,443,451,462,475,495,510,522,529,534,539,543,556,564,569,578],{"__ignoreMap":67},[103,444,445,448],{"class":105,"line":106},[103,446,447],{"class":185},"\u003C?",[103,449,450],{"class":113},"php\n",[103,452,453,456,458,460],{"class":105,"line":127},[103,454,455],{"class":189},"$url ",[103,457,204],{"class":185},[103,459,121],{"class":117},[103,461,308],{"class":189},[103,463,464,467,469,472],{"class":105,"line":138},[103,465,466],{"class":189},"$ch ",[103,468,204],{"class":185},[103,470,471],{"class":113}," curl_init",[103,473,474],{"class":189},"($url);\n",[103,476,477,480,483,486,489,492],{"class":105,"line":210},[103,478,479],{"class":113},"curl_setopt",[103,481,482],{"class":189},"($ch, ",[103,484,485],{"class":113},"CURLOPT_RETURNTRANSFER",[103,487,488],{"class":189},", ",[103,490,491],{"class":113},"true",[103,493,494],{"class":189},");\n",[103,496,497,499,501,504,506,508],{"class":105,"line":221},[103,498,479],{"class":113},[103,500,482],{"class":189},[103,502,503],{"class":113},"CURLOPT_CUSTOMREQUEST",[103,505,488],{"class":189},[103,507,324],{"class":117},[103,509,494],{"class":189},[103,511,512,514,516,519],{"class":105,"line":236},[103,513,479],{"class":113},[103,515,482],{"class":189},[103,517,518],{"class":113},"CURLOPT_HTTPHEADER",[103,520,521],{"class":189},", [\n",[103,523,524,527],{"class":105,"line":247},[103,525,526],{"class":117},"    \"Authorization: Bearer YOUR_TOKEN\"",[103,528,233],{"class":189},[103,530,531],{"class":105,"line":253},[103,532,533],{"class":117},"    \"Content-Type: application\u002Fjson\"\n",[103,535,536],{"class":105,"line":258},[103,537,538],{"class":189},"]);\n",[103,540,541],{"class":105,"line":278},[103,542,196],{"emptyLinePlaceholder":195},[103,544,545,548,550,553],{"class":105,"line":410},[103,546,547],{"class":189},"$response ",[103,549,204],{"class":185},[103,551,552],{"class":113}," curl_exec",[103,554,555],{"class":189},"($ch);\n",[103,557,559,562],{"class":105,"line":558},12,[103,560,561],{"class":113},"curl_close",[103,563,555],{"class":189},[103,565,567],{"class":105,"line":566},13,[103,568,196],{"emptyLinePlaceholder":195},[103,570,572,575],{"class":105,"line":571},14,[103,573,574],{"class":113},"echo",[103,576,577],{"class":189}," $response;\n",[103,579,581],{"class":105,"line":580},15,[103,582,583],{"class":185},"?>\n",[585,586,587],"style",{},"html pre.shiki code .sgQzM, html code.shiki .sgQzM{--shiki-default:#6F42C1;--shiki-light:#6F42C1;--shiki-dark:#B392F0}html pre.shiki code .sUNQB, html code.shiki .sUNQB{--shiki-default:#005CC5;--shiki-light:#005CC5;--shiki-dark:#79B8FF}html pre.shiki code .s-HEn, html code.shiki .s-HEn{--shiki-default:#032F62;--shiki-light:#032F62;--shiki-dark:#9ECBFF}html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html.light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html .dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}html.dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}html pre.shiki code .sDD9d, html code.shiki .sDD9d{--shiki-default:#D73A49;--shiki-light:#D73A49;--shiki-dark:#F97583}html pre.shiki code .sVPnS, html code.shiki .sVPnS{--shiki-default:#24292E;--shiki-light:#24292E;--shiki-dark:#E1E4E8}html pre.shiki code .sde8i, html code.shiki .sde8i{--shiki-default:#E36209;--shiki-light:#E36209;--shiki-dark:#FFAB70}",{"title":67,"searchDepth":127,"depth":127,"links":589},[590,591,594],{"id":55,"depth":127,"text":56},{"id":70,"depth":127,"text":71,"children":592},[593],{"id":75,"depth":138,"text":76},{"id":82,"depth":127,"text":83},null,"md",{},"\u002Fall-endpoints\u002Flist-templates",{"title":34},"all-endpoints\u002Flist-templates","ogYjFVnuc97lMPLzOJ_uRvHK_QGcxuvWNBPMXekruAM",1786714762438]