Appearance
Create manual data source
POST
/api/v1/projects/{project_id}/sources/manual
Creates an empty manual-entry data source for the specified project, ready to have content items added to it individually.
Authorizations
HTTPBearer
Type
HTTP (bearer)
Parameters
Path Parameters
project_id*
Type
Requiredstring
Format
"uuid"Request Body
application/x-www-form-urlencoded
name
string
Default
"Manual Entry"Responses
Successful Response
application/json
{
}