/projects30 req/minList projects
Return the projects available to the current API key.
{
"data": [],
"next_cursor": null
}AGENTIC MODE
Your agent brings the reasoning. RankWin provides business context, search data, publishing, authority workflows, and performance.
npx skills add rankai/growth-agentQUICK START
Complete the project setup and keep approval-first publishing enabled.
Scope the key to the projects and capabilities the agent needs.
Use the skill in Codex, Claude, Cursor, or another compatible agent.
AUTHENTICATION
Send the project-scoped API key in the Authorization header.
Authorization: Bearer rank_live_••••••••••••
/projects30 req/minReturn the projects available to the current API key.
{
"data": [],
"next_cursor": null
}/projects/:id/context30 req/minRead approved company, product, customer, competitor, voice, and proof context.
{
"data": [],
"next_cursor": null
}/projects/:id/keywords/research30 req/minFind scored keyword opportunities for a project and optional seed topic.
{
"status": "accepted",
"id": "job_01JY8K4",
"message": "Work queued for review."
}/projects/:id/content30 req/minFilter planned, generating, ready, scheduled, published, and improving pages.
{
"data": [],
"next_cursor": null
}/projects/:id/content30 req/minSubmit a topic, keyword, title, source material, and optional schedule.
{
"status": "accepted",
"id": "job_01JY8K4",
"message": "Work queued for review."
}/projects/:id/content/:slug30 req/minRevise content, metadata, publishing status, schedule, or writer notes.
{
"status": "accepted",
"id": "job_01JY8K4",
"message": "Work queued for review."
}/projects/:id/content/:slug/publish30 req/minPublish an approved page through the project’s configured CMS integration.
{
"status": "accepted",
"id": "job_01JY8K4",
"message": "Work queued for review."
}/projects/:id/links30 req/minRead internal-link, exchange, and outreach opportunities with status.
{
"data": [],
"next_cursor": null
}/projects/:id/visibility30 req/minReturn search metrics, AI prompts, mentions, citations, pages, and competitors.
{
"data": [],
"next_cursor": null
}/projects/:id/integrations30 req/minReturn connected CMS, analytics, and publishing destinations.
{
"data": [],
"next_cursor": null
}