cURL
curl --request POST \ --url https://app.docs.bynesoft.com/api/ask/templates \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data '{ "template": "<string>", "name": "<string>", "type": "llm" }'
{ "id": "<string>", "name": "<string>", "dateCreated": "<string>" }
This endpoint creates template.
Successful Response
The response is of type object.
object