Skip to main content
POST
/
v1
/
prompts
/
{id}
/
analyze
Launch GEO analysis
curl --request POST \
  --url https://api.example.com/v1/prompts/{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

Prompt ID.

Response

202 - application/json

Default Response

message
string
required