pub.chive.actor.getMyProfile

chive.pub

Documentation

Get the authenticated user's Chive profile from their PDS

main query

Get the authenticated user's Chive profile from their PDS

Output

Encodingapplication/json
affiliations array Optional

Current institutional affiliations

arxivAuthorId string Optional

arXiv author identifier

bio string Optional

Biography text

dblpId string Optional

DBLP author identifier

displayName string Optional

Display name

fields array Optional

Research field identifiers

googleScholarId string Optional

Google Scholar profile ID

nameVariants array Optional

Alternative name forms for paper matching

openAlexId string Optional

OpenAlex author ID

openReviewId string Optional

OpenReview profile ID

orcid string Optional

ORCID identifier

previousAffiliations array Optional

Past institutional affiliations

researchKeywords array Optional

Research topics and keywords

scopusAuthorId string Optional

Scopus author ID

semanticScholarId string Optional

Semantic Scholar author ID

Errors

AuthenticationRequired
PDSNotFound
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)
View raw schema
{
  "type": "query",
  "errors": [
    {
      "name": "AuthenticationRequired"
    },
    {
      "name": "PDSNotFound"
    }
  ],
  "output": {
    "schema": {
      "type": "object",
      "properties": {
        "bio": {
          "type": "string",
          "description": "Biography text"
        },
        "orcid": {
          "type": "string",
          "description": "ORCID identifier"
        },
        "dblpId": {
          "type": "string",
          "description": "DBLP author identifier"
        },
        "fields": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "Research field identifiers"
        },
        "openAlexId": {
          "type": "string",
          "description": "OpenAlex author ID"
        },
        "displayName": {
          "type": "string",
          "description": "Display name"
        },
        "affiliations": {
          "type": "array",
          "items": {
            "ref": "pub.chive.defs#affiliation",
            "type": "ref"
          },
          "description": "Current institutional affiliations"
        },
        "nameVariants": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "Alternative name forms for paper matching"
        },
        "openReviewId": {
          "type": "string",
          "description": "OpenReview profile ID"
        },
        "arxivAuthorId": {
          "type": "string",
          "description": "arXiv author identifier"
        },
        "scopusAuthorId": {
          "type": "string",
          "description": "Scopus author ID"
        },
        "googleScholarId": {
          "type": "string",
          "description": "Google Scholar profile ID"
        },
        "researchKeywords": {
          "type": "array",
          "items": {
            "ref": "#researchKeyword",
            "type": "ref"
          },
          "description": "Research topics and keywords"
        },
        "semanticScholarId": {
          "type": "string",
          "description": "Semantic Scholar author ID"
        },
        "previousAffiliations": {
          "type": "array",
          "items": {
            "ref": "pub.chive.defs#affiliation",
            "type": "ref"
          },
          "description": "Past institutional affiliations"
        }
      }
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "properties": {}
  },
  "description": "Get the authenticated user's Chive profile from their PDS"
}
researchKeyword object

Research keyword with optional authority IDs

Properties

fastId string Optional

FAST subject heading ID

label string Required

Keyword label

wikidataId string Optional

Wikidata entity ID

View raw schema
{
  "type": "object",
  "required": [
    "label"
  ],
  "properties": {
    "label": {
      "type": "string",
      "description": "Keyword label"
    },
    "fastId": {
      "type": "string",
      "description": "FAST subject heading ID"
    },
    "wikidataId": {
      "type": "string",
      "description": "Wikidata entity ID"
    }
  },
  "description": "Research keyword with optional authority IDs"
}

Lexicon Garden

@