Skip to main content
POST
/
api
/
management
/
projects
Criar projeto
curl --request POST \
  --url https://api.olie.ai/api/management/projects \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "budget": null,
  "description": "",
  "impact": 55,
  "name": "",
  "status": 9999
}
'
{
  "project": {
    "budget": 25000,
    "code": "P-82",
    "contact_id": null,
    "created_at": "2025-12-16T12:57:45.000000Z",
    "created_by": "019aeaa3-2370-731c-9008-be759795f449",
    "customer_id": null,
    "description": "Eveniet modi inventore laboriosam voluptatum consectetur officia. Et vel blanditiis dolor neque tenetur nam nobis fuga. Eum sequi quis accusamus dolorem ut.",
    "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": "019b273c-f7c4-71ac-97b5-b96d95512130",
    "impact": 5,
    "is_template": false,
    "name": "molestiae consequatur ad",
    "status": 3,
    "updated_at": "2025-12-16T12:57:45.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
budget
unknown
description
string
Example:

""

impact
number
Example:

55

name
string
Example:

""

status
number
Example:

9999

Response

Sucesso

project
object
response
boolean
Example:

true