cURL
curl --request GET \ --url https://api.dualship.run/api/v1/documents/{id}/content \ --header 'Authorization: Bearer <token>' \ --header 'X-Workspace-Id: <x-workspace-id>'
{ "content": "Document text content..." }
Get parsed content of a document
Documentation IndexFetch the complete documentation index at: https://docs.dualship.run/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.dualship.run/llms.txt
Use this file to discover all available pages before exploring further.
JWT Bearer token authentication
Workspace ID
Document ID
Document content
Document content response
"Document text content..."
Was this page helpful?