English
cURL
curl --request POST \ --url https://api.pubrio.com/technologies/categories \ --header 'Content-Type: application/json' \ --header 'pubrio-api-key: <api-key>' \ --data ' { "keyword": "<string>" } '
{ "data": [ { "category_id": 2159464, "slug": "remote-access", "name": "Remote access" }, "..." ] }
A unique API token that represents the actions you perform through the API and the corresponding permissions and operations. You can create it through the Settings section.
Search item by keyword. If you want to get the first few (but not all) items, leave them blank.
Successful response containing technology category details.
Response info depends on specific endpoint.