DeepFellow API ReferenceAdministration
Create a new project
Create a new project in the organization. Projects can be created and archived, but cannot be deleted.
AuthorizationBearer <token>
In: header
Header Parameters
OpenAI-Organization?Openai-Organization
nameName
The friendly name of the project.
status?ProjectStatus
The status of the project.
Default
"active"Value in
"active" | "archived"models?Models
The models associated with the project. (incompatible)
custom_endpoints?Custom Endpoints
The custom endpoints associated with the project.
Default
"all"Response Body
curl -X POST "https://loading/v1/organization/projects" \
-H "OpenAI-Organization: 5eb7cf5a86d9755df3a6c593" \
-H "Content-Type: application/json" \
-d '{
"name": "Simplito"
}'{
"name": "Simplito",
"status": "active",
"models": [
"llama3.1:8b",
"qwen3:latest"
],
"custom_endpoints": [
"/v1/ocr",
"/summarize"
],
"id": "5eb7cf5a86d9755df3a6c593",
"created_at": 1759917874
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}We use cookies on our website. We use them to ensure proper functioning of the site and, if you agree, for purposes such as analytics, marketing, and targeting ads.