Skip to main content
POST
Python

Authorizations

Authorization
string
header
required

API key authentication. Prefix your Mem0 API key with 'Token '. Example: 'Token your_api_key'

Path Parameters

org_id
string
required

Unique identifier of the organization.

Body

application/json
name
string
required

Name of the project to be created

Response

Project created successfully.

message
string
Example:

"Project created successfully."

project_id
string<uuid>

Unique identifier for the project.