API ReferenceProjects API
Get project
Get a single project by ID
Authorization<token>
Type "Bearer" followed by a space and JWT token.
In: header
Path Parameters
project_idstring
Project ID
Response Body
application/json
application/json
application/json
application/json
curl -X GET "https://loading/v1/projects/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"
}Delete a conversation DELETE
Delete a conversation (soft delete). Items in the conversation will not be deleted but will be inaccessible. **Features:** - Soft delete (conversation marked as deleted, not physically removed) - Items remain in database but become inaccessible - Automatic ownership verification - Returns deletion confirmation with conversation ID **Response:** - `id`: Deleted conversation ID - `object`: Always "conversation.deleted" - `deleted`: Always true
Create project POST
Create a new project for grouping conversations