Quick Start
Get your API keys
Your API requests are authenticated using API keys. Any request that doesn't include an API key will return an error.
You can generate an API key from your Dashboard at any time.
Get your User ID
Go to the main menu where you can get your user ID
Make your first request
To make your first request, send an authenticated request to the pets endpoint. This will create a pet
, which is nice.
Get your data
POST
https://judini.ai/v1/me
Creates a new pet.
Request Body
Name
Type
Description
user*
string
User ID
apiKey*
string
Your API Key
Last updated