Sign in

Create embed

documented

Create a new embed for a document.

POST /embed.jsonEmbedno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.yumpu.com/2.0/embed.json" \
  -X POST \
  -H "X-ACCESS-TOKEN: {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Content-Type: application/x-www-form-urlencoded" \
  -H "Accept: application/json" \
  -d "document_id={{document_id}}&type={{type}}&width={{width}}&start_page={{start_page}}&destination={{destination}}&title={{title}}&title_font_family={{title_font_family}}&title_font_size={{title_font_size}}&title_font_color={{title_font_color}}&background_color={{background_color}}&fullscreen_background_color={{fullscreen_background_color}}&color={{color}}&download_pdf_enabled={{download_pdf_enabled}}"