Check if an eprint has been imported from an external source
Parameters
Output
Encoding
application/jsonexists
boolean
Required
Whether the eprint has been imported
Try It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
View raw schema
{
"type": "query",
"output": {
"schema": {
"type": "object",
"required": [
"exists"
],
"properties": {
"exists": {
"type": "boolean",
"description": "Whether the eprint has been imported"
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"required": [
"source",
"externalId"
],
"properties": {
"source": {
"type": "string",
"maxLength": 50,
"minLength": 2,
"description": "External source identifier (e.g., arxiv, biorxiv, semanticscholar)"
},
"externalId": {
"type": "string",
"minLength": 1,
"description": "Source-specific identifier for the eprint"
}
}
},
"description": "Check if an eprint has been imported from an external source"
}