Coming Soon

Webtap API

The Webtap API is currently not available. In the meantime, you can signup for our beta to get early access.

 

 

//
//    const response = await axios.post('https://webtap.ai/api', {
    headers: { 'x-api-key': 'YOUR_API_KEY' },
    data: {
      maxResearchDepth: max_number_of_urls_to_visit,
      query: 'Recent Show HN launches on news.ycombinator.com',
      url: url_to_start_on,
    }
  });//