top of page
Search
  • Writer's pictureAmancio Bouza

The API is dead, long live the VPI!

How to not make APIs successful? By limiting APIs to expose interfaces to applications. Yes, you heard it right. Let's forget for one moment what the acronym API stands for. It's not about a programming interface of an application, no it's not. Actually, an API is an interface to a value proposition! Period.


If I learned one lesson as technical lead of the API program of Swisscom, the biggest Swiss telco provider, and as lean startup practitioner, then it's this: The API is dead, long live the VPI! VPI stands for Value Proposition Interface.


Ultimately, the API is only about the interface to the value proposition, not to the application.

The API is the interface to the value proposition, not to the application. APIDays Zurich.
The API is the interface to the value proposition, not to the application. APIDays Zurich.

From Inside-Out to Outside-In


Let me share a real story. Some of my colleagues developed a technically sound Customers API. You guess right: the Customers API provides information about customers of the Swiss telco provider. It offers full names, addresses, and subscription info.


But honestly, how many companies might be interested to know who are the customers of a Swiss telco and why should they care about their mobile subscriptions? To summarize, the Customers API has not much value for other companies.


My team followed a different approach. We didn’t expose the telco’s customer relationship management (CRM) application via API. We applied the lean startup methodology and looked for relevant problems. And we found one: Digital Customer Onboarding. We found that many companies struggle with converting Online visitors into customers.


We discovered one common theme. The registration process for the digital customer’s onboarding included either verifying IDs, phone numbers, or postal addresses. To this goal, companies asked Online visitors to scan their IDs and upload them. They would manually verify these IDs, somehow. Or, they letters containing a secret code, by post, to the people at home. Afterward, people were asked to enter this secret code again on a Web site to verify their address and complete their registration, days later.


Guess what. Such a registration process is too cumbersome and makes the Online visitor drop out from the registration process before completing it. As a result, Online visitors don’t convert to customers, i.e., the conversion rate is poor.


The Identity API product team. From left to right: Andrea Zulian, Amancio Bouza, Kay Lummitsch.
The Identity API product team. From left to right: Andrea Zulian, Amancio Bouza, Kay Lummitsch.

It’s About the Interface to the Value Proposition


Instead of a Customers API, we developed an API that merely verifies the customer info taken from the Web registration form by matching it with the customer info we’ve got in the telco databases. In short:


  • Problem: low conversion rate of digital customer on-boarding because of the complicated and cumbersome registration process.

  • Value proposition: simple and fast verification of the identity or the personal info.

  • Solution: an API to verify the identity of a person aka Identity Verification API.


Now, think about how much value such an Identity Verification API provides if compared to a Customers API, which provides just info about a telco’s customer base? Please note that both APIs rely on the same data set. One API, however, is a great success because it has a value proposition built-in.


I realized one thing. Successful APIs regarding commercial success and reusability have to meet the criteria of a VPI (Value Proposition Interface).


A VPI is an interface to exploit a value proposition.

Having this mindset, you’ll be able to create relevant APIs that are commercially successful, are reused, and provide value.

Post: Blog2_Post
bottom of page