Skip to main content
GET
/
v1
/
prompts
/
{id}
Get prompt details
curl --request GET \
  --url https://api.example.com/v1/prompts/{id} \
  --header 'Authorization: Bearer <token>'
{
  "analysisStatus": "queued",
  "id": "<string>",
  "lastAnalyzedAt": "<string>",
  "prompt": "<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

200 - application/json

Default Response

analysisStatus
enum<string> | null
required

Status of the GEO analysis.

Available options:
queued,
pending,
success,
failed
id
string
required

Unique identifier of the prompt.

lastAnalyzedAt
string | null
required

Last analysis date (ISO 8601).

prompt
string
required

Prompt text.