Settings
Access Token
Configuring Access Token
How to Use
-
Get the Access Token:
- Copy the token displayed in the panel.
-
Test the API:
- Use the provided cURL command or a tool like Postman to test the endpoint.
- Replace
<access_token>
with the actual token provided in the panel.
-
Modify the Payload:
- Adjust the JSON payload (
content
andtype
) as needed to test different inputs.
- Adjust the JSON payload (
-
Check the API Documentation:
- Visit
http://YOUR_DOMAIN:1111/api-doc
to learn more about other available endpoints and parameters.
- Visit