Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://api.getmaxim.ai/v1/prompts \ --header 'Content-Type: application/json' \ --header 'x-maxim-api-key: <api-key>' \ --data ' { "workspaceId": "<string>", "name": "<string>", "description": "<string>", "folderId": "<string>" } '
{ "data": { "data": { "id": "<string>", "name": "<string>", "description": "<string>", "workspaceId": "<string>", "accountId": "<string>", "folderId": "<string>", "createdById": "<string>", "createdAt": "<string>", "updatedAt": "<string>", "deletedAt": "<string>", "meta": null } } }
Create a new prompt
API key for authentication
Unique identifier for the workspace
Name of the prompt
Description of the prompt
Unique identifier for the folder
Prompt created successfully
Show child attributes
Was this page helpful?