Analyse Prompt

Analyse raw prompt text end-to-end.

Unlike /analyse (which can take a pre-computed wv), this endpoint always
profiles the prompt with the LLM: it calls HuggingFaceLlamaClient.generate
to produce the weight-vector traces, which then flow through the normal
similarity preprocessing, SOM inference and ensemble. Requires the LLM to be
loaded server-side (PROFILER_LOAD_LLM=1).

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string
required

License key required to authorise the request.

string
required

The prompt text to analyse.

string

System prompt used during profiling.

number
Defaults to 4

Ensemble confidence sharpness.

Optional gateway SOM technique for this request (cc / dtw / frechet / ssd), overriding the server default in config/gateway.json. Omit to use the configured default; an unavailable technique is rejected with 400.

Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json