Skip to main content
POST
https://api.rankspot.ai
/
v1
/
topics
/
{id}
/
generate
Generate an article for a topic
curl --request POST \
  --url https://api.rankspot.ai/v1/topics/{id}/generate \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Response

success
boolean
required
Example:

true