curl --request POST \
--url https://api.pubrio.com/technologies \
--header 'Content-Type: application/json' \
--header 'pubrio-api-key: <api-key>' \
--data '
{
"keyword": "<string>"
}
'{
"data": [
{
"icon": "Cart-generic.svg",
"name": "Cart Functionality",
"tag_id": 6630,
"website": "https://www.shopify.com/blog/shopping-cart",
"logo_url": "https://buckets.pubrio.com/technology-logo/NjYzMGIyOXNtYjhheGNhcnQtZnVuY3Rpb25hbGl0eQ==.jpg",
"categories": [
{
"name": "Ecommerce",
"category_id": 26
},
{
"name": "Programming languages",
"category_id": 707847256
}
]
},
"..."
]
}curl --request POST \
--url https://api.pubrio.com/technologies \
--header 'Content-Type: application/json' \
--header 'pubrio-api-key: <api-key>' \
--data '
{
"keyword": "<string>"
}
'{
"data": [
{
"icon": "Cart-generic.svg",
"name": "Cart Functionality",
"tag_id": 6630,
"website": "https://www.shopify.com/blog/shopping-cart",
"logo_url": "https://buckets.pubrio.com/technology-logo/NjYzMGIyOXNtYjhheGNhcnQtZnVuY3Rpb25hbGl0eQ==.jpg",
"categories": [
{
"name": "Ecommerce",
"category_id": 26
},
{
"name": "Programming languages",
"category_id": 707847256
}
]
},
"..."
]
}