{"note":"OpenAPI conversion -- returning structured metadata","name":"byautomata-io","description":"Automata Market Intelligence API","version":"1.0.1","base_url":"https://api.byautomata.io/","endpoints":4,"raw":"@lap v0.3\n# Machine-readable API spec. Each @endpoint block is one API call.\n@api Automata Market Intelligence API\n@base https://api.byautomata.io/\n@version 1.0.1\n@auth ApiKey x-api-key in header\n@endpoints 4\n@toc similar(1), search(1), contentpro-similar-text(1), contentpro-search(1)\n\n@group similar\n@endpoint GET /similar\n@desc Send a company website to receive a list of companies related to them.\n@required {link: map # We'll provide information about related companies based on the site you provide. If a LinkedIn page is sent, we will try to identify the company related to the page. Ex. https://api.byautomata.io/similar?link=ibm.com}\n@optional {page: map # Page number of search results. Ex. https://api.byautomata.io/similar?link=ibm.com&page=1}\n@returns(200) A successful operation\n@errors {400: Your request was not valid. Please refer to the API documentation https://api-specs.byautomata.io., 403: Invalid API Key. Please refer to the API documentation https://api-specs.byautomata.io., 501: There was a server error. Please try again later or contact support@byautomata.io}\n\n@endgroup\n\n@group search\n@endpoint GET /search\n@desc Send search terms to receive the most relevant companies along with text snippets.\n@required {terms: map # We provide information about related companies based on the search terms you provide. Separate search terms with commas. Ex. https://api.byautomata.io/search?link=cloud+computing,enterprise,security}\n@optional {page: map # Page number of search results. Ex. https://api.byautomata.io/search?page=0&link=cloud+computing,enterprise,security}\n@returns(200) A successful operation\n@errors {400: Your request was not valid. Please refer to the API documentation https://api-specs.byautomata.io., 403: Invalid API Key. Please refer to the API documentation https://api-specs.byautomata.io., 501: There was a server error. Please try again later or contact support@byautomata.io}\n\n@endgroup\n\n@group contentpro-similar-text\n@endpoint POST /contentpro-similar-text\n@desc The /contentpro-similar-text endpoint accepts and arbitrary piece of text and returns similar articles and blogs written by companies.\n@required {text: str # Any piece of text}\n@returns(200) A successful operation\n@errors {400: Your request was not valid. Please refer to the API documentation https://api-specs.byautomata.io., 403: Invalid API Key. Please refer to the API documentation https://api-specs.byautomata.io., 501: There was a server error. Please try again later or contact support@byautomata.io}\n\n@endgroup\n\n@group contentpro-search\n@endpoint GET /contentpro-search\n@desc Send search terms to receive the most relevant articles and companies.\n@required {terms: map # We provide information about related companies and articles based on the search terms you provide. Separate search terms with commas. Ex. https://api.byautomata.io/contentpro-search?terms=cloud+computing,enterprise,security}\n@returns(200) A successful operation\n@errors {400: Your request was not valid. Please refer to the API documentation https://api-specs.byautomata.io., 403: Invalid API Key. Please refer to the API documentation https://api-specs.byautomata.io., 501: There was a server error. Please try again later or contact support@byautomata.io}\n\n@endgroup\n\n@end\n"}