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
}Cria um novo projeto com os dados fornecidos.
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
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Was this page helpful?