Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
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 } ] }, "..." ] }
검색 필터에 사용할 수 있는 기술 목록을 조회합니다.
API에서 수행하는 작업 및 해당 권한을 식별하는 고유한 API 토큰입니다. 이 토큰은 설정 섹션에서 생성할 수 있습니다.
키워드를 통해 항목을 검색합니다. 전체 항목이 아니라 상위 몇 개만 가져오려면 비워둘 수 있습니다.
관련 세부 정보가 포함된 성공적인 응답입니다.
응답 정보는 특정 API에 따라 다릅니다.