pub.chive.admin.triggerCitationExtraction

chive.pub

Documentation

Trigger citation extraction for indexed eprints

main procedure

Trigger citation extraction for indexed eprints

Input

Encodingapplication/json
uri stringat-uri Optional

Specific eprint URI (all if omitted)

Output

Encodingapplication/json
operationId string Required

ID of the started backfill operation

Errors

AuthenticationRequired
AdminRequired
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://bsky.social)
Enter valid JSON for the request body
View raw schema
{
  "type": "procedure",
  "input": {
    "schema": {
      "type": "object",
      "properties": {
        "uri": {
          "type": "string",
          "format": "at-uri",
          "description": "Specific eprint URI (all if omitted)"
        }
      }
    },
    "encoding": "application/json"
  },
  "errors": [
    {
      "name": "AuthenticationRequired"
    },
    {
      "name": "AdminRequired"
    }
  ],
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "operationId"
      ],
      "properties": {
        "operationId": {
          "type": "string",
          "description": "ID of the started backfill operation"
        }
      }
    },
    "encoding": "application/json"
  },
  "description": "Trigger citation extraction for indexed eprints"
}

Lexicon Garden

@