POST
/
v1
/
threads
/
{threadID}
/
share
curl --request POST \
  --url https://api.storytell.ai/v1/threads/{threadID}/share \
  --header 'Content-Type: application/json' \
  --data '{
  "messageId": [
    127
  ],
  "shareMethod": "<string>",
  "shareTo": [
    "<string>"
  ],
  "threadId": [
    127
  ]
}'
{
  "code": "<string>",
  "data": {
    "address": "<string>",
    "publicToken": "<string>",
    "tokenId": [
      127
    ]
  },
  "details": {
    "consumption": {
      "units": 123
    },
    "operation": {
      "duration": 123,
      "operationId": "<string>"
    }
  },
  "done": true,
  "eventKey": "<string>",
  "message": "<string>"
}

Path Parameters

threadID
string
required

Body

application/json
messageId
integer[]
required
shareMethod
string
required
shareTo
string[]
required
threadId
integer[]
required

Response

200
application/json
Success response
code
string
required
data
object
required
details
object
required
done
boolean
required
eventKey
string
required
message
string
required