Prerequisites
- A SimpleDocs account with API credentials (
client_idandclient_secret) - At least one published workflow in your company
curl(or any HTTP client)
1. Get an access token
access_token from the response — you’ll use it in every subsequent call.
2. List your workflows
Fetch the available workflows to find the one you want to create a request for:id — you’ll need it in the next steps.
3. Get the workflow schema
Before creating a request, check which fields and variables the workflow requires:4. Create a request
Now submit a request using the required fields and variables from the schema:5. Check the request status
Poll the request to track its progress:Next steps
- Upload documents — See the Repository Documents reference.
- Set up webhooks — Get notified when a request is fully executed. See the Webhooks guide.
- Explore the full API — Browse all endpoints in the API Reference.