메인 콘텐츠로 건너뛰기
항목을 찾을 수 없습니다.
dropboxsign 로고
Dropbox Sign을 사용해야 하는 이유
아코디언 메뉴 펼치기/접기

포함된 기능

온라인에서 문서 서명
전자 서명 만들기
템플릿 선택 또는 생성
PDF를 작성하고 서명하기
온라인 계약 체결하기
문서 관리
기능 살펴보기
오른쪽 방향 화살표 아이콘

이용 사례

영업 및 비즈니스 개발
인사
스타트업
재무 기술
부동산
온디맨드 서비스
제품
아코디언 메뉴 펼치기/접기
Dropbox 아이콘
Sign
간편한 문서 전송과 서명
Dropbox 아이콘
Sign API
워크플로에 전자 서명 통합
dropbox fax 아이콘
Fax
팩스 없는 팩스 전송
dropbox 통합 아이콘
연동
여러분이 일하는 곳이라면 어디서든 구현 가능한 Dropbox Sign
관련 자료
아코디언 메뉴 펼치기/접기
블로그
워크플로 전문 지식과 제품 소식
고객 이용 후기
실제 성과를 엿볼 수 있는 실제 스토리
도움말 센터
Dropbox Sign 제품 심층 설명
자료 라이브러리
보고서, 동영상, 정보 안내서
개발자
요금
아코디언 메뉴 펼치기/접기
Dropbox Sign 요금제
가장 적합한 요금제 찾기
Dropbox Sign API 요금제
실제 성과를 엿볼 수 있는 실제 스토리
영업팀에 문의
가입
영업팀에 문의
로그인
아코디언 메뉴 펼치기/접기
Dropbox Sign
Dropbox Forms
Dropbox Fax
무료 평가판
블로그
/
개발자

What's an API? (And Why Does It Matter?)

by 
Claire Murdough
February 15, 2017
7
분 소요
What's an API? (And Why Does It Matter?)
툴팁 아이콘

새로운 이름, 변함없이 강력한 성능! HelloSign이 Dropbox Sign으로 새롭게 탄생했습니다.

닫기 아이콘

To a developer, “What’s an API?” might be a straightforward – if not exactly simple – question. But to anyone who doesn’t have experience with code, APIs can come across as confusing or downright intimidating. 

‍

In this post we’ll cover the basic definition of an API, look at how APIs are liberating companies, and go over practical applications of APIs. 

‍

The language is geared towards a non-technical audience so you don’t have to worry about navigating code snippets. That said, technical readers might find this a valuable resource to point to when faced with the task of explaining APIs to non-technical counterparts. 

‍

Ready? Let’s hop to it!

‍

What’s an API?

‍

API stands for “Application Programming Interface.” APIs give individuals and companies the power to add functionality to a website, application, platform, or software without having to actually write the code. 

‍

This is accomplished by integrating the API code into a company's existing code.We encounter APIs all the time. If you’ve ever bought something from an online retailer, for example, then you’ve almost certainly interacted with an API. Most online retailers process payments using APIs from Stripe or PayPal. 

‍

Other APIs you’ve likely run into include the Google Maps API on sites like Yelp, and the “Sign in with Facebook” API which allows you to log in to a website using your Facebook credentials. 

‍

Here’s an example of what the Google Maps API looks like in action: 

‍

‍

Yelp didn’t build or code this map. They integrated the Google Maps API instead.

‍

‍

And here's an example of the "sign in with Facebook" API in action:

‍

‍

API integrations don’t necessarily have to be outward facing (as in the examples above). APIs can also be used as internal business tools. Some companies use APIs to automatically print shipping labels, schedule calendar events, fill out HR paperwork online, etc.

‍

Why APIs Matter

‍

APIs have changed the way companies build their products and platforms by giving them the power to add specialized functionality without having to develop the functionality themselves. This is huge! It's especially liberating for companies that have tight engineering resources or want to allocate their development time elsewhere. 

‍

Some companies use APIs act as building blocks for their product or service. Lyft, for example, uses the Stripe API to handle payments, the Twilio API to send text messages to riders, and your phone’s geolocation API to locate you for a ride. Lyft stitched those APIs into the fabric of their platform, essentially creating the service we’re all familiar with today. 

‍

Other companies use APIs to elevate the value of their product or platform. 

‍

The real estate investment platform Brokermint integrated Dropbox Sign’s eSignature API early in their development. Brokermint knew their customer's were eager for a way to sign documents directly on the Brokermint platform. The addition of embedded electronic signing resulted in a 23% increase in their sales conversion rate. Not only did the new functionality make current users happy, it allowed Brokermint to position themselves as a more valuable solution to future customers. 

‍

Other reasons companies use APIs:

‍

  • Resource savings. Companies that choose to integrate APIs benefit by saving time and engineering hours that would have been required to build the same functionality. A Dropbox Sign API integration, for example, carries an average integration time of 2.5 days. Compare that to the months (and years) of development and security resources it would take to create and maintain the eSignature solution independently.
  • Specialization. Companies that use APIs are better able to focus on evolving their bread and butter offerings, while leaving the non-core stuff to companies that were built to focus on those things.
  • Compliance management. APIs that deal with sensitive information (like Stripe’s payment processing or Dropbox Sign’s eSignatures) come equipped with the proper compliance(s) to protect data. This is a huge plus for companies that require safe and secure transactions. FinTech companies, for instance, will often use compliant APIs so that they don’t have to go through the compliance process (which is time-consuming, costly, and risky).
  • Innovation. APIs are created by entire teams that are dedicated to making the API the best it can be. Companies that embed APIs can really benefit from this continual improvement. Check out Dropbox Sign’s list of 2016 API improvements to get a sense of the evolution of an API.
  • Maintenance. If something wonky happens with an API, dedicated teams will launch into “fix” mode so the API customer doesn’t have to. API teams are also there to ensure maximum “uptime” of the API's functionality, which is critical for businesses to function properly.

‍

What Makes a Great API

‍

As with any other product, there are great APIs and there are not so great APIs. Here are a few signs of a great API:

‍

  • Excellent documentation. If “documentation” means nothing to you, rest assured that it means something to your developer. Documentation is basically the manual for an API. Clean documentation is straightforward, consistent, and has great code examples. That means it’s easy to read, easy to interpret, and easy to integrate.
  • Adaptability. Customization is key if you have a specific vision for how you want to use an API in your product or platform. APIs are used to improve your product, but you don’t want your product to look or feel like a Frankenstein monster. Customization features like white labeling allow you to keep your product experience consistent.
  • Opportunities to test. You wouldn’t buy a car without testing how it drove, would you? Same goes for APIs. It’s super helpful to have testing tools available so your engineers can get a feel for the product and experiment with the code. Tools might include a free test mode, testing sandbox environments, and an API dashboard.
  • Support for developers. Imagine if you had a question about a product, but didn’t have access to a support team that could answer your question. It’d be incredibly frustrating! The same feelings apply to developers. Not having support is frustrating. Easy access to great developer-specific support, on the other hand, makes a huge difference.
  • SDKs in multiple languages. The more SDKs, the higher likelihood the API will speak the same language your company programs in. This will make it easier and faster to get a working integration. The Dropbox Sign API has SDKs in 6 major languages, such as C#, PHP, and Python. You can check out the list here.

‍

Real Examples of API Integrations

‍

API integrations take all shapes and sizes. That’s part of their power and appeal! If you can dream an API integration, it's likely possible. 

‍

Let's look at a few real Dropbox Sign API integrations as examples: 

‍

lienwaivers.io

‍

‍

Customers of lienwaivers.io use the Dropbox Sign API to sign lien waivers right from the lienwaivers.io dashboard. This was a huge win for the company and customer alike! Adding embedded signatures to their platform resulted in 79% improvement for document turnaround time – from 12.4 days to 2.6 days. 

‍

More details here. 

‍

Loftsmart

‍

‍

Here’s another example of an eSignature API integration, this time with rental platform LoftSmart. LoftSmart used the Dropbox Sign API to embed rental agreement management into their platform. 

‍

When a rental paperwork flow is triggered, an iFrame pops up with the rental agreement. Tenants and property managers have the opportunity to fill everything in right then and there, without having to navigate to another website or print and scan documents. 

‍

More details here. 

‍

JobAdder

‍

‍

Last example! 

‍

JobAdder is a recruitment management platform that integrated the Dropbox Sign API to make recruiting totally seamless. They used the Dropbox Sign API to integrate embedded templates into their platforms. That means their users (recruiters) can create and save reusable document templates for their unique recruiting paperwork. Keep in mind, they can now do this all within the JobAdder. 

‍

JobAdder also used text tags in their integration. Text tags allow their users to auto-populate hiring documents (like offer letters) using data saved in the JobAdder database. This basically automates the paperwork portion of recruiting. 

‍

More details here. 

‍

The three examples above are just the beginning. You can design an eSignature API integration in a million and one different ways. Some companies build a sales contract signing flow into a CRM, others might build a W-9 signing flow into an HR platform or stitch together investment form workflows into a FinTech service. The list goes on and on.

‍

Is an API Right for You?

‍

APIs allow companies to achieve things that weren’t possible before. An API is 100% worth investigating if you’re looking for:

‍

  • Short-term savings. APIs save dev time and are cheaper than building your own solution.
  • Long-term savings. APIs come equipped with maintenance/compliance/etc. This makes them cheaper in the long run.
  • Focus. APIs can take care of critical but non-core functions of your company, allowing you to focus on what your company does best.

‍

Questions?

‍

We've covered a lot of ground and we hope this cleared up a lot of your questions about APIs! If you’re curious about how to set up an API at your company, we’re here for you. Explore the API or send our documentation to your developer so they can explore.

‍

Additional Resources

‍

APIs for Humans: The Rise of Developer Experience

10 Mistakes to Avoid When Building Your API

3 Questions to Answer When Integrating the Dropbox Sign API

6 Steps For Getting Started With the Dropbox Sign API

진행 상태 확인

모두 완료되었습니다! 받은 편지함을 확인하세요.

Thank you!
Thank you for subscribing!

Lorem ipsum

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse varius enim in eros elementum tristique. Duis cursus, mi quis viverra ornare, eros dolor interdum nulla, ut commodo diam libero vitae erat. Aenean faucibus nibh et justo cursus id rutrum lorem imperdiet. Nunc ut sem vitae risus tristique posuere.

Lorem ipsum
오른쪽 방향 화살표 아이콘
닫기 아이콘

Up next:

현대 디지털 서명 솔루션을 나타내는 수기 서명의 클로즈업 일러스트레이션.
개발자
15개
분 소요

Dropbox Sign과 Ruby on Rails 통합: 단계별 튜토리얼

현대 디지털 서명 솔루션을 나타내는 수기 서명의 클로즈업 일러스트레이션.
개발자
15개
분 소요

Dropbox Sign vs. SignNow for developers

Video

PHP를 사용한 삽입된 서명

제품
Dropbox SignDropbox Sign APIDropbox Fax연동
Dropbox Sign이어야 하는 이유
전자 서명문서에 서명PDF 작성과 서명온라인 계약전자 서명 만들기서명 편집기Word 문서 서명
지원
도움말 센터영업팀에 문의지원팀에 연락쿠키 관리시작하기: Dropbox Sign시작하기: Dropbox Sign API
관련 자료
블로그고객 이용 후기자료 센터합법성 지침신뢰 센터
파트너
전략적 파트너파트너 찾기
회사
함께 일하기이용 약관개인정보 보호
Facebook 아이콘Youtube 아이콘

사용 가능한 결제 수단

Mastercard 로고Visa 로고American Express 로고Discover 로고
CPA 컴플라이언스 배지HIPAA 컴플라이언스 배지Sky High Enterprise Ready 배지ISO 9001 인증 배지

Dropbox Sign 전자 서명은 미국, 유럽연합, 영국을 비롯해 전 세계 많은 국가에서 법적 구속력을 발휘합니다.
더 자세한 정보는 이용 약관과 개인정보처리방침에서 확인할 수 있습니다.