SlideShare une entreprise Scribd logo
1  sur  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

Contenu connexe

Tendances

Crafting an API Strategy with an API Marketplace
Crafting an API Strategy with an API MarketplaceCrafting an API Strategy with an API Marketplace
Crafting an API Strategy with an API MarketplaceWSO2
 
API Strategy Introduction
API Strategy IntroductionAPI Strategy Introduction
API Strategy IntroductionDoug Gregory
 
APIs as a Product Strategy
APIs as a Product StrategyAPIs as a Product Strategy
APIs as a Product StrategyRavi Kumar
 
[NEW LAUNCH!] Introducing Amazon Forecast (AIM344) - AWS re:Invent 2018
[NEW LAUNCH!] Introducing Amazon Forecast  (AIM344) - AWS re:Invent 2018[NEW LAUNCH!] Introducing Amazon Forecast  (AIM344) - AWS re:Invent 2018
[NEW LAUNCH!] Introducing Amazon Forecast (AIM344) - AWS re:Invent 2018Amazon Web Services
 
Mapping out your API Strategy - 4.20.11 Webinar slides
Mapping out your API Strategy - 4.20.11 Webinar slidesMapping out your API Strategy - 4.20.11 Webinar slides
Mapping out your API Strategy - 4.20.11 Webinar slidesApigee | Google Cloud
 
API Management Building Blocks and Business value
API Management   Building Blocks and Business valueAPI Management   Building Blocks and Business value
API Management Building Blocks and Business valueWSO2
 
API Monetization – It Does Not Mean What You Think It Means. It Is Far More
API Monetization – It Does Not Mean What You Think It Means. It Is Far MoreAPI Monetization – It Does Not Mean What You Think It Means. It Is Far More
API Monetization – It Does Not Mean What You Think It Means. It Is Far MoreNordic APIs
 
Digital Integration Hub - Maximise Your APIs
Digital Integration Hub - Maximise Your APIsDigital Integration Hub - Maximise Your APIs
Digital Integration Hub - Maximise Your APIsDaniel Toomey
 
API Management architect presentation
API Management architect presentationAPI Management architect presentation
API Management architect presentationsflynn073
 
Perform a Cloud Readiness Assessment for Your Own Company
Perform a Cloud Readiness Assessment for Your Own CompanyPerform a Cloud Readiness Assessment for Your Own Company
Perform a Cloud Readiness Assessment for Your Own CompanyAmazon Web Services
 
cloud-POS-reference-architecture.pdf
cloud-POS-reference-architecture.pdfcloud-POS-reference-architecture.pdf
cloud-POS-reference-architecture.pdfsaurabhnolakha2
 
Where to Begin? Application Portfolio Migration
Where to Begin? Application Portfolio MigrationWhere to Begin? Application Portfolio Migration
Where to Begin? Application Portfolio MigrationAmazon Web Services
 

Tendances (20)

Crafting an API Strategy with an API Marketplace
Crafting an API Strategy with an API MarketplaceCrafting an API Strategy with an API Marketplace
Crafting an API Strategy with an API Marketplace
 
Digital Transformation
Digital TransformationDigital Transformation
Digital Transformation
 
API Strategy Introduction
API Strategy IntroductionAPI Strategy Introduction
API Strategy Introduction
 
Effective API Design
Effective API DesignEffective API Design
Effective API Design
 
APIs as a Product Strategy
APIs as a Product StrategyAPIs as a Product Strategy
APIs as a Product Strategy
 
[NEW LAUNCH!] Introducing Amazon Forecast (AIM344) - AWS re:Invent 2018
[NEW LAUNCH!] Introducing Amazon Forecast  (AIM344) - AWS re:Invent 2018[NEW LAUNCH!] Introducing Amazon Forecast  (AIM344) - AWS re:Invent 2018
[NEW LAUNCH!] Introducing Amazon Forecast (AIM344) - AWS re:Invent 2018
 
Mapping out your API Strategy - 4.20.11 Webinar slides
Mapping out your API Strategy - 4.20.11 Webinar slidesMapping out your API Strategy - 4.20.11 Webinar slides
Mapping out your API Strategy - 4.20.11 Webinar slides
 
API Management Building Blocks and Business value
API Management   Building Blocks and Business valueAPI Management   Building Blocks and Business value
API Management Building Blocks and Business value
 
How Secure Are Your APIs?
How Secure Are Your APIs?How Secure Are Your APIs?
How Secure Are Your APIs?
 
API Monetization – It Does Not Mean What You Think It Means. It Is Far More
API Monetization – It Does Not Mean What You Think It Means. It Is Far MoreAPI Monetization – It Does Not Mean What You Think It Means. It Is Far More
API Monetization – It Does Not Mean What You Think It Means. It Is Far More
 
AWS Partnership Model
AWS Partnership ModelAWS Partnership Model
AWS Partnership Model
 
Apigee Edge Overview and Roadmap
Apigee Edge Overview and RoadmapApigee Edge Overview and Roadmap
Apigee Edge Overview and Roadmap
 
Digital Integration Hub - Maximise Your APIs
Digital Integration Hub - Maximise Your APIsDigital Integration Hub - Maximise Your APIs
Digital Integration Hub - Maximise Your APIs
 
Definitive Guide to API Management
Definitive Guide to API ManagementDefinitive Guide to API Management
Definitive Guide to API Management
 
Partnership Model
Partnership ModelPartnership Model
Partnership Model
 
API Management architect presentation
API Management architect presentationAPI Management architect presentation
API Management architect presentation
 
Perform a Cloud Readiness Assessment for Your Own Company
Perform a Cloud Readiness Assessment for Your Own CompanyPerform a Cloud Readiness Assessment for Your Own Company
Perform a Cloud Readiness Assessment for Your Own Company
 
Apigee Edge Product Demo
Apigee Edge Product DemoApigee Edge Product Demo
Apigee Edge Product Demo
 
cloud-POS-reference-architecture.pdf
cloud-POS-reference-architecture.pdfcloud-POS-reference-architecture.pdf
cloud-POS-reference-architecture.pdf
 
Where to Begin? Application Portfolio Migration
Where to Begin? Application Portfolio MigrationWhere to Begin? Application Portfolio Migration
Where to Begin? Application Portfolio Migration
 

En vedette

Independent Review of Telecom APIs
Independent Review of Telecom APIsIndependent Review of Telecom APIs
Independent Review of Telecom APIsAlan Quayle
 
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 trendsAxway Appcelerator
 
APIエコノミーの現状と今後の期待
APIエコノミーの現状と今後の期待APIエコノミーの現状と今後の期待
APIエコノミーの現状と今後の期待Rasmus Ekman
 
APIエコノミー (金融編)
APIエコノミー (金融編)APIエコノミー (金融編)
APIエコノミー (金融編)Rasmus Ekman
 
APIエコノミーで日本をよくしましょう
APIエコノミーで日本をよくしましょうAPIエコノミーで日本をよくしましょう
APIエコノミーで日本をよくしましょうRasmus Ekman
 
金融業界におけるAPIエコノミー / Fintech meetup / IBM
金融業界におけるAPIエコノミー / Fintech meetup / IBM金融業界におけるAPIエコノミー / Fintech meetup / IBM
金融業界におけるAPIエコノミー / Fintech meetup / IBMRasmus Ekman
 

En vedette (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
 

Similaire à AT&T API Platform

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 DiveMichael Owens
 
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 JourneyApigee | Google Cloud
 
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 APISoftware AG
 
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 BusinessAkana
 
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 ThingsEric Sineath
 
Enterprise Global Messaging
Enterprise Global MessagingEnterprise Global Messaging
Enterprise Global MessagingJonathan Spinney
 
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 TechnologyWSO2
 
Multi-Network Location & SMS APIs
Multi-Network Location & SMS APIsMulti-Network Location & SMS APIs
Multi-Network Location & SMS APIsJonathan Spinney
 
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 AwakensForgeRock
 
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?Robert Seymour
 
Practical guide to building public APIs
Practical guide to building public APIsPractical guide to building public APIs
Practical guide to building public APIsReda Hmeid MBCS
 
AT&T Shape Hackathon Kick-off
AT&T Shape Hackathon Kick-offAT&T Shape Hackathon Kick-off
AT&T Shape Hackathon Kick-offEd Donahue
 
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...Akana
 
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 StrategyAkana
 
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 meetupMichael Leppitsch
 
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 ...Marjukka Niinioja
 
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 GrowthAPPSeCONNECT
 
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 2017Doug Sillars
 
WebRTC Market Status & Voice/Video Overview
WebRTC Market Status & Voice/Video OverviewWebRTC Market Status & Voice/Video Overview
WebRTC Market Status & Voice/Video OverviewDean Bubley
 

Similaire à 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
 

Dernier

Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...Neo4j
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...apidays
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdflior mazor
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
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)wesley chun
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?Igalia
 
Tech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfTech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfhans926745
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAndrey Devyatkin
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
Developing An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilDeveloping An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilV3cube
 
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 Takeoffsammart93
 

Dernier (20)

Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdf
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
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)
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
Tech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfTech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdf
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
Developing An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilDeveloping An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of Brazil
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
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
 

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