Introduction
The Ferndesk API lets you automate documentation workflows and read help center data from your own tools. Start here to create an API key, make your first request, and find the right endpoints in the reference.
You need an API key before you can send requests. Create and manage keys from Developer settings in the Ferndesk app.
Create an API key
Open your account settings and go to Developer settings. Create a new API key, copy it when it appears, and store it in a secure secrets manager. Ferndesk only shows the full key when it is first created.
If you need step-by-step UI instructions, see Manage API keys.
Authenticate requests
Send your API key as a Bearer token in the Authorization header.
curl -H "Authorization: Bearer fdsk_your_api_key" \
https://api.ferndesk.com/articlesReplace the example key with your own key. Keep API keys secret and revoke any key that is exposed or no longer needed.
Make your first request
A simple first step is listing articles or sections so you can confirm your authentication works.
Use the API reference to find request formats, parameters, and response examples for each endpoint.
What you can do with the API
Read help center content such as articles and sections
Create and manage tasks for documentation work
Work with content programmatically from your own systems
What to read next
Open the API reference for endpoint details and examples. If you are setting up credentials first, review Manage API keys.