![](https://files.d20.io/images/19675115/Y73rIK2xpDTf5qxxnUhTCQ/thumb.jpg?1465092670549)
I know I can run something like: createObj('character', { _id: 'UN33', name: '[NPC]:Rat Swarm' }); and create a character sheet by API script, but I also want to set its token For that I previously uploaded an image for my library, at: " tokens/rat-swarm.png ". I know I could get a reference to that image using browser's debug tool but I intent to do that (create a character sheet and set its token) for too many characters, so, getting the images URL by this method is the last thing I want to resort to. Is there any other way? Like " my.account.lib.base.url/tokens/rat-swarm.png "