MagickMind

Prepare a persona for use (warm caches and resources)

POST
/v1/persona/{id}/prepare

Authorization

BearerAuth
AuthorizationBearer <token>

MagickMind API key (mm_...) or user JWT, sent as Authorization: Bearer <token>. /v1/chat/completions accepts an API key only. JWTs (not mm_ keys) may alternatively be passed as a ?token= query parameter.

In: header

Path Parameters

id*string

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

curl -X POST "https://example.com/v1/persona/string/prepare" \  -H "Content-Type: application/json" \  -d '{}'
{  "system_prompt": "string"}