API
  • Yumpu documentations
  • JS
    • Introduction
    • Quick setup
    • Magazine example's
    • Bookshelf example's
    • FAQs
  • API
    • Introduction
    • Getting started
      • API token
      • Document API
      • User API
      • Search API
      • Install SDK's
    • Limits
    • Flowchart of basic processes
    • Documents
      • Get
    • Document
      • Get
      • Post file
      • Post url
      • Put
      • Delete
    • Document hotspots
      • Get
    • Document hotspot
      • Get
      • Post
      • Put
      • Delete
    • Document progress
      • Get
    • Document categories
      • Get
    • Document languages
      • Get
    • Countries
      • Get
    • Collections
      • Get
    • Collection
      • Get
      • Post
      • Put
      • Delete
    • Section
      • Get
      • Post
      • Put
      • Delete
    • Section document
      • Post
      • Delete
    • Search
      • Get
    • User
      • Get
      • Post
      • Put
    • Embeds
      • Get
    • Embed
      • Get
      • Post
      • Put
      • Delete
    • Members
      • Get
    • Member
      • Get
      • Post
      • Put
      • Delete
    • Access tags
      • Get
    • Access tag
      • Get
      • Post
      • Put
      • Delete
    • Subscriptions
      • Get
    • Subscription
      • Get
      • Post
      • Put
      • Delete
Powered by GitBook
On this page
  • Introduction
  • Note
  • Note to old browsers
  • Overview

Was this helpful?

  1. JS

Introduction

PreviousYumpu documentationsNextQuick setup

Last updated 5 years ago

Was this helpful?

Introduction

Note

This is the first version of this introduction to the frontend API. If you have any comments or suggestions about it, let us know and drop us a line

Note to old browsers

In some cases (mostly in old version of IE) the Javascript engine should be up and running, before calling our commands, so don't forget to use $(document).ready(function() { }); or anything similar, to avoid errors.

Overview

What can you do with the frontend API? Create yumpu frontends on your website easily! Right now we support the dynamic creation of ... - magazines - bookshelfs ... with a simply Javascript command.

support@yumpu.com