- Intro
- Community Libraries
- Permissions Values
- Reference
- Webhooks
- Chat
- List Items
- Users
- Teams
- Members
- Channels
- Webhooks
- Guilded Meta
- Tournaments
- Websocket
Get Embed for URL
GET
/content/embed_info
chat
Request
Query Params
url
string <uri>
required
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://www.guilded.gg/api/content/embed_info?url'
Responses
🟢200OK
application/json
Body
A special embed shown when a link must be unfurled
ogTitle
string
optional
og:title
)ogDescription
string
optional
og:description
)ogSiteName
string
optional
og:site_name
)ogUrl
string
optional
ogImage
object
optional
og:image
despite the property name, although it takes priority if presenturl
string
optional
siteType
enum<string>
read-onlyoptional
Allowed values:
facebookgithubguildedreddittwitchtwittervimeoyoutube
Example
{
"ogTitle": "string",
"ogDescription": "string",
"ogSiteName": "string",
"ogUrl": "string",
"ogImage": {
"url": "string"
},
"siteType": "facebook"
}
Modified at 2024-06-10 14:16:22