Prompts/Config
Get Prompt Config
Get prompt configuration
Authorization
x-maxim-api-key
<token>API key for authentication
In: header
Prompt configuration retrieved successfully
Get prompt configuration
x-maxim-api-key
<token>API key for authentication
In: header
curl -X GET "https://api.getmaxim.ai/v1/prompts/config" \
-H "x-maxim-api-key: <token>"
Prompt configuration retrieved successfully
{
"data": {
"id": "string",
"promptId": "string",
"config": {
"property1": null,
"property2": null
},
"createdAt": "string",
"updatedAt": "string"
}
}