Skip to main content
GET
/
projects
/
{projectId}
/
reports
/
{reportId}
curl "https://app.ranked.ai/api/v1/projects/{projectId}/reports/{reportId}" \
  -H "Authorization: Bearer rk_live_your_api_key"

Documentation Index

Fetch the complete documentation index at: https://dev.ranked.ai/llms.txt

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

GET - Get report details

projectId
string
required
Project UUID
reportId
string
required
Report slug ID
curl "https://app.ranked.ai/api/v1/projects/{projectId}/reports/{reportId}" \
  -H "Authorization: Bearer rk_live_your_api_key"

DELETE - Delete a report

Requires a Read + Write API key. Soft-deletes the report link.
curl -X DELETE "https://app.ranked.ai/api/v1/projects/{projectId}/reports/{reportId}" \
  -H "Authorization: Bearer rk_live_your_write_key"