No description available.
Parameters
Output
Encoding
application/jsondescription
string
Optional
No description available.
image
stringuri
Optional
A valid URI.
title
string
Required
No description available.
uri
stringuri
Required
A valid URI.
Try It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
View raw schema
{
"type": "query",
"output": {
"schema": {
"type": "object",
"required": [
"uri",
"title"
],
"properties": {
"uri": {
"type": "string",
"format": "uri"
},
"image": {
"type": "string",
"format": "uri"
},
"title": {
"type": "string"
},
"description": {
"type": "string"
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"required": [
"url"
],
"properties": {
"url": {
"type": "string",
"format": "uri",
"maxLength": 2048
},
"fallback": {
"type": "boolean",
"default": false
}
}
}
}