---
title: "Criação rápida"
method: POST
path: "/api/management/projects/quick-store"
tags: ["projects"]
---

# Criação rápida

`POST /api/management/projects/quick-store`

O endpoint de criação rápida de projetos permite criar um novo projeto com apenas as informações essenciais, que no endpoint de criação comum, são obrigatórias. Este método é ideal para criação rápida de projetos quando você não precisa configurar todos os detalhes imediatamente.

## Request body

- object
  - `name` string, required — Nome do projeto
  - `funnel_step_id` integer — ID da etapa do funil
  - `prefix` string — Prefixo do projeto
  - `customer_id` string, uuid — ID do cliente
  - `contact_id` integer — ID do contato
  - `from_project_template_id` string, uuid — ID do template de projeto

## Response `200`

Sucesso

- object
  - `response` boolean
  - `project` object
    - `code` string
    - `name` string
    - `description` string
    - `impact` integer
    - `frame_id` string
    - `customer_id` string
    - `contact_id` integer
    - `status` integer
    - `budget` integer
    - `is_template` boolean
    - `created_by` string
    - `id` string
    - `updated_at` string, date-time
    - `created_at` string, date-time
    - `medias` object[]
      - `id` string
      - `type` integer
      - `text` string
      - `log` string
      - `frame_id` string
      - `project_id` string
      - `created_at` string, date-time
      - `updated_at` string, date-time
    - `funnels` object[]
      - `id` integer
      - `name` string
      - `prefix` string
      - `order` integer
      - `condition` string
      - `allow_multi_step` boolean
      - `show_cost_info` boolean
      - `business_area_id` integer
      - `form_id` integer
      - `frame_id` string
      - `created_at` string, date-time
      - `updated_at` string, date-time
      - `allow_execution` boolean
      - `pivot` object
        - `project_id` string
        - `project_funnel_id` integer
        - `id` integer
        - `created_at` string, date-time
        - `forecast_date_update_count` integer
    - `funnel_steps` object[]
      - `id` integer
      - `name` string
      - `project_funnel_id` integer
      - `sensation_amount` integer
      - `order` integer
      - `allow_execution` boolean
      - `created_at` string, date-time
      - `updated_at` string, date-time
      - `pivot` object
        - `project_id` string
        - `funnel_step_id` integer
        - `id` integer
        - `order` integer
        - `created_at` string, date-time
    - `tags` unknown[]
      - unknown
    - `checklists` unknown[]
      - unknown

## Other responses

- `401` — Não autorizado
- `422` — Campo inválido

---

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