Skip to main content
POST
/
api
/
core
/
outputs
/core/outputs
curl --request POST \
  --url https://api.anysite.io/api/core/outputs \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "output": "<string>",
  "timeout": 300
}
'
[
  {
    "id": 123,
    "url": "<string>",
    "@type": "@core_output",
    "title": "<string>",
    "abstract": "<string>",
    "full_text": "<string>",
    "authors": [],
    "contributors": [],
    "orcids": [],
    "doi": "<string>",
    "document_type": "<string>",
    "year_published": 123,
    "language": "<string>",
    "publisher": "<string>",
    "license": "<string>",
    "fulltext_status": "<string>",
    "download_url": "<string>",
    "source_fulltext_urls": [],
    "urls": [],
    "subjects": [],
    "tags": [],
    "identifiers": [],
    "data_provider": {
      "@type": "@core_work_data_provider",
      "id": 123,
      "name": "<string>",
      "url": "<string>",
      "image": "<string>"
    },
    "links": [],
    "references": [],
    "created_at": "<string>",
    "updated_at": "<string>",
    "accepted_at": "<string>",
    "deposited_at": "<string>",
    "published_at": "<string>"
  }
]

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
output
string
required

CORE output ID or output URL

Minimum string length: 1
Examples:

"641684400"

"https://core.ac.uk/outputs/641684400"

timeout
integer
default:300

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500

Response

Successful Response

id
integer
required
url
string
required
@type
string
default:@core_output
title
string | null
abstract
string | null
full_text
string | null
authors
CoreAuthor · object[]
contributors
string[]
orcids
string[]
doi
string | null
document_type
string | null
year_published
integer | null
language
string | null
publisher
string | null
license
string | null
fulltext_status
string | null
download_url
string | null
source_fulltext_urls
string[]
urls
CoreWorkLink · object[]
subjects
string[]
tags
string[]
identifiers
CoreIdentifier · object[]
data_provider
CoreWorkDataProvider · object
references
CoreWorkReference · object[]
created_at
string | null
updated_at
string | null
accepted_at
string | null
deposited_at
string | null
published_at
string | null