Skip to main content
POST
/
api
/
management
/
projects
/
quick-store
Criação rápida
curl --request POST \
  --url https://api.olie.ai/api/management/projects/quick-store \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "funnel_step_id": 3808,
  "name": "Demogorgon"
}
'
{
"project": {
"code": "P-80",
"created_at": "2025-12-12T19:31:38.000000Z",
"created_by": "019aeaa3-2370-731c-9008-be759795f449",
"customer_id": null,
"description": "Criação rápida",
"frame": {
"cockpit_access": 0,
"frame_billing_data_id": null,
"id": "019aeaa3-2778-73ec-8f8d-59d06cc59dca",
"logo_img": null,
"model_forms": null,
"name": "OlieDev Company ",
"old_id": null,
"status": 1,
"subdomain": "devframe",
"type": 2
},
"frame_id": "019aeaa3-2778-73ec-8f8d-59d06cc59dca",
"id": "019b140c-235d-73ee-96df-3d2afbf7d13d",
"impact": 10,
"name": "Demogorgon",
"status": 1,
"updated_at": "2025-12-12T19:31:38.000000Z"
},
"response": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
funnel_step_id
number
Example:

3808

name
string
Example:

"Demogorgon"

Response

200 - application/json

Sucesso / Com vínculo em etapa

project
object
response
boolean
Example:

true