SlideShare a Scribd company logo
© 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

More Related Content

What's hot

Automating Procurement Plus
Automating Procurement PlusAutomating Procurement Plus
Automating Procurement Plus
accenture
 
Applying Robotic Process Automation in Banking: Innovations in Finance and Risk
Applying Robotic Process Automation in Banking: Innovations in Finance and RiskApplying Robotic Process Automation in Banking: Innovations in Finance and Risk
Applying Robotic Process Automation in Banking: Innovations in Finance and Risk
accenture
 
APIs - the oil pumps of the 21st century
APIs - the oil pumps of the 21st centuryAPIs - the oil pumps of the 21st century
APIs - the oil pumps of the 21st century
Frank Schwab
 
Tci Express
Tci ExpressTci Express
Tci Express
tdjariwala
 
Competitor Analysis Meru vs Ola cabs _Amit Katyayan
Competitor Analysis Meru vs Ola cabs _Amit KatyayanCompetitor Analysis Meru vs Ola cabs _Amit Katyayan
Competitor Analysis Meru vs Ola cabs _Amit Katyayan
Amit Katyayan
 
Achieving Business Transformation with UiPath RPA
Achieving Business Transformation with UiPath RPAAchieving Business Transformation with UiPath RPA
Achieving Business Transformation with UiPath RPA
Celonis
 
open-banking-on-aws.pdf
open-banking-on-aws.pdfopen-banking-on-aws.pdf
open-banking-on-aws.pdf
ssuser36a70f
 
#UiPathForward Daniel Dines Keynote
#UiPathForward Daniel Dines Keynote#UiPathForward Daniel Dines Keynote
#UiPathForward Daniel Dines Keynote
UiPath
 
Financial Reporting Robotics
Financial Reporting RoboticsFinancial Reporting Robotics
Financial Reporting Robotics
accenture
 
Uber Presentation
Uber PresentationUber Presentation
Uber PresentationKyle Lake
 
TransLGX Pitch Deck
TransLGX Pitch DeckTransLGX Pitch Deck
TransLGX Pitch Deck
Sebastian Baerend
 
A new era for RFID in Retail | Accenture
A new era for RFID in Retail | AccentureA new era for RFID in Retail | Accenture
A new era for RFID in Retail | Accenture
accenture
 
Accenture ppt
Accenture pptAccenture ppt
Accenture ppt
JithuJoseph15
 
We bank digital banking decoded for bnm 0618 v1.9(3)
We bank digital banking decoded for bnm 0618 v1.9(3)We bank digital banking decoded for bnm 0618 v1.9(3)
We bank digital banking decoded for bnm 0618 v1.9(3)
Chris Skinner
 
Internal Operations Automation Journey | Accenture
Internal Operations Automation Journey | AccentureInternal Operations Automation Journey | Accenture
Internal Operations Automation Journey | Accenture
accenture
 
Accenture Media & Entertainment Industry 2021 - The Lifestyle Media Platform ...
Accenture Media & Entertainment Industry 2021 - The Lifestyle Media Platform ...Accenture Media & Entertainment Industry 2021 - The Lifestyle Media Platform ...
Accenture Media & Entertainment Industry 2021 - The Lifestyle Media Platform ...
accenture
 
Putting digital technology and data to work for Tech CMO's
Putting digital technology and data to work for Tech CMO'sPutting digital technology and data to work for Tech CMO's
Putting digital technology and data to work for Tech CMO's
PwC
 
Digital Business - Accenture
Digital Business - AccentureDigital Business - Accenture
Digital Business - Accenture
Accenture the Netherlands
 
Civil Aviation Industry In India
Civil Aviation Industry In IndiaCivil Aviation Industry In India
Civil Aviation Industry In India
Vinayak Gupta
 
Designing Enhanced Supervision for the Evolving Wealth Management Ecosystem
Designing Enhanced Supervision for the Evolving Wealth Management EcosystemDesigning Enhanced Supervision for the Evolving Wealth Management Ecosystem
Designing Enhanced Supervision for the Evolving Wealth Management Ecosystem
accenture
 

What's hot (20)

Automating Procurement Plus
Automating Procurement PlusAutomating Procurement Plus
Automating Procurement Plus
 
Applying Robotic Process Automation in Banking: Innovations in Finance and Risk
Applying Robotic Process Automation in Banking: Innovations in Finance and RiskApplying Robotic Process Automation in Banking: Innovations in Finance and Risk
Applying Robotic Process Automation in Banking: Innovations in Finance and Risk
 
APIs - the oil pumps of the 21st century
APIs - the oil pumps of the 21st centuryAPIs - the oil pumps of the 21st century
APIs - the oil pumps of the 21st century
 
Tci Express
Tci ExpressTci Express
Tci Express
 
Competitor Analysis Meru vs Ola cabs _Amit Katyayan
Competitor Analysis Meru vs Ola cabs _Amit KatyayanCompetitor Analysis Meru vs Ola cabs _Amit Katyayan
Competitor Analysis Meru vs Ola cabs _Amit Katyayan
 
Achieving Business Transformation with UiPath RPA
Achieving Business Transformation with UiPath RPAAchieving Business Transformation with UiPath RPA
Achieving Business Transformation with UiPath RPA
 
open-banking-on-aws.pdf
open-banking-on-aws.pdfopen-banking-on-aws.pdf
open-banking-on-aws.pdf
 
#UiPathForward Daniel Dines Keynote
#UiPathForward Daniel Dines Keynote#UiPathForward Daniel Dines Keynote
#UiPathForward Daniel Dines Keynote
 
Financial Reporting Robotics
Financial Reporting RoboticsFinancial Reporting Robotics
Financial Reporting Robotics
 
Uber Presentation
Uber PresentationUber Presentation
Uber Presentation
 
TransLGX Pitch Deck
TransLGX Pitch DeckTransLGX Pitch Deck
TransLGX Pitch Deck
 
A new era for RFID in Retail | Accenture
A new era for RFID in Retail | AccentureA new era for RFID in Retail | Accenture
A new era for RFID in Retail | Accenture
 
Accenture ppt
Accenture pptAccenture ppt
Accenture ppt
 
We bank digital banking decoded for bnm 0618 v1.9(3)
We bank digital banking decoded for bnm 0618 v1.9(3)We bank digital banking decoded for bnm 0618 v1.9(3)
We bank digital banking decoded for bnm 0618 v1.9(3)
 
Internal Operations Automation Journey | Accenture
Internal Operations Automation Journey | AccentureInternal Operations Automation Journey | Accenture
Internal Operations Automation Journey | Accenture
 
Accenture Media & Entertainment Industry 2021 - The Lifestyle Media Platform ...
Accenture Media & Entertainment Industry 2021 - The Lifestyle Media Platform ...Accenture Media & Entertainment Industry 2021 - The Lifestyle Media Platform ...
Accenture Media & Entertainment Industry 2021 - The Lifestyle Media Platform ...
 
Putting digital technology and data to work for Tech CMO's
Putting digital technology and data to work for Tech CMO'sPutting digital technology and data to work for Tech CMO's
Putting digital technology and data to work for Tech CMO's
 
Digital Business - Accenture
Digital Business - AccentureDigital Business - Accenture
Digital Business - Accenture
 
Civil Aviation Industry In India
Civil Aviation Industry In IndiaCivil Aviation Industry In India
Civil Aviation Industry In India
 
Designing Enhanced Supervision for the Evolving Wealth Management Ecosystem
Designing Enhanced Supervision for the Evolving Wealth Management EcosystemDesigning Enhanced Supervision for the Evolving Wealth Management Ecosystem
Designing Enhanced Supervision for the Evolving Wealth Management Ecosystem
 

Viewers also liked

Independent Review of Telecom APIs
Independent Review of Telecom APIsIndependent Review of Telecom APIs
Independent Review of Telecom APIs
Alan 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 / IBM
Rasmus Ekman
 

Viewers also liked (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
 

Similar to AT&T API Platform

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 Developer Program
 
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
Michael 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 Journey
Apigee | 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 API
Software 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 Business
Akana
 
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 Messaging
Jonathan 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 Technology
WSO2
 
Multi-Network Location & SMS APIs
Multi-Network Location & SMS APIsMulti-Network Location & SMS APIs
Multi-Network Location & SMS APIs
Jonathan 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 Awakens
ForgeRock
 
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 APIs
Reda Hmeid MBCS
 
AT&T Shape Hackathon Kick-off
AT&T Shape Hackathon Kick-offAT&T Shape Hackathon Kick-off
AT&T Shape Hackathon Kick-off
Ed 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 meetup
Michael 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 Growth
APPSeCONNECT
 
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
Doug Sillars
 
WebRTC Market Status & Voice/Video Overview
WebRTC Market Status & Voice/Video OverviewWebRTC Market Status & Voice/Video Overview
WebRTC Market Status & Voice/Video Overview
Dean Bubley
 

Similar to 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
 

Recently uploaded

GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024
GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024
GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024
Neo4j
 
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
DanBrown980551
 
GraphSummit Singapore | The Art of the Possible with Graph - Q2 2024
GraphSummit Singapore | The Art of the  Possible with Graph - Q2 2024GraphSummit Singapore | The Art of the  Possible with Graph - Q2 2024
GraphSummit Singapore | The Art of the Possible with Graph - Q2 2024
Neo4j
 
DevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA ConnectDevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA Connect
Kari Kakkonen
 
Epistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI supportEpistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI support
Alan Dix
 
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdfUnlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Malak Abu Hammad
 
Climate Impact of Software Testing at Nordic Testing Days
Climate Impact of Software Testing at Nordic Testing DaysClimate Impact of Software Testing at Nordic Testing Days
Climate Impact of Software Testing at Nordic Testing Days
Kari Kakkonen
 
National Security Agency - NSA mobile device best practices
National Security Agency - NSA mobile device best practicesNational Security Agency - NSA mobile device best practices
National Security Agency - NSA mobile device best practices
Quotidiano Piemontese
 
GridMate - End to end testing is a critical piece to ensure quality and avoid...
GridMate - End to end testing is a critical piece to ensure quality and avoid...GridMate - End to end testing is a critical piece to ensure quality and avoid...
GridMate - End to end testing is a critical piece to ensure quality and avoid...
ThomasParaiso2
 
RESUME BUILDER APPLICATION Project for students
RESUME BUILDER APPLICATION Project for studentsRESUME BUILDER APPLICATION Project for students
RESUME BUILDER APPLICATION Project for students
KAMESHS29
 
20240609 QFM020 Irresponsible AI Reading List May 2024
20240609 QFM020 Irresponsible AI Reading List May 202420240609 QFM020 Irresponsible AI Reading List May 2024
20240609 QFM020 Irresponsible AI Reading List May 2024
Matthew Sinclair
 
GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...
GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...
GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...
Neo4j
 
UiPath Test Automation using UiPath Test Suite series, part 6
UiPath Test Automation using UiPath Test Suite series, part 6UiPath Test Automation using UiPath Test Suite series, part 6
UiPath Test Automation using UiPath Test Suite series, part 6
DianaGray10
 
Enchancing adoption of Open Source Libraries. A case study on Albumentations.AI
Enchancing adoption of Open Source Libraries. A case study on Albumentations.AIEnchancing adoption of Open Source Libraries. A case study on Albumentations.AI
Enchancing adoption of Open Source Libraries. A case study on Albumentations.AI
Vladimir Iglovikov, Ph.D.
 
Securing your Kubernetes cluster_ a step-by-step guide to success !
Securing your Kubernetes cluster_ a step-by-step guide to success !Securing your Kubernetes cluster_ a step-by-step guide to success !
Securing your Kubernetes cluster_ a step-by-step guide to success !
KatiaHIMEUR1
 
Building RAG with self-deployed Milvus vector database and Snowpark Container...
Building RAG with self-deployed Milvus vector database and Snowpark Container...Building RAG with self-deployed Milvus vector database and Snowpark Container...
Building RAG with self-deployed Milvus vector database and Snowpark Container...
Zilliz
 
Pushing the limits of ePRTC: 100ns holdover for 100 days
Pushing the limits of ePRTC: 100ns holdover for 100 daysPushing the limits of ePRTC: 100ns holdover for 100 days
Pushing the limits of ePRTC: 100ns holdover for 100 days
Adtran
 
Introduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - CybersecurityIntroduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - Cybersecurity
mikeeftimakis1
 
Full-RAG: A modern architecture for hyper-personalization
Full-RAG: A modern architecture for hyper-personalizationFull-RAG: A modern architecture for hyper-personalization
Full-RAG: A modern architecture for hyper-personalization
Zilliz
 
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
James Anderson
 

Recently uploaded (20)

GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024
GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024
GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024
 
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
 
GraphSummit Singapore | The Art of the Possible with Graph - Q2 2024
GraphSummit Singapore | The Art of the  Possible with Graph - Q2 2024GraphSummit Singapore | The Art of the  Possible with Graph - Q2 2024
GraphSummit Singapore | The Art of the Possible with Graph - Q2 2024
 
DevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA ConnectDevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA Connect
 
Epistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI supportEpistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI support
 
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdfUnlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
 
Climate Impact of Software Testing at Nordic Testing Days
Climate Impact of Software Testing at Nordic Testing DaysClimate Impact of Software Testing at Nordic Testing Days
Climate Impact of Software Testing at Nordic Testing Days
 
National Security Agency - NSA mobile device best practices
National Security Agency - NSA mobile device best practicesNational Security Agency - NSA mobile device best practices
National Security Agency - NSA mobile device best practices
 
GridMate - End to end testing is a critical piece to ensure quality and avoid...
GridMate - End to end testing is a critical piece to ensure quality and avoid...GridMate - End to end testing is a critical piece to ensure quality and avoid...
GridMate - End to end testing is a critical piece to ensure quality and avoid...
 
RESUME BUILDER APPLICATION Project for students
RESUME BUILDER APPLICATION Project for studentsRESUME BUILDER APPLICATION Project for students
RESUME BUILDER APPLICATION Project for students
 
20240609 QFM020 Irresponsible AI Reading List May 2024
20240609 QFM020 Irresponsible AI Reading List May 202420240609 QFM020 Irresponsible AI Reading List May 2024
20240609 QFM020 Irresponsible AI Reading List May 2024
 
GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...
GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...
GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...
 
UiPath Test Automation using UiPath Test Suite series, part 6
UiPath Test Automation using UiPath Test Suite series, part 6UiPath Test Automation using UiPath Test Suite series, part 6
UiPath Test Automation using UiPath Test Suite series, part 6
 
Enchancing adoption of Open Source Libraries. A case study on Albumentations.AI
Enchancing adoption of Open Source Libraries. A case study on Albumentations.AIEnchancing adoption of Open Source Libraries. A case study on Albumentations.AI
Enchancing adoption of Open Source Libraries. A case study on Albumentations.AI
 
Securing your Kubernetes cluster_ a step-by-step guide to success !
Securing your Kubernetes cluster_ a step-by-step guide to success !Securing your Kubernetes cluster_ a step-by-step guide to success !
Securing your Kubernetes cluster_ a step-by-step guide to success !
 
Building RAG with self-deployed Milvus vector database and Snowpark Container...
Building RAG with self-deployed Milvus vector database and Snowpark Container...Building RAG with self-deployed Milvus vector database and Snowpark Container...
Building RAG with self-deployed Milvus vector database and Snowpark Container...
 
Pushing the limits of ePRTC: 100ns holdover for 100 days
Pushing the limits of ePRTC: 100ns holdover for 100 daysPushing the limits of ePRTC: 100ns holdover for 100 days
Pushing the limits of ePRTC: 100ns holdover for 100 days
 
Introduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - CybersecurityIntroduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - Cybersecurity
 
Full-RAG: A modern architecture for hyper-personalization
Full-RAG: A modern architecture for hyper-personalizationFull-RAG: A modern architecture for hyper-personalization
Full-RAG: A modern architecture for hyper-personalization
 
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
 

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