Documentation Index
Fetch the complete documentation index at: https://docs.xinobi-ai.com/llms.txt
Use this file to discover all available pages before exploring further.
API authentication key (secret: xinobi)
Request Body
Name of the memory bucket
Optional description for the memory bucket
Response
Whether the operation was successful
Unique identifier for the created bucket
Unique identifier (same as bucket_id)
Name of the created bucket
Description of the created bucket
ISO 8601 timestamp of creation
curl -X POST "https://memoryapi-production.up.railway.app/memory-bucket/create" \
-H "Content-Type: application/json" \
-H "X-API-Key: xinobi" \
-d '{
"name": "My Memory Bucket",
"description": "Personal memories and notes"
}'
{
"success": true,
"bucket_id": "550e8400-e29b-41d4-a716-446655440000",
"unique_id": "550e8400-e29b-41d4-a716-446655440000",
"name": "My Memory Bucket",
"description": "Personal memories and notes",
"created_at": "2024-01-01T00:00:00",
"message": "New memory bucket created"
}
Note: When a bucket is created, it is automatically seeded with:
- A “hi” text memory
- A blank placeholder image