亮色模式
Create project
POST
https://api.openai.com/v1/organization/projectsCreate a new project in the organization. Projects can be created and archived, but cannot be deleted.
Request
Header 参数
Authorization
string
必需
示例值:
Bearer $OPENAI_ADMIN_KEY
Content-Type
string
必需
示例值:
application/json
Body 参数application/json
name
string
必需
The friendly name of the project, this name appears in reports.
示例
{
"name": "Project ABC"
}
Request samples
返回响应
Success(200)
HTTP Code: 200
Content Type : JSONapplication/json
数据结构
object {0}
示例
未设置
最后修改时间: 10 天前