Português (BR)
curl --request POST \ --url https://api.conteudo.rdstationmentoria.com.br/rest/copywriting/{promptId} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "data": {}, "kbs": true }'
{ "copyId": "<string>", "completionId": "<string>", "promptId": "<string>", "content": "<string>", "workspaceId": "<string>", "createdAt": 123, "updatedAt": 123 }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful response
The response is of type object.
object