API Documentation
Hooks
Workflows
List and Search
GET
/
rest
/
workflows
Copy
curl --request GET \
--url https://copilotz.com/rest/workflows \
--header 'Authorization: Bearer <token>'
Copy
[
{
"name": "Create Instagram Post Ideas from Long-format content",
"description": "Register a new user for Pássaro Marron.",
"instructions": "You'll be provided with transcriptions of long-format content, and provide Instagram Post Ideas while interacting directly with the content producers themselves.",
"steps": []
}
]
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Response
200 - application/json
Successful response
The response is of type object[]
.
Copy
curl --request GET \
--url https://copilotz.com/rest/workflows \
--header 'Authorization: Bearer <token>'
Copy
[
{
"name": "Create Instagram Post Ideas from Long-format content",
"description": "Register a new user for Pássaro Marron.",
"instructions": "You'll be provided with transcriptions of long-format content, and provide Instagram Post Ideas while interacting directly with the content producers themselves.",
"steps": []
}
]
Assistant
Responses are generated using AI and may contain mistakes.