API authentication
Authenticate Cloud and self-hosted Presenton API requests.
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Authenticate Cloud and self-hosted Presenton API requests.
Authorization: Bearer YOUR_API_TOKEN
curl --request GET \
--url http://localhost:5001/api/v1/ppt/presentation/all \
--user "$PRESENTON_USERNAME:$PRESENTON_PASSWORD"
Was this page helpful?