AurionAI Docs

Install Template

POST
/api/v2/workflows/templates/{template_id}/install

Authorization

AuthorizationBearer <token>

In: header

Path Parameters

template_id*Template Id

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

[key: string]?any

Response Body

application/json

application/json

curl -X POST "https://loading/api/v2/workflows/templates/string/install" \  -H "Content-Type: application/json" \  -d '{}'
{}
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}