Skip to content

oscarspalk/ImageGenerationAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ImageGenerationAPI

This is a simple API built with Spring, yet it can be useful, and I am planning on extending its features in the future. I myself use this for my Discord bot.
You are welcome to clone this, and host your own and add features. But you can access an online version of it at: https://image-generation-api.herokuapp.com/

/drawS Endpoint

Parameters:

  • string required
  • xSize optional, defaults to 100
  • ySize optional, defaults to 100
  • fontSize optional, defaults to 16
  • fontColor optional, defaults to ffffff (only hex without hashtag)
  • backgroundColor optional, defaults to 000000 (only hex without hashtag)
  • xPosition optional, defaults to 0
  • yPosition optional, defaults to 0
  • centered optional, defaults to false

Example

About

API returning images generated based on your input.

Topics

Resources

Stars

Watchers

Forks