User Context
Create Context
View DocsAPI Reference
Header Parameters
access-key*string|null
Request Body
multipart/form-data
files?array<string>
context_name*string
description?string|null
tags?string|null
textual_context?string|null
context_type?string|null
Value in
"domain_context" | "agent_context"Response Body
application/json
curl -X POST "https://loading/api/user_context/create" \ -H "access-key: string" \ -F context_name="string"{
"data": {
"large_files": [
"string"
],
"unsupported_files": [
"string"
],
"context_id": 0
},
"message": "string"
}Empty