API ReferenceProjects API

Create project

Create a new project for grouping conversations

POST
/v1/projects
Authorization<token>

Type "Bearer" followed by a space and JWT token.

In: header

Create project request

instruction?string
namestring

Response Body

application/json

application/json

application/json

application/json

curl -X POST "https://loading/v1/projects" \  -H "Content-Type: application/json" \  -d '{    "name": "string"  }'
{
  "archived_at": 0,
  "created_at": 0,
  "id": "string",
  "instruction": "string",
  "is_archived": true,
  "is_favorite": true,
  "name": "string",
  "object": "string",
  "updated_at": 0
}
{
  "code": "string",
  "error": "string",
  "message": "string",
  "request_id": "string"
}
{
  "code": "string",
  "error": "string",
  "message": "string",
  "request_id": "string"
}
{
  "code": "string",
  "error": "string",
  "message": "string",
  "request_id": "string"
}