Add a new article Factcheck

Request

POST https://api.factcricis.efcsn.com/factcheck/

Request body

The request body takes a complete FactCheck resource, containing the following writable properties:

{
    "articleBody": "string",
    "claimReviews": [
        {
            "ItemReviewed": [
                {
                    "Appearances": [
                        {
                            "archivedAt": "string",
                            "associatedMedia": "string",
                            "associatedMediaType": "string",
                            "mediaFormat": "string",
                            "platform": "string",
                            "url": "url"
                        }
                    ],
                    "author": "string",
                    "datePublished": "date-time",
                    "politicalParty": "string"
                }
            ],
            "associatedClaimReview": [
                "url"
            ],
            "claimReviewed": "string",
            "claimReviewedNative": "string",
            "reviewRating": "string"
        }
    ],
    "contentLocation": [
        "string"
    ],
    "countryOfOrigin": "string",
    "evidences": {
        "title": "string",
        "url": "url"
    },
    "headline": "string",
    "headlineNative": "string",
    "image": "url",
    "inLanguage": "string",
    "keywords": [
        "string"
    ],
    "topics": [
        "string"
    ],
    "type": "string",
    "url": "url"
}

Properties

Name Type Description Additional
articleBody string

Text of the article article

Optional
claimReviews[] array

A list of fact-checking reviews of claims made

claimReviews[].ItemReviewed[] array

The item that is being reviewed/rated

Optional
claimReviews[].ItemReviewed[].Appearances[] array

Appearances article

Optional
claimReviews[].ItemReviewed[].Appearances[].archivedAt string

The URL of a permanent copy of the original appearance

Optional
claimReviews[].ItemReviewed[].Appearances[].associatedMedia string

The URL of a permanent copy of the original appearance

Optional
claimReviews[].ItemReviewed[].Appearances[].associatedMediaType string

Media file with the original fake information

Possible values are:

  • audio
  • video
  • image
  • ...
Optional
claimReviews[].ItemReviewed[].Appearances[].mediaFormat string

Media file with the original fake information

Possible values are:

  • image
  • video
  • text
  • ...
Optional
claimReviews[].ItemReviewed[].Appearances[].platform string

Media file with the original fake information

Possible values are:

  • X
  • facebook
  • instagram
  • ...
Optional
claimReviews[].ItemReviewed[].Appearances[].url url

The URL of a particular appearance object

Optional
claimReviews[].ItemReviewed[].author string

Person name

claimReviews[].ItemReviewed[].datePublished date-time

Date of the claimh

claimReviews[].ItemReviewed[].politicalParty string

Political party name

Possible values are:

  • European Party
  • Other party
  • ...
Optional
claimReviews[].associatedClaimReview[] array of url

URL of related fact-checks or debunks

Optional
claimReviews[].claimReviewed string

Text of the claim being reviewed in English

claimReviews[].claimReviewedNative string

Text of the claim being reviewed in native language

claimReviews[].reviewRating string

Review rating

contentLocation[] array of string

Country/Countries identified in article

Possible values are:

  • AL
  • DK
  • JP
  • ...
Optional
countryOfOrigin string

Country of the publisher that created the article

Possible values are:

  • ES
  • EN
  • DE
  • ...
Optional
evidences object Evidences Optional
evidences.title string

Title evidence

Optional
evidences.url url

Url evidence

Optional
headline string

Title of the article in English

Optional
headlineNative string

Title of the article article in native language

image url

Image representing the article

Optional
inLanguage string

Language of the article

Possible values are:

  • ES
  • EN
  • DE
  • ...
Optional
keywords[] array of string

List of keywords

Optional
topics[] array of string

Topics of the article

Possible values are:

  • Economy
  • ...
type string

Type of document.

Possible values are:

  • Factcheck
  • Prebunk
url url

Url article

Authorization

This request requires the use of one of following authorization methods: OAuth2.

For OAuth 2 authorization, the following scopes are required:

Scope Description
read:factchecks read your factchecks
write:factchecks modify factchecks in your account

Response

The following HTTP status codes may be returned, optionally with a response resource.

Status code Description Resource
200 OK

The article has been successfully create

400 Bad Request

The article is not a valid object

401 Unauthorized

The user is not authenticated

409 Conflict

The article already exists