POST
/
workflows
/
{workflow_slug}
/
execute
curl --request POST \
  --url https://tinq.ai/api/v2/workflows/{workflow_slug}/execute \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "input": {
    "url": "https://www.boulama.com/blog/posts/the-power-of-habit:-what-i-learned-why-you-should-read-it.html"
  },
  "async": false
}'
"<any>"

Authorizations

Authorization
string
header
required

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

Headers

Content-Type
string
Accept
string

Path Parameters

workflow_slug
string
required

Body

application/json · object

The body is of type object.

Response

200 - application/json
Successful response

The response is of type any.