cURL
curl --request POST \ --url https://api.mesinalabs.com/v1/promptings \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "title": "<string>", "content": "<string>", "mesinaCode": "<string>", "priority": "low", "tags": [ "<string>" ] }'
{ "id": "<string>", "title": "<string>", "content": "<string>", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z", "mesinaCode": "<string>" }
Crea un nuevo prompting.
El bearer token es generado por nosotros, y está disponible en tu dashboard
Prompting para añadir a la lista
The body is of type object.
object
Prompting creado exitosamente
The response is of type object.