Skip to main content
POST
/
v1
/
keywords
/
{id}
/
analyze
Launch SEO analysis
curl --request POST \
  --url https://api.example.com/v1/keywords/{id}/analyze \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://developers.semji.com/llms.txt

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

Authorizations

Authorization
string
header
required

API key starting with sk_. Generate one in Settings > API Keys.

Path Parameters

id
string
required

Keyword ID.

Response

202 - application/json

Default Response

message
string
required