JavaScript
const options = {method: 'GET'}; fetch('https://studyfetchapi.com/api/v1/embed/component/{componentId}', options) .then(res => res.json()) .then(res => console.log(res)) .catch(err => console.error(err));
Documentation IndexFetch the complete documentation index at: https://www.studyfetch.com/docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://www.studyfetch.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Component ID or MongoDB _id
Embed token
Component data retrieved
Was this page helpful?
Contact support