pub.chive.import.exists

chive.pub

Documentation

Check if an eprint has been imported from an external source

main query

Check if an eprint has been imported from an external source

Parameters

externalId string Required

Source-specific identifier for the eprint

source string Required

External source identifier (e.g., arxiv, biorxiv, semanticscholar)

Output

Encodingapplication/json
exists 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.

Base URL for XRPC calls (e.g., https://api.bsky.social)
Parameters
Source-specific identifier for the eprint
External source identifier (e.g., arxiv, biorxiv, semanticscholar)
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"
}

Lexicon Garden

@