so.sprk.sound.getAudios

sprk.so

Documentation

Gets audio views for a specified list of audios (by AT-URI).

main query

Gets audio views for a specified list of audios (by AT-URI).

Parameters

uris array of string Required

List of audio AT-URIs to return views for.

Output

Encodingapplication/json
audios 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
List of audio AT-URIs to return views for.
View raw schema
{
  "type": "query",
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "audios"
      ],
      "properties": {
        "audios": {
          "type": "array",
          "items": {
            "ref": "so.sprk.sound.defs#audioView",
            "type": "ref"
          }
        }
      }
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "required": [
      "uris"
    ],
    "properties": {
      "uris": {
        "type": "array",
        "items": {
          "type": "string",
          "format": "at-uri"
        },
        "maxLength": 25,
        "description": "List of audio AT-URIs to return views for."
      }
    }
  },
  "description": "Gets audio views for a specified list of audios (by AT-URI)."
}

Lexicon Garden

@