io.atcr.hold.getPartUploadUrl

atcr.io

{
  "id": "io.atcr.hold.getPartUploadUrl",
  "defs": {
    "main": {
      "type": "procedure",
      "input": {
        "schema": {
          "type": "object",
          "required": [
            "uploadId",
            "partNumber"
          ],
          "properties": {
            "uploadId": {
              "type": "string",
              "maxLength": 256,
              "description": "Upload session ID from initiateUpload"
            },
            "partNumber": {
              "type": "integer",
              "minimum": 1,
              "description": "Part sequence number (1-indexed)"
            }
          }
        },
        "encoding": "application/json"
      },
      "errors": [
        {
          "name": "InvalidUploadId"
        },
        {
          "name": "InvalidPartNumber"
        }
      ],
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "url"
          ],
          "properties": {
            "url": {
              "type": "string",
              "format": "uri",
              "description": "URL to PUT the part data to"
            },
            "method": {
              "type": "string",
              "default": "PUT",
              "maxLength": 16,
              "description": "HTTP method to use (usually PUT)"
            },
            "headers": {
              "type": "unknown",
              "description": "Additional headers required for the request (e.g., content-type)"
            }
          }
        },
        "encoding": "application/json"
      },
      "description": "Get a presigned URL or endpoint info for uploading a specific part of a multipart upload."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against io.atcr.hold.getPartUploadUrl

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:wfj5kyialpmcv2fzk6uqwsln
CID
bafyreidbpbaaozowexogddd3j24dhz472zjojs3df3ucqjruzfaxhx2uay
Indexed At
2026-01-16 11:16 UTC
AT-URI
at://did:plc:wfj5kyialpmcv2fzk6uqwsln/com.atproto.lexicon.schema/io.atcr.hold.getPartUploadUrl

Lexicon Garden

@