---
title: "Criar publicação"
method: POST
path: "/api/management/form-publications"
tags: ["form-publications"]
---

# Criar publicação

`POST /api/management/form-publications`

Publica um formulário em um link aberto, com token gerado automaticamente. Com `create_project`, cada resposta cria um projeto na etapa escolhida, gravando as respostas no conteúdo ou como formulário avulso. Ver [Publicações de formulários](https://docs.olie.ai/guides/forms/public-forms).

## Request body

- unknown[]
  - unknown

## Response `201`

Sucesso

- object
  - `response` boolean
  - `form_publication` object
    - `title` string
    - `description` string
    - `background_color` string, color
    - `starts_at` unknown
    - `ends_at` unknown
    - `redirect_url` string, uri
    - `type` string
    - `status` string
    - `form_id` integer
    - `link_as_media` boolean
    - `link_as_loose_form` boolean
    - `project_name` unknown
    - `project_template_id` unknown
    - `funnel_step_id` unknown
    - `create_project` boolean
    - `form_edge_id` unknown
    - `token` string
    - `frame_id` string
    - `id` string
    - `updated_at` string, date-time
    - `created_at` string, date-time

## Other responses

- `422` — Validação falhou

## Changes

- **2026-09-22** `d71b18b1685d` — 1 breaking, 2 info
  - removed the success response with the status `200`
  - added the non-success response with the status `422`
  - added the success response with the status `201`

[Change history](https://skmtc.dev/olie-ai/apis/olie-api/changes/api/management/form-publications/post.md)

---

[API](https://skmtc.dev/olie-ai/apis/olie-api.md) · [All operations](https://skmtc.dev/olie-ai/apis/olie-api/llms.txt) · [OpenAPI document](https://skmtc.dev/olie-ai/apis/olie-api/revisions/d71b18b1685d?raw)
