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 Params
Authorization
string
required
Example:
Bearer $OPENAI_ADMIN_KEY
Content-Type
string
required
Example:
application/json
Body Params application/json
name
string
required
The friendly name of the project, this name appears in reports.
Example
{
"name": "Project ABC"
}
Request samples
Responses
Success(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
object {0}
Example
{}
Last modified: 2 months ago