Create Project
Create a new project with custom metadata. Projects can be typed (e.g., ‘candidate’, ‘user’, ‘company’) and include flexible custom metadata for storing additional information.
Authentication
X-API-KEYstring
API Key authentication via header
OR
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
title
The project title
custom_metadata
A flexible dictionary for storing custom metadata
description
Optional project description
parent_folder_id
Optional parent folder ID
project_type
User-defined project type (e.g., ‘candidate’, ‘user’, ‘company’)
Response
Project created successfully
asset_id
ID of the created project asset
title
Title of the created project
custom_metadata
Custom metadata associated with the project
description
Description of the project
project_type
Type of the project
