cURL
curl --request GET \ --url https://api.getmaxim.ai/v1/prompts/config \ --header 'x-maxim-api-key: <api-key>'
{ "data": { "id": "<string>", "promptId": "<string>", "config": {}, "createdAt": "<string>", "updatedAt": "<string>" } }
Get prompt configuration
API key for authentication
Prompt configuration retrieved successfully
The response is of type object.
object
Was this page helpful?