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
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>"
}
}Was this page helpful?