1. Projects
Efestra
  • Projects
    • Get All Projects
      GET
    • Create Project
      POST
  • Experiments
    • Get Experiment
      GET
    • Get all Eexperiments
      GET
    • Create Experiment
      POST
  • Schemas
    • Project
    • Experiment
    • ExperimentDTO
  1. Projects

Create Project

POST
https://api.efestra.com/api/react/v2/external/projects
Create a new Project

Request

Authorization
API Key
Add parameter in header
X-API-Key
Example:
X-API-Key: ********************
or
Body Params application/jsonRequired

Examples

Responses

🟢200Success
application/json
Bodyapplication/json

Request Request Example
Shell
JavaScript
Java
Swift
curl --location 'https://api.efestra.com/api/react/v2/external/projects' \
--header 'X-API-Key: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
    "name": "string"
}'
Response Response Example
{
    "id": "string",
    "name": "string"
}
Modified at 2026-07-20 13:27:15
Previous
Get All Projects
Next
Get Experiment
Built with