Skip to main content

Documentation Index

Fetch the complete documentation index at: https://writechoice-8439b44d-mintlify-78019799.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

The TaskFlow API uses Bearer token authentication. Every request must include a valid API key in the Authorization header.

Your API Key

tf-live-4a8f2c1e9b3d7e6a

How to authenticate

Authorization: Bearer tf-live-4a8f2c1e9b3d7e6a

Example request

curl -X GET "https://test-writechoice.onrender.com/projects/YOUR_PROJECT_ID/tasks" \
  -H "Authorization: Bearer tf-live-4a8f2c1e9b3d7e6a"

Authentication errors

{
  "error": "Unauthorized",
  "message": "Missing or invalid API key. Provide a valid key in the Authorization header as: Bearer <api_key>"
}
Never share your API key publicly or commit it to version control.