Documentation Index
Fetch the complete documentation index at: https://pleo-preview.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Using API Keys in Curl
Specify the API key in the-u or --user flag. The password is an empty string.
Here is an example:
Using API Keys in a Graphical User Inteface (GUI) Tool
Here, we are using Postman for reference:- In the
Authorizationheader of the request, select Basic Auth as the Auth Type. - In the
Username, enter the API key. - In the
Password, do not enter any value.
