SlideShare uma empresa Scribd logo
1 de 33
© 2014 AT&T Intellectual Property. All rights reserved. AT&T and the AT&T logo are trademarks of AT&T Intellectual Property.1
AT&T API Platform
AT&T Developer Program
© 2014 AT&T Intellectual Property. All rights reserved. AT&T and the AT&T logo are trademarks of AT&T Intellectual Property.2
Communications
Newsletter
Email
Blog
Social Media
Contests & Events
Developer Summit
Super Mobility Week
Mobile App Hackathons
Contests
Fun Events
Online
API Platform
AT&T Application Resource
Optimizer (ARO)
Development Resources
Device Specs
SDKs & Tools
Community & Support
Forums
Webcasts
Live Chat
Technical Support
Innovation & AT&T API’s
© 2014 AT&T Intellectual Property. All rights reserved. AT&T and the AT&T logo are trademarks of AT&T Intellectual Property.3
APIs are the underlying enabler to
increase the pace of innovation at AT&T
The API program removes
organizational, functional, and technical
barriers to accessing AT&T’s network
and information assets
This makes the network an intrinsic part
of an innovation ecosystem and gives
AT&T an opportunity for new
monetization by serving consumers and
business customers
“APIs simplify things architecturally and
create a better story and capabilities for
the developers by having a common
taxonomy,” says Jacob Feinstein,
executive director of new technology.*
* Articles Available At: http://www.forbes.com/sites/danwoods/2012/06/21/how-att-adopted-apis-as-an-innovation-paradigm/
http://www.pwc.com/us/en/technology-forecast/2012/issue2/interviews/interview-att-api-driver-speed.jhtml
AT&T API Platform
developer.att.com/API
© 2014 AT&T Intellectual Property. All rights reserved. AT&T and the AT&T logo are trademarks of AT&T Intellectual Property.4
The API Platform exposes core capabilities
through RESTful public APIs
Reduces friction for a thriving ecosystem of
developers and innovators participating in a
two-tier program:
• Basic Access – FREE
– Use of most popular API’s including Speech
& In-App Messaging in a sandbox
environment
– Registration of up to three new apps for
testing
• Premium Access - $99 Annually
– Access to all apps and up to 1 Million API
calls per month, per organization. After
1,000,000 API calls a month, pay at the rate
of only a penny per call
Join now. Visit: developer.att.com
API Platform Catalog
• Advertising
• Speech
• In-App Messaging
• Address Book
• Device Capabilities
AT&T API Platform
How it works - Workflow
© 2014 AT&T Intellectual Property. All rights reserved. AT&T and the AT&T logo are trademarks of AT&T Intellectual Property.5
Become a Basic
Member
Learn more about the API’s
View some sample apps &
code
Connect with the community,
forums & DevLabs
Put together an app of your
own
Build & Test with API’s in
Sandbox
Become a
Premium
Member
Get full access to all API
technologies
Plan for launch
Push your App to production
I’ve got this idea…
I’ve got this app…
© 2014 AT&T Intellectual Property. All rights reserved. AT&T and the AT&T logo are trademarks of AT&T Intellectual Property.6
AT&T API Platform
How it works – Transactional Workflow
Developer uses AT&T API
Platform to add RESTful AT&T
APIs to their apps
App is provisioned with
API Key & connects to
Apigee Gateway
Apigee Gateway connects to
southbound enabler,
like Speech on our Cloud
Transaction request goes from
Gateway back to API Platform
Transaction goes from
API Platform to
Cloud (HTML5) or Device (Native)
AT&T API Platform Tools & SDK’s
© 2014 AT&T Intellectual Property. All rights reserved. AT&T and the AT&T logo are trademarks of AT&T Intellectual Property.7
Environment Platform Tool Type APIs Supported
Salesforce® Force.com Toolkit In App Messaging, Location, Notary Management,
Speech, WAP Push, Device Capabilities
IBM® Worklight® Adapter Speech, Advertising, Device , Notary Management, Notary
Management
Microsoft® Visual Studio®
2012
 Win8
 Win8 RT
Extensions Speech,
Appcelerator® Titanium  iOS
 Android
 HTML5
Module/ Speech, Location, WAP Push, In App Messaging, Device
Capabilities, Notary Management
Adobe® PhoneGap® SDK In App Messaging, Location,Notary Management, Speech,
WAP Push, Device Capabilities
HTML5 HTML5 SDK Speech, Location, WAP Push, In App Messaging
Microsoft Windows® 2008
Server
SDK Speech, Location, In App Messaging, Notary Management
iOS iOS SDK Speech (except Text to Speech), Advertising
Android (Beta) Android SDK Speech, Advertising
Get them at: developer.att.com/tools
© 2014 AT&T Intellectual Property. All rights reserved. AT&T and the AT&T logo are trademarks of AT&T Intellectual Property.8
AT&T API Catalog
© 2014 AT&T Intellectual Property. All rights reserved. AT&T and the AT&T logo are trademarks of AT&T Intellectual Property.9
AT&T Speech API
Speech API
© 2014 AT&T Intellectual Property. All rights reserved. AT&T and the AT&T logo are trademarks of AT&T Intellectual Property.10
The AT&T Speech API enables developers to
quickly add speech-to-text and text-to-speech
capabilities to your app.
The AT&T speech API can help transform your
customers’ interactions with mobile devices
by using speech-to-text and text-to-speech
capabilities to search the web, find directions, and
hear the text spoken by one of our English or
Spanish based characters. You can use the Speech
API on virtually any device and cellular network in
the United States.
Powerful tools, such as tempo control (speed at
which the audio is ‘read’ by the character),
multiple audio output formats (SSML support,
WAV, AMR, and AMR Wideband
audio formats), and inline volume control allow
you to control your apps experience.
Based on AT&T Watson, and 20+ year speech
recognition research and development.
Support for contexts, hints, and grammar
lists for more accurate recognition.
Easy to use API with fast, simple integration
via RESTful APIs.
Approaches to Speech-Enabling Apps:
© 2014 AT&T Intellectual Property. All rights reserved. AT&T and the AT&T logo are trademarks of AT&T Intellectual Property.11
Grammar-Limited
Text to Speech
Speech to Text
“Call President
at Home”
“Turn left at
Pennsylvania
Ave”
“867-5309”
“One”, “Two”,
“Three”, “Four”, …
Speech API – Key Features
© 2014 AT&T Intellectual Property. All rights reserved. AT&T and the AT&T logo are trademarks of AT&T Intellectual Property.12
Easy to Use
Support for 20+ languages
Built on AT&T Watson℠
Built-in Contexts for Better Recognition
Cost-Effective
Using the Speech API is EASY
© 2014 AT&T Intellectual Property. All rights reserved. AT&T and the AT&T logo are trademarks of AT&T Intellectual Property.13
Uses RESTful APIs
POST /speech/v3/speechToText
HTTP/1.1
Host: api.att.com
Authorization: Bearer 38C2399A23999
Accept: application/xml
Content-Length: 5655
Connection: Close
Content-Type: audio/amr
X-SpeechContext: BusinessSearch
{...audio data...}
{
"Recognition":{
"ResponseID":"{{response_id}}",
"NBest":[
{
"WordScores":[1,1],
"Confidence":1,
"Grade":"accept",
"ResultText":"Boston Celtics.",
"Words":["Boston","Celtics."],
"LanguageId":"en-us",
"Hypothesis":"Boston Celtics."
}
]
}
}
Contexts – Tune recognition for better results
© 2014 AT&T Intellectual Property. All rights reserved. AT&T and the AT&T logo are trademarks of AT&T Intellectual Property.
14
SMS Q&A Voicemail to Text Business Search
Social Media Gaming TV Web Search
“Find a gas station
in Woodburn”
Generic
Context
Business
Search
Context
“wood” “burn” “Woodburn, OR”
© 2014 AT&T Intellectual Property. All rights reserved. AT&T and the AT&T logo are trademarks of AT&T Intellectual Property.15
AT&T Advertising API
Advertising API
© 2014 AT&T Intellectual Property. All rights reserved. AT&T and the AT&T logo are trademarks of AT&T Intellectual Property.16
Watch your mobile app earn money by serving
smartphone and tablet sized ads using our simple
Advertising API. Developers get a competitive 80%
revenue share of the net ad revenue and an
automatic deposit of funds into any account.
Easily measure the success of your campaigns by
using our campaign data and analytical tools to
improve your app's monetization. Filter results by
time, creative specifications, advertiser type, OS,
demographics or geography to better track
revenue sources.
Know that AT&T is delivering the best variety of
advertisements to your app on virtually any
mobile device, focusing on popular smartphones
and tablets, increasing the likelihood of interaction
by the user. Monetization is just an API away.
Ideal for small publishers looking to
monetize their apps quickly.
Simple reporting tools give you easy access to
performance data.
Easy to use API with fast, simple integration
via RESTful APIs.
Key Features of the Advertising API
© 2014 AT&T Intellectual Property. All rights reserved. AT&T and the AT&T logo are trademarks of AT&T Intellectual Property.17
80% Revenue Share
Maintain Control Over Your App Experience
Serve Ads from a Variety of Ad Networks
Easy to Use Reporting Tools
Carrier Agnostic
Reporting and Analytics
18
Key Performance Indicators include:
• Campaign Data: Impressions, clicks and revenue
• Time: Total, yearly, monthly, daily, by hour
• Creative: Size, placement and/ or type (e.g. video)
• Segment: By advertiser type (e.g. Sports)
• OS: Android, IOS, etc.
• Demographics: Age, gender, HHI, etc.
• Geography: Zip, State, DMA
• Billing information
© 2014 AT&T Intellectual Property. All rights reserved. AT&T and the AT&T logo are trademarks of AT&T Intellectual Property.
How does the Advertising API compare?
© 2014 AT&T Intellectual Property. All rights reserved. AT&T and the AT&T logo are trademarks of AT&T Intellectual Property.19
Apple
AT&T AdMob Millennial iAd
Integration RESTful
RESTful
Native iOS/Android
RESTful
Native iOS/Android
Native iOS
Devices Agnostic Agnostic Agnostic iOS only
Inventory
Jumptap
InMobi
Mojiva
AdMob Apple
Types Banner
Baner
Rich Media
Interactive
Banner
Rich Media
Interactive
Rich Media
Interactive
Startup Fee 0 0 0 0
Revenue Share 80% 70% 70% 70%
© 2014 AT&T Intellectual Property. All rights reserved. AT&T and the AT&T logo are trademarks of AT&T Intellectual Property.20
AT&T Messaging APIs
In-App Messaging API
© 2014 AT&T Intellectual Property. All rights reserved. AT&T and the AT&T logo are trademarks of AT&T Intellectual Property.21
Send texts from the subscriber’s AT&T
mobile number – and keep users engaged
in your app!
Share content with friends and family.
News, audio, video, and images can be sent
straight from your app to the people your
users care about. They can instantly consult
friends, family and colleagues while making
decisions or buying products in your app.
Send messages to up to 10 recipients at
once—perfect for coordinating teams on
the go or for a more personal sharing
experience. Responses can be received
directly within your app so the
conversation can continue right there.
Send SMS and MMS messages from the user’s
AT&T mobile number from within the app
Send to up to 10 recipients at once
RESTful API to use within HTML or Native app
environments
Address Book API
© 2014 AT&T Intellectual Property. All rights reserved. AT&T and the AT&T logo are trademarks of AT&T Intellectual Property.22
Users can access their AT&T contacts from their
smartphone, tablet, or HTML app.
Enables user to create and group contacts
when accessing their AT&T Address Book.
RESTful API to use within HTML or Native app
environments
Add advanced messaging capabilities to your
app by pairing the Address book API with the
In-App Messaging API.
Users can access their AT&T contacts from their
smartphone, web app, or tablet and allows your
users to create contacts and organize them
into groups. This allows a seamless experience
when your users transition to different devices.
AT&T Text Button
© 2014 AT&T Intellectual Property. All rights reserved. AT&T and the AT&T logo are trademarks of AT&T Intellectual Property.23
An AT&T icon placed next to site content allows
a visitor to share that content in much the same
way they do today with Facebook, LinkedIn and
other social networking sites.
Content is sent using the sender’s AT&T mobile
number with minimal interruption to their
browsing experience.
Shared content can include a URL of the page, an
image or short video along with a personal
message.
Content can be sent to any U.S. mobile number
from any AT&T post-paid mobile number.
Allow users to share content directly from
their AT&T mobile number with a badge on
your website.
Enable easy sharing of text, audio, and video.
Simple copy and past JavaScript code lets you
add the Text Button badge on your website
or app.
© 2014 AT&T Intellectual Property. All rights reserved. AT&T and the AT&T logo are trademarks of AT&T Intellectual Property.24
AT&T
Enhanced WebRTC API(Beta)
Enhanced WebRTC API (Beta)
© 2014 AT&T Intellectual Property. All rights reserved. AT&T and the AT&T logo are trademarks of AT&T Intellectual Property.25
Communicate to virtually any connected
device using your AT&T mobile number,
virtual telephone number, or unique user
identification with the AT&T Enhanced
WebRTC API.
Built on the WebRTC open framework, the
Enhanced WebRTC API adds PSTN
functionality to communicate from
connected devices to a user’s mobile
device.
Communicate using the user’s AT&T mobile
number, virtual number, or user identification
with virtually any connected device.
Move calls between connected devices.
RESTful API to use within HTML
environments.
WebRTC
© 2014 AT&T Intellectual Property. All rights reserved. AT&T and the AT&T logo are trademarks of AT&T Intellectual Property.26
Other AT&T APIs
Device Capabilities API
© 2014 AT&T Intellectual Property. All rights reserved. AT&T and the AT&T logo are trademarks of AT&T Intellectual Property.27
Our Device Capabilities API lets you query
information such as the
make, model, firmware release, and GPS capability
of your users' devices, so you can write code that
works no matter what they use.
The Device Capabilities API provides an effective
way to identify the user's device & its capabilities.
This enables you to develop apps that give the best
user experience and support.
The current version of the API provides a look at
the AT&T method for responding to device
capabilities requests with information that is
specific to the AT&T network and AT&T device-
naming conventions.
Retrieve the make, model, firmware release,
GPS/A-GPS compatibility, device browser,
and MMS capability of an AT&T device
HTML5 & Microsoft environments supported
RESTful & GSMA OneAPI-compatible versions
available
AT&T M2X
© 2014 AT&T Intellectual Property. All rights reserved. AT&T and the AT&T logo are trademarks of AT&T Intellectual Property.28
M2X provides powerful easy-to-use tools and
analytics for your connected devices to unlock
your device’s data with visualized, real-time
analytics, targeted notifications and the tools to
manage and share your data.
From your garage to the global market, AT&T's
worldwide network, data centers and operations
are here to support, scale and grow your business.
M2X sits on top of an infrastructure that is truly
carrier-grade.
M2X gives you the tools to manage and provide
protection for your data. AT&T's established
network provides a reliable and highly secure
environment so you can focus on more important
things — like running your business.
Discover more at m2x.att.com
AT&T Sponsored Data
© 2014 AT&T Intellectual Property. All rights reserved. AT&T and the AT&T logo are trademarks of AT&T Intellectual Property.29
AT&T Sponsored Data offers content
providers and developers new ways to
reach customers by sponsoring content
and promotions data.
This gives content providers and
developers unique opportunities to
reach their customers via time based
offers on any operating system.
Sponsors can deploy time-based offers that
are OS agnostic and come with rich
analytics.
Customers get sponsored access to more
great content.
Content delivery to mobile devices is
sponsored in a targeted and flexible way.
AT&T U-verse® Enabled
© 2014 AT&T Intellectual Property. All rights reserved. AT&T and the AT&T logo are trademarks of AT&T Intellectual Property.30
The AT&T U-verse Enabled API allows developers to
enable mobile devices as servers that share media &
data with the U-verse receiver. This creates a new
world of opportunities for interaction with a user’s
TV screen.
Create interactive applications where any Wi-Fi-
connected or network-enabled device can
communicate with the U-verse® TV receiver.
Example apps that have launched so far:
• BuddyTV Guide – Provides personalized
recommendations, a customizable TV guide, show
reminders and real-time commenting
• Miso – Easily share what you're watching, find new
shows based on what your friends watch and get
information about your favorite shows
• TV Foundry – Search for shows, trailers, interviews,
songs and companion content, and share it with friends
via Facebook and Twitter
• Wayin – Share opinions with other Wayin community
members as you post and receive photos and questions
about the shows you’re watching
© 2014 AT&T Intellectual Property. All rights reserved. AT&T and the AT&T logo are trademarks of AT&T Intellectual Property.31
AT&T
Application Resource Optimizer (ARO)
AT&T Application Resource Optimizer (ARO)
© 2014 AT&T Intellectual Property. All rights reserved. AT&T and the AT&T logo are trademarks of AT&T Intellectual Property.32
AT&T ARO is a free diagnostic tool for
analyzing the performance of your mobile
applications
Test how efficiently your apps run on the
network and use the device battery
And, get Best Practices recommendations
to optimize your app’s performance, speed,
network impact and battery utilization
To download the tool, visit
developer.att.com/ARO
© 2014 AT&T Intellectual Property. All rights reserved. AT&T and the AT&T logo are trademarks of AT&T Intellectual Property.
AT&T Proprietary (Internal Use Only) Not for use or disclosure outside the AT&T companies except under written agreement.
33
developer.att.com

Mais conteúdo relacionado

Mais procurados

Mais procurados (20)

It service management
It service managementIt service management
It service management
 
MIS-CH12: Enhancing Decision Making
MIS-CH12: Enhancing Decision MakingMIS-CH12: Enhancing Decision Making
MIS-CH12: Enhancing Decision Making
 
james o'brien chapter 7 electronic business system
james o'brien chapter 7 electronic business system james o'brien chapter 7 electronic business system
james o'brien chapter 7 electronic business system
 
Digital Transformation in Automotive Industry Chinese-German CAR Symposium
Digital Transformation in Automotive Industry Chinese-German CAR SymposiumDigital Transformation in Automotive Industry Chinese-German CAR Symposium
Digital Transformation in Automotive Industry Chinese-German CAR Symposium
 
Convergence Of Technology And Core Business Strategy
Convergence Of Technology And Core Business StrategyConvergence Of Technology And Core Business Strategy
Convergence Of Technology And Core Business Strategy
 
Business information system with explaination
Business information system with explainationBusiness information system with explaination
Business information system with explaination
 
Marketing Automation
Marketing AutomationMarketing Automation
Marketing Automation
 
Digital Ecosystems
Digital EcosystemsDigital Ecosystems
Digital Ecosystems
 
The "Sharing" Economy v. 2018
The "Sharing" Economy v. 2018The "Sharing" Economy v. 2018
The "Sharing" Economy v. 2018
 
5 enterprise applications
5 enterprise applications5 enterprise applications
5 enterprise applications
 
Knowledge management system
Knowledge management systemKnowledge management system
Knowledge management system
 
Managed It Services
Managed It ServicesManaged It Services
Managed It Services
 
Adobe Marketing Cloud
Adobe Marketing CloudAdobe Marketing Cloud
Adobe Marketing Cloud
 
Open Banking APIs on AWS
Open Banking APIs on AWSOpen Banking APIs on AWS
Open Banking APIs on AWS
 
Marketing Automation
Marketing AutomationMarketing Automation
Marketing Automation
 
Smarter Supply Chain – IBM Case Study in Supply Chain Transformation and Inno...
Smarter Supply Chain – IBM Case Study in Supply Chain Transformation and Inno...Smarter Supply Chain – IBM Case Study in Supply Chain Transformation and Inno...
Smarter Supply Chain – IBM Case Study in Supply Chain Transformation and Inno...
 
Information systems in global business today
Information systems in global business todayInformation systems in global business today
Information systems in global business today
 
The Best of Microsoft Dynamics 365 Business Central
The Best of Microsoft Dynamics 365 Business Central The Best of Microsoft Dynamics 365 Business Central
The Best of Microsoft Dynamics 365 Business Central
 
How ERP works
How ERP worksHow ERP works
How ERP works
 
Building A Cloud Strategy PowerPoint Presentation Slides
Building A Cloud Strategy PowerPoint Presentation SlidesBuilding A Cloud Strategy PowerPoint Presentation Slides
Building A Cloud Strategy PowerPoint Presentation Slides
 

Destaque

Codestrong 2012 breakout session at&t api platform and trends
Codestrong 2012 breakout session  at&t api platform and trendsCodestrong 2012 breakout session  at&t api platform and trends
Codestrong 2012 breakout session at&t api platform and trends
Axway Appcelerator
 

Destaque (6)

Independent Review of Telecom APIs
Independent Review of Telecom APIsIndependent Review of Telecom APIs
Independent Review of Telecom APIs
 
Codestrong 2012 breakout session at&t api platform and trends
Codestrong 2012 breakout session  at&t api platform and trendsCodestrong 2012 breakout session  at&t api platform and trends
Codestrong 2012 breakout session at&t api platform and trends
 
APIエコノミーの現状と今後の期待
APIエコノミーの現状と今後の期待APIエコノミーの現状と今後の期待
APIエコノミーの現状と今後の期待
 
APIエコノミー (金融編)
APIエコノミー (金融編)APIエコノミー (金融編)
APIエコノミー (金融編)
 
APIエコノミーで日本をよくしましょう
APIエコノミーで日本をよくしましょうAPIエコノミーで日本をよくしましょう
APIエコノミーで日本をよくしましょう
 
金融業界におけるAPIエコノミー / Fintech meetup / IBM
金融業界におけるAPIエコノミー / Fintech meetup / IBM金融業界におけるAPIエコノミー / Fintech meetup / IBM
金融業界におけるAPIエコノミー / Fintech meetup / IBM
 

Semelhante a AT&T API Platform

TAG IoT Summit - Why You Need a Strategy for the Internet of Things
TAG IoT Summit - Why You Need a Strategy for the Internet of ThingsTAG IoT Summit - Why You Need a Strategy for the Internet of Things
TAG IoT Summit - Why You Need a Strategy for the Internet of Things
Eric Sineath
 
A New Breed of Technical Leaders: The 101 to Defining Your API Business Strategy
A New Breed of Technical Leaders: The 101 to Defining Your API Business StrategyA New Breed of Technical Leaders: The 101 to Defining Your API Business Strategy
A New Breed of Technical Leaders: The 101 to Defining Your API Business Strategy
Akana
 

Semelhante a AT&T API Platform (20)

AT&T Enhanced WebRTC API Overview
AT&T Enhanced WebRTC API OverviewAT&T Enhanced WebRTC API Overview
AT&T Enhanced WebRTC API Overview
 
AT&T 2012 DevLab Speech API Deep Dive
AT&T 2012 DevLab Speech API Deep DiveAT&T 2012 DevLab Speech API Deep Dive
AT&T 2012 DevLab Speech API Deep Dive
 
Becoming the Uncarrier: T-Mobile's Digital Journey
Becoming the Uncarrier: T-Mobile's Digital JourneyBecoming the Uncarrier: T-Mobile's Digital Journey
Becoming the Uncarrier: T-Mobile's Digital Journey
 
API Management: Unlock the Value of Your Unique Assets with a Robust API
API Management: Unlock the Value of Your Unique Assets with a Robust APIAPI Management: Unlock the Value of Your Unique Assets with a Robust API
API Management: Unlock the Value of Your Unique Assets with a Robust API
 
API Economy - The Making of a Digital Business
API Economy - The Making of a Digital BusinessAPI Economy - The Making of a Digital Business
API Economy - The Making of a Digital Business
 
TAG IoT Summit - Why You Need a Strategy for the Internet of Things
TAG IoT Summit - Why You Need a Strategy for the Internet of ThingsTAG IoT Summit - Why You Need a Strategy for the Internet of Things
TAG IoT Summit - Why You Need a Strategy for the Internet of Things
 
Enterprise Global Messaging
Enterprise Global MessagingEnterprise Global Messaging
Enterprise Global Messaging
 
How APIs Transform Both Your Business and Technology
How APIs Transform Both Your Business and TechnologyHow APIs Transform Both Your Business and Technology
How APIs Transform Both Your Business and Technology
 
Multi-Network Location & SMS APIs
Multi-Network Location & SMS APIsMulti-Network Location & SMS APIs
Multi-Network Location & SMS APIs
 
Webinar: Identity Wars: The Unified Platform Awakens
Webinar: Identity Wars: The Unified Platform AwakensWebinar: Identity Wars: The Unified Platform Awakens
Webinar: Identity Wars: The Unified Platform Awakens
 
What does web2.0 mean for operators?
What does web2.0 mean for operators?What does web2.0 mean for operators?
What does web2.0 mean for operators?
 
Practical guide to building public APIs
Practical guide to building public APIsPractical guide to building public APIs
Practical guide to building public APIs
 
AT&T Shape Hackathon Kick-off
AT&T Shape Hackathon Kick-offAT&T Shape Hackathon Kick-off
AT&T Shape Hackathon Kick-off
 
A New Breed of Technical Leaders: The 101 to Defining Your API Business Stra...
A New Breed of Technical Leaders: The 101 to Defining Your API Business Stra...A New Breed of Technical Leaders: The 101 to Defining Your API Business Stra...
A New Breed of Technical Leaders: The 101 to Defining Your API Business Stra...
 
A New Breed of Technical Leaders: The 101 to Defining Your API Business Strategy
A New Breed of Technical Leaders: The 101 to Defining Your API Business StrategyA New Breed of Technical Leaders: The 101 to Defining Your API Business Strategy
A New Breed of Technical Leaders: The 101 to Defining Your API Business Strategy
 
2016-Mar-03 Leppitsch in Auckland meetup
2016-Mar-03 Leppitsch in Auckland meetup2016-Mar-03 Leppitsch in Auckland meetup
2016-Mar-03 Leppitsch in Auckland meetup
 
Why APIs need their own development method - Open and Lean method to develop ...
Why APIs need their own development method - Open and Lean method to develop ...Why APIs need their own development method - Open and Lean method to develop ...
Why APIs need their own development method - Open and Lean method to develop ...
 
Webinar: How API Lifecycle Management can help to Accelerate Growth
Webinar: How API Lifecycle Management can help to Accelerate GrowthWebinar: How API Lifecycle Management can help to Accelerate Growth
Webinar: How API Lifecycle Management can help to Accelerate Growth
 
Getting Your Piece of the Mobile Pi 2017
Getting Your Piece of the Mobile Pi 2017Getting Your Piece of the Mobile Pi 2017
Getting Your Piece of the Mobile Pi 2017
 
WebRTC Market Status & Voice/Video Overview
WebRTC Market Status & Voice/Video OverviewWebRTC Market Status & Voice/Video Overview
WebRTC Market Status & Voice/Video Overview
 

Último

Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
panagenda
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Safe Software
 

Último (20)

Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024
 
Apidays Singapore 2024 - Scalable LLM APIs for AI and Generative AI Applicati...
Apidays Singapore 2024 - Scalable LLM APIs for AI and Generative AI Applicati...Apidays Singapore 2024 - Scalable LLM APIs for AI and Generative AI Applicati...
Apidays Singapore 2024 - Scalable LLM APIs for AI and Generative AI Applicati...
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
Apidays Singapore 2024 - Modernizing Securities Finance by Madhu Subbu
Apidays Singapore 2024 - Modernizing Securities Finance by Madhu SubbuApidays Singapore 2024 - Modernizing Securities Finance by Madhu Subbu
Apidays Singapore 2024 - Modernizing Securities Finance by Madhu Subbu
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
MS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsMS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectors
 
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
ICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesICT role in 21st century education and its challenges
ICT role in 21st century education and its challenges
 

AT&T API Platform

  • 1. © 2014 AT&T Intellectual Property. All rights reserved. AT&T and the AT&T logo are trademarks of AT&T Intellectual Property.1 AT&T API Platform
  • 2. AT&T Developer Program © 2014 AT&T Intellectual Property. All rights reserved. AT&T and the AT&T logo are trademarks of AT&T Intellectual Property.2 Communications Newsletter Email Blog Social Media Contests & Events Developer Summit Super Mobility Week Mobile App Hackathons Contests Fun Events Online API Platform AT&T Application Resource Optimizer (ARO) Development Resources Device Specs SDKs & Tools Community & Support Forums Webcasts Live Chat Technical Support
  • 3. Innovation & AT&T API’s © 2014 AT&T Intellectual Property. All rights reserved. AT&T and the AT&T logo are trademarks of AT&T Intellectual Property.3 APIs are the underlying enabler to increase the pace of innovation at AT&T The API program removes organizational, functional, and technical barriers to accessing AT&T’s network and information assets This makes the network an intrinsic part of an innovation ecosystem and gives AT&T an opportunity for new monetization by serving consumers and business customers “APIs simplify things architecturally and create a better story and capabilities for the developers by having a common taxonomy,” says Jacob Feinstein, executive director of new technology.* * Articles Available At: http://www.forbes.com/sites/danwoods/2012/06/21/how-att-adopted-apis-as-an-innovation-paradigm/ http://www.pwc.com/us/en/technology-forecast/2012/issue2/interviews/interview-att-api-driver-speed.jhtml
  • 4. AT&T API Platform developer.att.com/API © 2014 AT&T Intellectual Property. All rights reserved. AT&T and the AT&T logo are trademarks of AT&T Intellectual Property.4 The API Platform exposes core capabilities through RESTful public APIs Reduces friction for a thriving ecosystem of developers and innovators participating in a two-tier program: • Basic Access – FREE – Use of most popular API’s including Speech & In-App Messaging in a sandbox environment – Registration of up to three new apps for testing • Premium Access - $99 Annually – Access to all apps and up to 1 Million API calls per month, per organization. After 1,000,000 API calls a month, pay at the rate of only a penny per call Join now. Visit: developer.att.com API Platform Catalog • Advertising • Speech • In-App Messaging • Address Book • Device Capabilities
  • 5. AT&T API Platform How it works - Workflow © 2014 AT&T Intellectual Property. All rights reserved. AT&T and the AT&T logo are trademarks of AT&T Intellectual Property.5 Become a Basic Member Learn more about the API’s View some sample apps & code Connect with the community, forums & DevLabs Put together an app of your own Build & Test with API’s in Sandbox Become a Premium Member Get full access to all API technologies Plan for launch Push your App to production I’ve got this idea… I’ve got this app…
  • 6. © 2014 AT&T Intellectual Property. All rights reserved. AT&T and the AT&T logo are trademarks of AT&T Intellectual Property.6 AT&T API Platform How it works – Transactional Workflow Developer uses AT&T API Platform to add RESTful AT&T APIs to their apps App is provisioned with API Key & connects to Apigee Gateway Apigee Gateway connects to southbound enabler, like Speech on our Cloud Transaction request goes from Gateway back to API Platform Transaction goes from API Platform to Cloud (HTML5) or Device (Native)
  • 7. AT&T API Platform Tools & SDK’s © 2014 AT&T Intellectual Property. All rights reserved. AT&T and the AT&T logo are trademarks of AT&T Intellectual Property.7 Environment Platform Tool Type APIs Supported Salesforce® Force.com Toolkit In App Messaging, Location, Notary Management, Speech, WAP Push, Device Capabilities IBM® Worklight® Adapter Speech, Advertising, Device , Notary Management, Notary Management Microsoft® Visual Studio® 2012  Win8  Win8 RT Extensions Speech, Appcelerator® Titanium  iOS  Android  HTML5 Module/ Speech, Location, WAP Push, In App Messaging, Device Capabilities, Notary Management Adobe® PhoneGap® SDK In App Messaging, Location,Notary Management, Speech, WAP Push, Device Capabilities HTML5 HTML5 SDK Speech, Location, WAP Push, In App Messaging Microsoft Windows® 2008 Server SDK Speech, Location, In App Messaging, Notary Management iOS iOS SDK Speech (except Text to Speech), Advertising Android (Beta) Android SDK Speech, Advertising Get them at: developer.att.com/tools
  • 8. © 2014 AT&T Intellectual Property. All rights reserved. AT&T and the AT&T logo are trademarks of AT&T Intellectual Property.8 AT&T API Catalog
  • 9. © 2014 AT&T Intellectual Property. All rights reserved. AT&T and the AT&T logo are trademarks of AT&T Intellectual Property.9 AT&T Speech API
  • 10. Speech API © 2014 AT&T Intellectual Property. All rights reserved. AT&T and the AT&T logo are trademarks of AT&T Intellectual Property.10 The AT&T Speech API enables developers to quickly add speech-to-text and text-to-speech capabilities to your app. The AT&T speech API can help transform your customers’ interactions with mobile devices by using speech-to-text and text-to-speech capabilities to search the web, find directions, and hear the text spoken by one of our English or Spanish based characters. You can use the Speech API on virtually any device and cellular network in the United States. Powerful tools, such as tempo control (speed at which the audio is ‘read’ by the character), multiple audio output formats (SSML support, WAV, AMR, and AMR Wideband audio formats), and inline volume control allow you to control your apps experience. Based on AT&T Watson, and 20+ year speech recognition research and development. Support for contexts, hints, and grammar lists for more accurate recognition. Easy to use API with fast, simple integration via RESTful APIs.
  • 11. Approaches to Speech-Enabling Apps: © 2014 AT&T Intellectual Property. All rights reserved. AT&T and the AT&T logo are trademarks of AT&T Intellectual Property.11 Grammar-Limited Text to Speech Speech to Text “Call President at Home” “Turn left at Pennsylvania Ave” “867-5309” “One”, “Two”, “Three”, “Four”, …
  • 12. Speech API – Key Features © 2014 AT&T Intellectual Property. All rights reserved. AT&T and the AT&T logo are trademarks of AT&T Intellectual Property.12 Easy to Use Support for 20+ languages Built on AT&T Watson℠ Built-in Contexts for Better Recognition Cost-Effective
  • 13. Using the Speech API is EASY © 2014 AT&T Intellectual Property. All rights reserved. AT&T and the AT&T logo are trademarks of AT&T Intellectual Property.13 Uses RESTful APIs POST /speech/v3/speechToText HTTP/1.1 Host: api.att.com Authorization: Bearer 38C2399A23999 Accept: application/xml Content-Length: 5655 Connection: Close Content-Type: audio/amr X-SpeechContext: BusinessSearch {...audio data...} { "Recognition":{ "ResponseID":"{{response_id}}", "NBest":[ { "WordScores":[1,1], "Confidence":1, "Grade":"accept", "ResultText":"Boston Celtics.", "Words":["Boston","Celtics."], "LanguageId":"en-us", "Hypothesis":"Boston Celtics." } ] } }
  • 14. Contexts – Tune recognition for better results © 2014 AT&T Intellectual Property. All rights reserved. AT&T and the AT&T logo are trademarks of AT&T Intellectual Property. 14 SMS Q&A Voicemail to Text Business Search Social Media Gaming TV Web Search “Find a gas station in Woodburn” Generic Context Business Search Context “wood” “burn” “Woodburn, OR”
  • 15. © 2014 AT&T Intellectual Property. All rights reserved. AT&T and the AT&T logo are trademarks of AT&T Intellectual Property.15 AT&T Advertising API
  • 16. Advertising API © 2014 AT&T Intellectual Property. All rights reserved. AT&T and the AT&T logo are trademarks of AT&T Intellectual Property.16 Watch your mobile app earn money by serving smartphone and tablet sized ads using our simple Advertising API. Developers get a competitive 80% revenue share of the net ad revenue and an automatic deposit of funds into any account. Easily measure the success of your campaigns by using our campaign data and analytical tools to improve your app's monetization. Filter results by time, creative specifications, advertiser type, OS, demographics or geography to better track revenue sources. Know that AT&T is delivering the best variety of advertisements to your app on virtually any mobile device, focusing on popular smartphones and tablets, increasing the likelihood of interaction by the user. Monetization is just an API away. Ideal for small publishers looking to monetize their apps quickly. Simple reporting tools give you easy access to performance data. Easy to use API with fast, simple integration via RESTful APIs.
  • 17. Key Features of the Advertising API © 2014 AT&T Intellectual Property. All rights reserved. AT&T and the AT&T logo are trademarks of AT&T Intellectual Property.17 80% Revenue Share Maintain Control Over Your App Experience Serve Ads from a Variety of Ad Networks Easy to Use Reporting Tools Carrier Agnostic
  • 18. Reporting and Analytics 18 Key Performance Indicators include: • Campaign Data: Impressions, clicks and revenue • Time: Total, yearly, monthly, daily, by hour • Creative: Size, placement and/ or type (e.g. video) • Segment: By advertiser type (e.g. Sports) • OS: Android, IOS, etc. • Demographics: Age, gender, HHI, etc. • Geography: Zip, State, DMA • Billing information © 2014 AT&T Intellectual Property. All rights reserved. AT&T and the AT&T logo are trademarks of AT&T Intellectual Property.
  • 19. How does the Advertising API compare? © 2014 AT&T Intellectual Property. All rights reserved. AT&T and the AT&T logo are trademarks of AT&T Intellectual Property.19 Apple AT&T AdMob Millennial iAd Integration RESTful RESTful Native iOS/Android RESTful Native iOS/Android Native iOS Devices Agnostic Agnostic Agnostic iOS only Inventory Jumptap InMobi Mojiva AdMob Apple Types Banner Baner Rich Media Interactive Banner Rich Media Interactive Rich Media Interactive Startup Fee 0 0 0 0 Revenue Share 80% 70% 70% 70%
  • 20. © 2014 AT&T Intellectual Property. All rights reserved. AT&T and the AT&T logo are trademarks of AT&T Intellectual Property.20 AT&T Messaging APIs
  • 21. In-App Messaging API © 2014 AT&T Intellectual Property. All rights reserved. AT&T and the AT&T logo are trademarks of AT&T Intellectual Property.21 Send texts from the subscriber’s AT&T mobile number – and keep users engaged in your app! Share content with friends and family. News, audio, video, and images can be sent straight from your app to the people your users care about. They can instantly consult friends, family and colleagues while making decisions or buying products in your app. Send messages to up to 10 recipients at once—perfect for coordinating teams on the go or for a more personal sharing experience. Responses can be received directly within your app so the conversation can continue right there. Send SMS and MMS messages from the user’s AT&T mobile number from within the app Send to up to 10 recipients at once RESTful API to use within HTML or Native app environments
  • 22. Address Book API © 2014 AT&T Intellectual Property. All rights reserved. AT&T and the AT&T logo are trademarks of AT&T Intellectual Property.22 Users can access their AT&T contacts from their smartphone, tablet, or HTML app. Enables user to create and group contacts when accessing their AT&T Address Book. RESTful API to use within HTML or Native app environments Add advanced messaging capabilities to your app by pairing the Address book API with the In-App Messaging API. Users can access their AT&T contacts from their smartphone, web app, or tablet and allows your users to create contacts and organize them into groups. This allows a seamless experience when your users transition to different devices.
  • 23. AT&T Text Button © 2014 AT&T Intellectual Property. All rights reserved. AT&T and the AT&T logo are trademarks of AT&T Intellectual Property.23 An AT&T icon placed next to site content allows a visitor to share that content in much the same way they do today with Facebook, LinkedIn and other social networking sites. Content is sent using the sender’s AT&T mobile number with minimal interruption to their browsing experience. Shared content can include a URL of the page, an image or short video along with a personal message. Content can be sent to any U.S. mobile number from any AT&T post-paid mobile number. Allow users to share content directly from their AT&T mobile number with a badge on your website. Enable easy sharing of text, audio, and video. Simple copy and past JavaScript code lets you add the Text Button badge on your website or app.
  • 24. © 2014 AT&T Intellectual Property. All rights reserved. AT&T and the AT&T logo are trademarks of AT&T Intellectual Property.24 AT&T Enhanced WebRTC API(Beta)
  • 25. Enhanced WebRTC API (Beta) © 2014 AT&T Intellectual Property. All rights reserved. AT&T and the AT&T logo are trademarks of AT&T Intellectual Property.25 Communicate to virtually any connected device using your AT&T mobile number, virtual telephone number, or unique user identification with the AT&T Enhanced WebRTC API. Built on the WebRTC open framework, the Enhanced WebRTC API adds PSTN functionality to communicate from connected devices to a user’s mobile device. Communicate using the user’s AT&T mobile number, virtual number, or user identification with virtually any connected device. Move calls between connected devices. RESTful API to use within HTML environments. WebRTC
  • 26. © 2014 AT&T Intellectual Property. All rights reserved. AT&T and the AT&T logo are trademarks of AT&T Intellectual Property.26 Other AT&T APIs
  • 27. Device Capabilities API © 2014 AT&T Intellectual Property. All rights reserved. AT&T and the AT&T logo are trademarks of AT&T Intellectual Property.27 Our Device Capabilities API lets you query information such as the make, model, firmware release, and GPS capability of your users' devices, so you can write code that works no matter what they use. The Device Capabilities API provides an effective way to identify the user's device & its capabilities. This enables you to develop apps that give the best user experience and support. The current version of the API provides a look at the AT&T method for responding to device capabilities requests with information that is specific to the AT&T network and AT&T device- naming conventions. Retrieve the make, model, firmware release, GPS/A-GPS compatibility, device browser, and MMS capability of an AT&T device HTML5 & Microsoft environments supported RESTful & GSMA OneAPI-compatible versions available
  • 28. AT&T M2X © 2014 AT&T Intellectual Property. All rights reserved. AT&T and the AT&T logo are trademarks of AT&T Intellectual Property.28 M2X provides powerful easy-to-use tools and analytics for your connected devices to unlock your device’s data with visualized, real-time analytics, targeted notifications and the tools to manage and share your data. From your garage to the global market, AT&T's worldwide network, data centers and operations are here to support, scale and grow your business. M2X sits on top of an infrastructure that is truly carrier-grade. M2X gives you the tools to manage and provide protection for your data. AT&T's established network provides a reliable and highly secure environment so you can focus on more important things — like running your business. Discover more at m2x.att.com
  • 29. AT&T Sponsored Data © 2014 AT&T Intellectual Property. All rights reserved. AT&T and the AT&T logo are trademarks of AT&T Intellectual Property.29 AT&T Sponsored Data offers content providers and developers new ways to reach customers by sponsoring content and promotions data. This gives content providers and developers unique opportunities to reach their customers via time based offers on any operating system. Sponsors can deploy time-based offers that are OS agnostic and come with rich analytics. Customers get sponsored access to more great content. Content delivery to mobile devices is sponsored in a targeted and flexible way.
  • 30. AT&T U-verse® Enabled © 2014 AT&T Intellectual Property. All rights reserved. AT&T and the AT&T logo are trademarks of AT&T Intellectual Property.30 The AT&T U-verse Enabled API allows developers to enable mobile devices as servers that share media & data with the U-verse receiver. This creates a new world of opportunities for interaction with a user’s TV screen. Create interactive applications where any Wi-Fi- connected or network-enabled device can communicate with the U-verse® TV receiver. Example apps that have launched so far: • BuddyTV Guide – Provides personalized recommendations, a customizable TV guide, show reminders and real-time commenting • Miso – Easily share what you're watching, find new shows based on what your friends watch and get information about your favorite shows • TV Foundry – Search for shows, trailers, interviews, songs and companion content, and share it with friends via Facebook and Twitter • Wayin – Share opinions with other Wayin community members as you post and receive photos and questions about the shows you’re watching
  • 31. © 2014 AT&T Intellectual Property. All rights reserved. AT&T and the AT&T logo are trademarks of AT&T Intellectual Property.31 AT&T Application Resource Optimizer (ARO)
  • 32. AT&T Application Resource Optimizer (ARO) © 2014 AT&T Intellectual Property. All rights reserved. AT&T and the AT&T logo are trademarks of AT&T Intellectual Property.32 AT&T ARO is a free diagnostic tool for analyzing the performance of your mobile applications Test how efficiently your apps run on the network and use the device battery And, get Best Practices recommendations to optimize your app’s performance, speed, network impact and battery utilization To download the tool, visit developer.att.com/ARO
  • 33. © 2014 AT&T Intellectual Property. All rights reserved. AT&T and the AT&T logo are trademarks of AT&T Intellectual Property. AT&T Proprietary (Internal Use Only) Not for use or disclosure outside the AT&T companies except under written agreement. 33 developer.att.com