app.didpic.actor.getProfiles

lexicons.didpic.app

Documentation

Batch fetch profiles by DID or handle. Up to 25 per call.

main query

Batch fetch profiles by DID or handle. Up to 25 per call.

Parameters

actors array of string Required

No description available.

Output

Encodingapplication/json
profiles array Required

No description available.

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
View raw schema
{
  "type": "query",
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "profiles"
      ],
      "properties": {
        "profiles": {
          "type": "array",
          "items": {
            "ref": "app.didpic.actor.defs#profileView",
            "type": "ref"
          }
        }
      }
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "required": [
      "actors"
    ],
    "properties": {
      "actors": {
        "type": "array",
        "items": {
          "type": "string"
        },
        "maxLength": 25,
        "minLength": 1
      }
    }
  },
  "description": "Batch fetch profiles by DID or handle. Up to 25 per call."
}

Lexicon Garden

@