API Reference
Create a new cat
POST
/
api
/
meows
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
name
string
requiredbreed
string
requiredimage
string | null
Image url of the cat. you can also upload a image of a cat see the /add-image api.
personality
enum<string>
requiredAvailable options:
Playful
, Calm
, Bold
, Affectionate
, Energetic
, Gentle
, Curious
, Confident
, Friendly
, Mysterious
Response
201 - application/json
message
string
data
object