Skip to main content
GET
/
feeds
/
{feed_id}
/
embed
Get embed code snippets
curl --request GET \
  --url https://api.juicer.io/v1/feeds/{feed_id}/embed \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "feed_url": "<string>",
    "javascript": "<script type=\"text/javascript\" src=\"https://www.juicer.io/embed/my-feed/embed-code.js\" async defer></script>",
    "iframe": "<string>",
    "wordpress_shortcode": "[juicer name='my-feed']",
    "wordpress_php": "<?php juicer_feed('name=my-feed'); ?>"
  }
}

Documentation Index

Fetch the complete documentation index at: https://developers.juicer.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key prefixed with jcr_. To obtain a key programmatically (no dashboard required), see POST /v1/authorize.

Path Parameters

feed_id
integer
required

Response

Embed snippets

data
object