Create
Create
application/json
Request Body required
smartContentId int64
webpageProperties object
entities string[] required
iri string required
query string
url string required
Responses
- 201
- 401
Created
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
- Array [
- ]
answer string
The generated answer.
created_at date-time
The create date-time.
entity_gaps string[]
errors object[]
The set of errors found for the answer.
levelEnum LevelEnum
Possible values: [RECOMMENDED
, REQUIRED
]
The rule level.
name string
result string
Possible values: [PASS
, FAIL
, SKIP
, FIXED
]
id int64
The unique id.
iri string required
The webpage IRI tied to this Q&A.
is_deleted boolean
Default value: false
The deleted flag.
is_published boolean
Default value: false
The published flag.
modified_at date-time
The last modified date-time.
question string
The generated question.
smart_content_id int64
url string required
The webpage URL tied to this Q&A.
warnings object[]
The set of warnings found for the answer.
levelEnum LevelEnum
Possible values: [RECOMMENDED
, REQUIRED
]
The rule level.
name string
result string
Possible values: [PASS
, FAIL
, SKIP
, FIXED
]
{
"answer": "string",
"created_at": "2024-12-19T10:40:03.867Z",
"entity_gaps": [
"string"
],
"errors": [
{
"levelEnum": "RECOMMENDED",
"name": "string",
"result": "PASS"
}
],
"id": 0,
"iri": "string",
"is_deleted": false,
"is_published": false,
"modified_at": "2024-12-19T10:40:03.868Z",
"question": "string",
"smart_content_id": 0,
"url": "string",
"warnings": [
{
"levelEnum": "RECOMMENDED",
"name": "string",
"result": "PASS"
}
]
}
Authentication Failure
Loading...