Projects management
Endpoints to interact with your projects and their content
Last updated
Endpoints to interact with your projects and their content
Last updated
POST
https://api.expai.io/api/projects/create
Create new project
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
GET
https://api.expai.io/api/projects/list
List all projects in your organization
GET
https://api.expai.io/api/projects/list/contains/<text>
List all projects in your organization containing a string in their names
PATCH
https://api.expai.io/api/projects/<project_id>
Update metadata in an existing project
DELETE
https://api.expai.io/api/projects/<project_id>
Delete a Project in your organization
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
access-token
string
Active JWT token
Content-Type
string
Value: "application/json"
project_name_des
string
Name for your project
project_description_des
string
Description for your project
access-token
string
Active JWT token
Content-Type
string
Value: "application/json"
text
string
String to search Projects by
access-token
string
Active JWT token
Content-Type
string
Value: "application/json"
project_id
string
Project to be modified unique identifier
access-token
string
Active JWT token
Content-Type
string
Value: "application/json"
project_name_des
string
New name for the project
project_description_des
string
New description for the project
access-token
string
Active JWT token