POST
/
copywriting
/
{promptId}
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
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

promptId
string
required

Body

application/json

Response

200
application/json

Successful response

The response is of type object.

POST
/
copywriting
/
{promptId}
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
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

promptId
string
required

Body

application/json

Response

200
application/json

Successful response

The response is of type object.