Responds with the list of blocks available for workflows
curl --request GET \
--url https://api.pixxel.space/v0/blocks/workflows \
--header 'Authorization: <api-key>'
{
"blocks": [
{
"id": "<string>",
"block_status": "<string>",
"spec": {
"kind": "<string>",
"status": 123,
"inputs": [
123
],
"outputs": [
123
],
"catalog_content_url": "<string>",
"price": [
123
],
"info": {
"name": "<string>",
"intro": "<string>",
"input": "<string>",
"output": "<string>",
"downloadable_files": "<string>"
},
"supported_collections_id": [
"<string>"
],
"type": "<string>",
"tags": [
"<string>"
],
"description": "<string>",
"id": "<string>",
"version_id": "<string>",
"name": "<string>",
"title": "<string>",
"version": "<string>"
},
"created_at": "<string>",
"err": "<string>"
}
]
}
OK
The response is of type object
.
curl --request GET \
--url https://api.pixxel.space/v0/blocks/workflows \
--header 'Authorization: <api-key>'
{
"blocks": [
{
"id": "<string>",
"block_status": "<string>",
"spec": {
"kind": "<string>",
"status": 123,
"inputs": [
123
],
"outputs": [
123
],
"catalog_content_url": "<string>",
"price": [
123
],
"info": {
"name": "<string>",
"intro": "<string>",
"input": "<string>",
"output": "<string>",
"downloadable_files": "<string>"
},
"supported_collections_id": [
"<string>"
],
"type": "<string>",
"tags": [
"<string>"
],
"description": "<string>",
"id": "<string>",
"version_id": "<string>",
"name": "<string>",
"title": "<string>",
"version": "<string>"
},
"created_at": "<string>",
"err": "<string>"
}
]
}