No description available.
Errors
AuthRequired
InvalidRequest
DraftLimit
Try It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
Sending request...
View raw schema
{
"type": "procedure",
"input": {
"schema": {
"ref": "#draftInput",
"type": "ref"
},
"encoding": "application/json"
},
"errors": [
{
"name": "AuthRequired"
},
{
"name": "InvalidRequest"
},
{
"name": "DraftLimit"
}
],
"output": {
"schema": {
"ref": "#draftView",
"type": "ref"
},
"encoding": "application/json"
}
}
No description available.
Properties
No description available.
minimum: 0
No description available.
maxLength: 300 bytes
No description available.
minimum: 0
An AT Protocol URI (e.g., at://did:plc:xyz/app.bsky.feed.post/abc).
maxLength: 2048 bytes
View raw schema
{
"type": "object",
"required": [
"start",
"end",
"uri",
"name"
],
"properties": {
"end": {
"type": "integer",
"minimum": 0
},
"uri": {
"type": "string",
"format": "at-uri",
"maxLength": 2048
},
"name": {
"type": "string",
"maxLength": 300
},
"start": {
"type": "integer",
"minimum": 0
}
}
}
No description available.
Properties
No description available.
maxLength: 100 items
No description available.
maxLength: 100 items
No description available.
maxLength: 100 items
No description available.
maxLength: 4 items
No description available.
maxLength: 100 items
An AT Protocol URI (e.g., at://did:plc:xyz/app.bsky.feed.post/abc).
maxLength: 2048 bytes
No description available.
maxLength: 30000 bytesmaxGraphemes: 3000 graphemes
View raw schema
{
"type": "object",
"required": [
"text",
"mentions",
"channels",
"emojis",
"linkCards",
"dismissedUrls"
],
"properties": {
"text": {
"type": "string",
"maxLength": 30000,
"maxGraphemes": 3000
},
"emojis": {
"type": "array",
"items": {
"ref": "#emoji",
"type": "ref"
},
"maxLength": 100
},
"channels": {
"type": "array",
"items": {
"ref": "#channel",
"type": "ref"
},
"maxLength": 100
},
"mentions": {
"type": "array",
"items": {
"ref": "#mention",
"type": "ref"
},
"maxLength": 100
},
"quoteUri": {
"type": "string",
"format": "at-uri",
"maxLength": 2048
},
"linkCards": {
"type": "array",
"items": {
"ref": "#linkCard",
"type": "ref"
},
"maxLength": 4
},
"dismissedUrls": {
"type": "array",
"items": {
"type": "string",
"maxLength": 2048
},
"maxLength": 100
}
}
}
No description available.
Properties
No description available.
An RFC 3339 formatted timestamp.
No description available.
maxLength: 36 bytes
An RFC 3339 formatted timestamp.
View raw schema
{
"type": "object",
"required": [
"id",
"content",
"createdAt",
"updatedAt"
],
"properties": {
"id": {
"type": "string",
"maxLength": 36
},
"content": {
"ref": "#draftContent",
"type": "ref"
},
"createdAt": {
"type": "string",
"format": "datetime"
},
"updatedAt": {
"type": "string",
"format": "datetime"
}
}
}
No description available.
Properties
No description available.
maxLength: 100 items
An RFC 3339 formatted timestamp.
No description available.
maxLength: 100 items
No description available.
maxLength: 100 items
No description available.
maxLength: 36 bytes
No description available.
maxLength: 4 items
No description available.
maxLength: 100 items
An AT Protocol URI (e.g., at://did:plc:xyz/app.bsky.feed.post/abc).
maxLength: 2048 bytes
No description available.
maxLength: 30000 bytesmaxGraphemes: 3000 graphemes
An RFC 3339 formatted timestamp.
View raw schema
{
"type": "object",
"required": [
"id",
"text",
"mentions",
"channels",
"emojis",
"linkCards",
"dismissedUrls",
"createdAt",
"updatedAt"
],
"properties": {
"id": {
"type": "string",
"maxLength": 36
},
"text": {
"type": "string",
"maxLength": 30000,
"maxGraphemes": 3000
},
"emojis": {
"type": "array",
"items": {
"ref": "#emoji",
"type": "ref"
},
"maxLength": 100
},
"channels": {
"type": "array",
"items": {
"ref": "#channel",
"type": "ref"
},
"maxLength": 100
},
"mentions": {
"type": "array",
"items": {
"ref": "#mention",
"type": "ref"
},
"maxLength": 100
},
"quoteUri": {
"type": "string",
"format": "at-uri",
"maxLength": 2048
},
"createdAt": {
"type": "string",
"format": "datetime"
},
"linkCards": {
"type": "array",
"items": {
"ref": "#linkCard",
"type": "ref"
},
"maxLength": 4
},
"updatedAt": {
"type": "string",
"format": "datetime"
},
"dismissedUrls": {
"type": "array",
"items": {
"type": "string",
"maxLength": 2048
},
"maxLength": 100
}
}
}
No description available.
Properties
No description available.
minimum: 0
No description available.
minimum: 0
An AT Protocol URI (e.g., at://did:plc:xyz/app.bsky.feed.post/abc).
maxLength: 2048 bytes
View raw schema
{
"type": "object",
"required": [
"start",
"end",
"uri"
],
"properties": {
"end": {
"type": "integer",
"minimum": 0
},
"uri": {
"type": "string",
"format": "at-uri",
"maxLength": 2048
},
"start": {
"type": "integer",
"minimum": 0
}
}
}
No description available.
Properties
No description available.
maxLength: 30000 bytes
No description available.
maxLength: 3000 bytes
No description available.
maxLength: 2048 bytes
View raw schema
{
"type": "object",
"required": [
"uri",
"title"
],
"properties": {
"uri": {
"type": "string",
"maxLength": 2048
},
"title": {
"type": "string",
"maxLength": 3000
},
"description": {
"type": "string",
"maxLength": 30000
}
}
}
No description available.
Properties
A decentralized identifier (DID).
No description available.
minimum: 0
An AT Protocol handle (e.g., alice.bsky.social).
No description available.
minimum: 0
View raw schema
{
"type": "object",
"required": [
"start",
"end",
"did",
"handle"
],
"properties": {
"did": {
"type": "string",
"format": "did"
},
"end": {
"type": "integer",
"minimum": 0
},
"start": {
"type": "integer",
"minimum": 0
},
"handle": {
"type": "string",
"format": "handle"
}
}
}