Create
Create
application/json
Request Body required
body
url string
URL of the content to be analyzed. Mutually exclusive with text.
text string
A paragraph of text content to be analyzed. Mutually exclusive with URL.
keyword string
Keyword or query related to the content.
description_narrative string
Narrative description of the intent behind the query.
Responses
- 200
- 400
- 401
- 500
OK
application/json
Schema
Example (from schema)
Schema
analyze string
Traffic light system indicating the match. M for match, T for trustworthiness, O for overall score.
{
"analyze": "[{\"M\": 2, \"T\": 2, \"O\": 2}]"
}
Bad request
Unauthorized
Internal server error
Loading...