Basic Information

appmixer.bluesky.core.MakeApiCall

Make API Call

1.0.0

Public

Performs an arbitrary authorized XRPC API call to the Bluesky / AT Protocol API. Use this for endpoints not covered by dedicated components.

Input Ports

in

FieldTypeDescription
API Endpoint Path text AT Protocol NSID (e.g. app.bsky.actor.getProfile) or path appended to https://bsky.social/xrpc/. A full URL is also accepted.
HTTP Method select Select the HTTP method for the API call. AT Protocol XRPC uses GET for queries and POST for procedures; PUT/PATCH/DELETE are included for completeness but rarely valid on atproto endpoints.
Request Headers key-value Optional additional request headers (e.g. key Atproto-Accept-Labelers, value did:plc:xyz).
Query Parameters key-value Optional query parameters (e.g. key actor, value alice.bsky.social).
Request Body textarea Enter the request body as a JSON object (supports nested objects, arrays, and non-string values).

Output Ports

out

FieldTypeDescription
Status Code -
Response Headers -
Response Body -

Full Metadata