send Discord msg with image Copy
POST https://discord.com/api/webhooks/{{discord_webhook_id}}
Request Body
{"content"=>"{{prompt}}", "embeds"=>[{"image"=>{"url"=>"{{imgUrl}}"}}]}
HEADERS
| Key | Datatype | Required | Description |
|---|---|---|---|
Content-Type | string |
POST https://discord.com/api/webhooks/{{discord_webhook_id}}
{"content"=>"{{prompt}}", "embeds"=>[{"image"=>{"url"=>"{{imgUrl}}"}}]}
| Key | Datatype | Required | Description |
|---|---|---|---|
Content-Type | string |