Update photo metadata. Does not replace image blob.
Input
application/jsonalbumUris
array
Optional
No description available.
maxLength: 100 itemscaption
string
Optional
No description available.
maxLength: 2000 bytescontributor
stringdid
Optional
A decentralized identifier (DID).
copyrightHolder
stringdid
Optional
A decentralized identifier (DID).
description
string
Optional
No description available.
maxLength: 5000 bytesinLanguage
string
Optional
No description available.
maxLength: 35 byteskeywords
array
Optional
No description available.
maxLength: 50 itemslicense
stringuri
Optional
A valid URI.
locationCreated
refnet.atpix.gallery.defs#geoPlace
Optional
No description available.
title
string
Optional
No description available.
maxLength: 500 bytesuri
stringat-uri
Required
An AT Protocol URI (e.g., at://did:plc:xyz/app.bsky.feed.post/abc).
Output
application/jsoncid
stringcid
Required
A content identifier (CID) referencing immutable data.
uri
stringat-uri
Required
An AT Protocol URI (e.g., at://did:plc:xyz/app.bsky.feed.post/abc).
Try It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
View raw schema
{
"type": "procedure",
"input": {
"schema": {
"type": "object",
"required": [
"uri"
],
"properties": {
"uri": {
"type": "string",
"format": "at-uri"
},
"title": {
"type": "string",
"maxLength": 500
},
"caption": {
"type": "string",
"maxLength": 2000
},
"license": {
"type": "string",
"format": "uri"
},
"keywords": {
"type": "array",
"items": {
"type": "string",
"maxLength": 64
},
"maxLength": 50
},
"albumUris": {
"type": "array",
"items": {
"type": "string",
"format": "at-uri"
},
"maxLength": 100
},
"inLanguage": {
"type": "string",
"maxLength": 35
},
"contributor": {
"type": "string",
"format": "did"
},
"description": {
"type": "string",
"maxLength": 5000
},
"copyrightHolder": {
"type": "string",
"format": "did"
},
"locationCreated": {
"ref": "net.atpix.gallery.defs#geoPlace",
"type": "ref"
}
}
},
"encoding": "application/json"
},
"output": {
"schema": {
"type": "object",
"required": [
"uri",
"cid"
],
"properties": {
"cid": {
"type": "string",
"format": "cid"
},
"uri": {
"type": "string",
"format": "at-uri"
}
}
},
"encoding": "application/json"
},
"description": "Update photo metadata. Does not replace image blob."
}