TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: What API do you wish you had while building your product?

157 点作者 afinemonkey将近 8 年前

42 条评论

onli将近 8 年前
Product information. Things like &quot;The mainboard named XY from producer ABC has the manufacturer sku 1234567, the EAN-13 00123... and the UPC 01234...&quot;. Ideally add to that the custom specs, like &quot;it has that many usb slots and this socket&quot; etc.<p>But I think I miss part of the picture here, there is probably a channel transmitting structured information like this from manufacturers to vendors, I just never found it.
评论 #14731261 未加载
评论 #14731192 未加载
评论 #14731595 未加载
评论 #14731211 未加载
ForrestN将近 8 年前
An API for handling image processing&#x2F;uploading to S3:<p>Use 1: Send a high-res image in any format (like, say, tiff), the original, a web-optimal jpg at full resolution, and any sizes that might be needed in various contexts (thumbnail, inline display at any screen density) are put into the right place in my S3 bucket.<p>Use 2: Using ids or original file names, point the API to an image or array of images, uploaded via Use 1, and give it a set of dimensions&#x2F;conditions, and have it return links to the correct images for me.
评论 #14731391 未加载
评论 #14731401 未加载
评论 #14731374 未加载
评论 #14732531 未加载
评论 #14731503 未加载
评论 #14733632 未加载
评论 #14731471 未加载
评论 #14731412 未加载
tatsuhirosatou将近 8 年前
Reddit&#x2F;HN like forum as an API. I want a forum for my site, using my own templates and integrated into my app, but without having to code the forum myself. What buttercms does for blogs, but for forums.
评论 #14731865 未加载
评论 #14731732 未加载
reitanqild将近 8 年前
A webhook or something that would tell me when a phone number changes owner.<p>I.e.: when we bill someone weekly for something and then the phone number changes owner we want to stop immediately.<p>Same if you send sms-es that you don’t want delivered to anyone but the intended recipient.
评论 #14741214 未加载
andrewfong将近 8 年前
Let me programmatically schedule a task to run at a specific time, just once. E.g. if my user tells me to remind them about something in a day, I want to schedule a task to do that exactly 24 hours from now.<p>I&#x27;m sure this exists already but it&#x27;s hard to find because searching usually points me to a cronjob service. But what I&#x27;m looking for is distinct from a that. I don&#x27;t want to run something every minute or hour or checking if there&#x27;s any work to do. I just want a given task to run as a pre-determined time, scaled to any arbitrary number of tasks.
评论 #14731655 未加载
评论 #14731846 未加载
评论 #14743144 未加载
评论 #14738436 未加载
评论 #14731714 未加载
评论 #14731925 未加载
mtrimpe将近 8 年前
An API where I could point <i>end user</i> video uploads to and have them processed, transcoded and playable on all platforms. One that also works at the RTMP&#x2F;WebRTC layer (i.e. not just an all-in-one JS library with it&#x27;s own idea of a &#x27;good UI&#x27;) and doesn&#x27;t require me to do an API call first to set up the stream for the user (i.e. encode &#x27;upload rights&#x27; using expiring HMAC-signed blobs including restrictions such as maximum length and&#x2F;or file-size to prevent people having me transcode movies for them for free.)
评论 #14768336 未加载
orasis将近 8 年前
I wanted machine learning-based app configuration. So I built it and spun it out as a separate product: <a href="https:&#x2F;&#x2F;improve.ai&#x2F;" rel="nofollow">https:&#x2F;&#x2F;improve.ai&#x2F;</a>
评论 #14738511 未加载
评论 #14731299 未加载
评论 #14731603 未加载
评论 #14731208 未加载
评论 #14731604 未加载
nathanken将近 8 年前
Sometime back I wished I had a light weight CMS that can serve your content and allow you to program sections of your content so that you can make it more dynamic. For example, I can have something like this as the content:<p>The sum of @Var1 and @Var2 is #Sum<p>and then we can program #Sum (we call this an expression) to return the sum of @Var1 and @Var2. Once I pass the values for the variables @Var1 and @Var2 to API, let&#x27;s say 1 and 2 correspondingly. Then the api would return you the content as:<p>The sum of 1 and 2 is 3<p>I couldn&#x27;t find something that could help me with this so I build one. You can visit <a href="https:&#x2F;&#x2F;www.dialoguewise.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.dialoguewise.com&#x2F;</a> in case you have a similar requirement. More on expressions here: <a href="https:&#x2F;&#x2F;docs.dialoguewise.com&#x2F;expressions&#x2F;" rel="nofollow">https:&#x2F;&#x2F;docs.dialoguewise.com&#x2F;expressions&#x2F;</a>
评论 #14740424 未加载
mclifton将近 8 年前
A generic communication API (this might exist). When I want to communicate with my customer, it handles how they receive the message - whether that&#x27;s SMS, Email, IM, slack, etc.
评论 #14748471 未加载
评论 #14733069 未加载
评论 #14731943 未加载
superasn将近 8 年前
An API that returns top 100 relevant web results via Javascript (aka the google ajax api which sadly they discontinued).
评论 #14732378 未加载
erikrothoff将近 8 年前
Subscription billing API that deals with reminders, renewals, e-mails&#x2F;cancellations, etc. Everything related to that. All existing solutions don&#x27;t work well if revenue per user is a &quot;measley&quot; 2 USD per month.
评论 #14731182 未加载
评论 #14731637 未加载
评论 #14732515 未加载
akcreek将近 8 年前
I need an accurate way to count words on a variety of documents, with and without renderable text. Could be an image, pdf, docx, etc. The renderable text isn&#x27;t an issue, but the non has been for me. I&#x27;ve tried several OCR products and none have worked well as we often have something like an image of a hand written document or a low quality scan of an old document. Maybe something with computer vision instead of OCR is the right solution though as I don&#x27;t need to know what the text says, I just need a count of the words or characters for languages that use symbols.
thangalin将近 8 年前
Bret Victor&#x27;s The Future of Programming has intriguing ideas on APIs that are tangentially related to this topic.<p><a href="https:&#x2F;&#x2F;vimeo.com&#x2F;71278954#t=14m" rel="nofollow">https:&#x2F;&#x2F;vimeo.com&#x2F;71278954#t=14m</a>
b3b0p将近 8 年前
Video Games.<p>There are a few, but none provide some important information or have a reliable, complete data set. In particular, box art, UPC codes. From my research the Giant Bomb and Moby Games API&#x27;s seem to be the most complete, but neither have the UPC. The only place I can find that is another API which is rather lacking in completeness and data.
ransom1538将近 8 年前
Easy way to get geo from ip. I hate a lot of the options: downloading binarys or using google&#x27;s that just regulates you.
评论 #14731513 未加载
评论 #14731485 未加载
评论 #14731202 未加载
评论 #14731435 未加载
评论 #14734339 未加载
评论 #14731196 未加载
评论 #14731204 未加载
jtolj将近 8 年前
A cost effective API into whois data that doesn&#x27;t come across as sketchy or fragile.
评论 #14731190 未加载
评论 #14731179 未加载
评论 #14731740 未加载
评论 #14732129 未加载
评论 #14748367 未加载
frenchie4111将近 8 年前
Point of Sale integration API. This exists for Restaurant POS systems: <a href="http:&#x2F;&#x2F;omnivore.io&#x2F;" rel="nofollow">http:&#x2F;&#x2F;omnivore.io&#x2F;</a> but I want one for all POS systems.
seancoleman将近 8 年前
A real estate API for active&#x2F;sold residential and commercial listings.
评论 #14733280 未加载
mkilling将近 8 年前
1. A process engine that can execute a process given as an EPC (ideally with an embeddable gui editor). The app notifies the API of event completions and the API allows you to query the current state of the process.<p>2. An embeddable survey tool like SurveyGizmo, but completely whitelabelable, including the survey editor<p>3. An API for benchmark scores for iOS and Android devices (give me all devices that are as fast or faster than a Samsung Galaxy S6)<p>4. An embeddable private commenting tool (like Disqus, but for the back-office parts of the website)
评论 #14731518 未加载
mistercow将近 8 年前
A postgres API to specify query plans directly, bypassing the planner. I usually know exactly what algorithm makes the most sense, and it&#x27;s not uncommon for the planner to choose something considerably worse, forcing me to break queries up, write them in strange ways, or disable strategies.
AlphaWeaver将近 8 年前
An API providing access to coupons from major retailers in a machine readable format.<p>Edit: Great question by the way!
评论 #14731771 未加载
tarr11将近 8 年前
Natural Language API with a well-defined ontology
评论 #14732029 未加载
koala_man将近 8 年前
A reverse pastebin, where you give it a pastebin URL and it returns the plaintext.
评论 #14731679 未加载
评论 #14731295 未加载
评论 #14731413 未加载
评论 #14731968 未加载
Boxxed将近 8 年前
I wish AWS autoscaling groups had a &quot;recycle every machine&quot; operation.
评论 #14731683 未加载
ben_jones将近 8 年前
An asynchronous API that returns a full review of my codebase by dozens of industry specialists with special attention paid to best practices and idiomatic implementation details.
评论 #14734761 未加载
seanwilson将近 8 年前
Instagram API that didn&#x27;t require approval for basic things like downloading the image for a given Instagram URL. :P They&#x27;ve made it incredibly restrictive now.
评论 #14731473 未加载
评论 #14733847 未加载
tmaly将近 8 年前
a really good directory &#x2F; search for APIs. There is so much out there, it&#x27;s like a needle in a haystack literally
评论 #14773999 未加载
kidproquo将近 8 年前
An easy way to get a webpage&#x27;s image&#x2F;thumbnail. For e.g. get the the main product image from an Amazon URL.
vyrotek将近 8 年前
An affordable API or platform to build live streaming communities such as twitch.tv
urlbox将近 8 年前
Multiple choice question and answer API for an e-learning site, for mini-tests and full exams. Ended up using classmarker, but wasn&#x27;t able to customise it to the look and feel of the rest of the site.
diehell将近 8 年前
API for musical instruments, gear, equipment and its info? If anyone know a good one, please do share.
评论 #14737080 未加载
ieb将近 8 年前
An API that had close to real time feed of all closed captioning for news sites and those who were speaking.
Old_Thrashbarg将近 8 年前
A good affordable https API to determine location from IP address.
flylib将近 8 年前
1) an API around freight shipping<p>2) an API to connect with insurance carriers as a broker
评论 #14732398 未加载
5_minutes将近 8 年前
A dead-easy scraper API
评论 #14731880 未加载
评论 #14733857 未加载
taysic将近 8 年前
A language API- finding synonyms or categories to words
评论 #14732626 未加载
RingoBear将近 8 年前
A LinkedIn API that allows you to get a list of a user&#x27;s contacts. This used to exist until they made it available only to &quot;approved partners&quot; a couple years ago.
ozzmotik将近 8 年前
one that did all the hard work of coming up with a product to build, as that&#x27;s generally the part I fail at :c
sharemywin将近 8 年前
var MarketingCost = 0;<p>var customer = api.getNewCustomer(MarketingCost);<p>var BankAccount = api.Sell(customer);
abootstrapper将近 8 年前
A simple AB testing API.
评论 #14741877 未加载
评论 #14734277 未加载
SirLJ将近 8 年前
unlimited stock market API
jamespitts将近 8 年前
This is probably too general of a question.