Skip to main content
GET
/
v2
/
workflow
/
get-official-workflow-template
Retrieve an official workflow template
curl --request GET \
  --url https://api.browseract.com/v2/workflow/get-official-workflow-template \
  --header 'Authorization: Bearer <token>'
{
  "recommendDesc": "<string>",
  "detailUrl": "<string>",
  "id": "<string>",
  "name": "<string>",
  "description": "<string>",
  "create_at": "2023-11-07T05:31:56Z",
  "publish_at": "2023-11-07T05:31:56Z",
  "input_parameters": [
    {
      "name": "keyword",
      "default_enabled": true
    }
  ]
}

Authorizations

Authorization
string
header
required

Send your API key in the Authorization header as Bearer <API_KEY>.

Query Parameters

workflow_template_id
string
required

Workflow template ID.

Response

OK

Official workflow template configuration.

recommendDesc
string
required

Short recommended use case description

detailUrl
string
required

Public detail URL for the template

id
string

Workflow Template ID

name
string

Template name

description
string

Template description

create_at
string<date-time>

Template creation time

publish_at
string<date-time>

Template publish time

input_parameters
object[]

Input parameters required to run this template.