---
title: "Create Flow Graph"
method: POST
path: "/api/v1/flow-graphs"
tags: ["flow-graphs"]
---

# Create Flow Graph

`POST /api/v1/flow-graphs`

## Request body

- CreateFlowGraphRequest
  - `organization_id` string, required
  - `name` string, required
  - `description` string, nullable
  - `interaction_type` string
  - `source` string
  - `template_id` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/outrival/apis/fastapi.md) · [All operations](https://skmtc.net/outrival/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/outrival/fastapi/revisions/7bcf41dff3cb/schema)
