GET
/
copywriting
/
{promptId}
curl --request GET \
  --url https://api.conteudo.rdstationmentoria.com.br/rest/copywriting/{promptId} \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "copyId": "<string>",
      "completionId": "<string>",
      "promptId": "<string>",
      "content": "<string>",
      "workspaceId": "<string>",
      "createdAt": 123,
      "updatedAt": 123
    }
  ],
  "cursor": "<string>"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

promptId
string
required

Query Parameters

limit
number
default:20
Required range: 1 <= x <= 50
cursor
string
all
boolean

Response

200
application/json

Successful response

The response is of type object.

GET
/
copywriting
/
{promptId}
curl --request GET \
  --url https://api.conteudo.rdstationmentoria.com.br/rest/copywriting/{promptId} \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "copyId": "<string>",
      "completionId": "<string>",
      "promptId": "<string>",
      "content": "<string>",
      "workspaceId": "<string>",
      "createdAt": 123,
      "updatedAt": 123
    }
  ],
  "cursor": "<string>"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

promptId
string
required

Query Parameters

limit
number
default:20
Required range: 1 <= x <= 50
cursor
string
all
boolean

Response

200
application/json

Successful response

The response is of type object.