---
title: "Create Provider"
method: POST
path: "/api/v1/provider"
tags: ["Provider"]
---

# Create Provider

`POST /api/v1/provider`

Create a new Provider

## Request body

- IProviderCreate
  - `org_id` string, uuid, nullable
  - `name` string, nullable, required
  - `provider_key` string, nullable, required
  - `provider_name` 'openai' | 'elevenlabs' | 'azure_speech' | 'cartesia' | 'playht'
  - `attributes` object
  - `status` boolean, nullable

## Response `201`

Successful Response

- IPostResponseBaseIProviderCreate
  - `message` string, nullable
  - `meta` union
    - object
    - unknown
  - `data` IProviderCreate
    - `org_id` string, uuid, nullable
    - `name` string, nullable, required
    - `provider_key` string, nullable, required
    - `provider_name` 'openai' | 'elevenlabs' | 'azure_speech' | 'cartesia' | 'playht'
    - `attributes` object
    - `status` boolean, nullable

## Other responses

- `422` — Validation Error

---

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