This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
My Characters
My Campaigns
My Encounters
My Homebrew Collection
My Homebrew Creations
My Dice
Homebrew
Classes
Backgrounds
Species
Feats
Spells
Equipment
Magic Items
Monsters
Character Builder
Sigil 3D VTT
Maps VTT
Encounters
Mobile App
Avrae Discord Bot
Community Update
Twitch
Youtube
Changelog
I would like to make a table for a spell sidebar. And have buttons that perform the POST to https://www.dndbeyond.com/api/character/equipment/charge/set with the payload associated with the appropriate cost.
I tried putting the following in a cell listed as 4C. somehow the form tag is escaped when I go to the character sheet. haha it's probably also a terrible idea to hard code some of that info in there. Any plans to support the use of API?
<form action="https://www.dndbeyond.com/api/character/equipment/charge/set" method="post"> <div style="display: none;"> <input name="characterId" value="8901712"> <input name="charges" value="4"> <input name="csrfToken" value="#################"> <input name="id" value="########"> <input name="username" value="BingoBob"> </div> <button>4C</button> </form>
Hi there BingoBob,
Public Development API is on the D&D Beyond Feature Roadmap.
Pun-loving nerd | Faith Elisabeth Lilley | She/Her/Hers | Profile art by Becca GolinsIf you need help with homebrew, please post on the homebrew forums, where multiple staff and moderators can read your post and help you!"We got this, no problem! I'll take the twenty on the left - you guys handle the one on the right!"🔊
I would like to make a table for a spell sidebar. And have buttons that perform the POST to https://www.dndbeyond.com/api/character/equipment/charge/set with the payload associated with the appropriate cost.
I tried putting the following in a cell listed as 4C. somehow the form tag is escaped when I go to the character sheet. haha it's probably also a terrible idea to hard code some of that info in there. Any plans to support the use of API?
Hi there BingoBob,
Public Development API is on the D&D Beyond Feature Roadmap.
Pun-loving nerd | Faith Elisabeth Lilley | She/Her/Hers | Profile art by Becca Golins
If you need help with homebrew, please post on the homebrew forums, where multiple staff and moderators can read your post and help you!
"We got this, no problem! I'll take the twenty on the left - you guys handle the one on the right!"🔊