POST
/
assistant
curl --request POST \
  --url https://tinq.ai/api/v2/assistant \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "language": "english",
  "tone": "encouraging",
  "tool": "tweet",
  "number": "4",
  "details": "how to be rich"
}'
"<any>"

Authorizations

Authorization
string
header
required

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

Headers

Accept-Charset
string
Content-Type
string
Accept
string

Body

application/json · object

The body is of type object.

Response

200 - application/json
Successful response

The response is of type any.