Create Schema
Last updated
Last updated
POST /v1/schema HTTP/1.1
Host: prism.livereach.ai
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 100
{
"name": "text",
"organization_id": 0,
"internal": false,
"attributes": {
"ANY_ADDITIONAL_PROPERTY": "bool"
}
}{
"result": {
"success": true,
"httpCode": 200
},
"content": {
"name": "text",
"organization_id": 0,
"internal": false,
"attributes": {
"ANY_ADDITIONAL_PROPERTY": "bool"
},
"created": "2026-03-11T11:14:57.650Z",
"updated": "2026-03-11T11:14:57.650Z"
}
}