Skip to main content
JacksonXR
Known Participant
September 12, 2023
Question

Definition clarification on the meaning of 'embed' SDK

  • September 12, 2023
  • 1 reply
  • 668 views

Hello,

My name is Jackson and I am keen to learn about programming and coding to create my own flows. 

Can someone please give an example of how they used JavaScript library in Adobe Express in their web application.

And is this achieved thru an API?

1 reply

Community Manager
September 12, 2023

Hi @JacksonXR  --

 

It is achieved via a web SDK. You can learn more about what the Embed SDK is here: https://developer.adobe.com/express/embed-sdk/

 

If you want to get started with embedding Adobe Express capabilities in your own app, start with the SDK documentation: https://developer.adobe.com/express/embed-sdk/docs/guides 

 

Best, 

 

Amanda 

JacksonXR
JacksonXRAuthor
Known Participant
September 14, 2023

Hi @amanda_h,

Thank you.
I have already made some headway in the interim of receiving a reply by googling some key phrases from the subject line of the original post. 
What had me stumped: and continues to do so is, is disambiguating what a API is and SDK is; my chosen SDK Android Studio - which I use to call an API?
I'm still in the very early stages of development :fu

Nancy OShea
Community Expert
Community Expert
October 2, 2023

SDK = Software Development Kit.

API = Application Programming Interface.

Web App = Any interactive service offered over the Internet. Examples of Web Apps include search egnines, online forms that collect and process data, shopping carts, online payment processors, video streaming, social media, online games, etc...

 

See these related links:

HTML:  https://www.w3schools.com/html/

CSS: https://www.w3schools.com/css/

Javascript  https://www.w3schools.com/js/

Node JS: https://www.w3schools.com/nodejs/

 

Nancy O'Shea— Product User & Community Expert