Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
analyzeUrl
curl --request POST \ --url http://localhost:4000/v1/workspaces/{workspaceId}/projects/{projectId}/analyses \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "inputType": "url", "inputPayload": { "url": "https://refy.to/blog/content-audit" }, "mode": "standard" } '
{ "id": "ana_123", "projectId": "prj_123", "inputType": "url", "inputPayload": { "url": "https://refy.to/blog/content-audit" }, "mode": "standard", "status": "completed", "creditsConsumed": 1, "createdAt": "2026-04-28T12:11:00.000Z", "completedAt": "2026-04-28T12:11:07.000Z" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Analise iniciada