Title Gen

The following endpoint can be used to generate random song, book, or startup titles:

titlegen.us-east-1.elasticbeanstalk.com/api/v1/titlegen
Param Required Description
no false number of titles generated. An empty param will return one title. A max of 15 titles can be queried at a time.
type true type of generated title: song, book, or startup.

The format for the returned JSON response is as follows:

{ "error": Boolean, "data": Array of Generated Titles, "type": String, "message": String }