Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions api-reference/endpoint/model/create-model.mdx
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
---
openapi: post /model
title: 'Create Model'
description: 'Create a new voice model'
title: "Create Model"
description: "Create a new voice model"
icon: "circle-plus"
iconType: "solid"
---

<Warning>
Since this endpoint requires uploading file, it only accepts `multipart/form-data` and `application/msgpack`.
Since this endpoint uploads files, use `multipart/form-data` for regular REST
requests. Let your HTTP client set the multipart `Content-Type` boundary
automatically.
</Warning>
Loading
Loading