---
title: "Api Response Format Presets Create"
method: POST
path: "/api/response-format-presets/"
tags: ["platformApi"]
---

# Api Response Format Presets Create

`POST /api/response-format-presets/`

POST handler with superadmin-only field protection.

Strips superadmin-only fields from non-superadmin requests before
delegating to OrganizationInjectionMixin.post() for org injection.

## Headers

- `Authorization` string, required

## Request body

- ResponseFormatPresetCreateRequest — Write serializer for creating saved response-format presets.
  - `name` string, required
  - `response_format_content` string, required
  - `is_enforcing_response_format` boolean

## Response `201`

- ResponseFormatPresetCreate — Write serializer for creating saved response-format presets.
  - `id` string, required
  - `name` string, required
  - `project` string, nullable, required
  - `created_by` integer, required
  - `response_format_content` string, required
  - `is_enforcing_response_format` boolean

---

[API](https://skmtc.net/keywordsai/apis/api-reference.md) · [All operations](https://skmtc.net/keywordsai/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/keywordsai/api-reference/versions/c26d550029f8/schema)
