Quickstart
To get started with the Playbooks API, you can simply copy / paste the following command in your terminal. This should return a 200 response as shown.
Request
Basic Request
curl --location "https://api.playbooks.ai"Response
Response
{
"status": 200,
"data": {
"message": "All systems are ready."
}
}