Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
JavaScript
const options = {method: 'GET'}; fetch('https://studyfetchapi.com/api/v1/embed/verify', options) .then(res => res.json()) .then(res => console.log(res)) .catch(err => console.error(err));
curl --request GET \ --url https://studyfetchapi.com/api/v1/embed/verify
import requestsurl = "https://studyfetchapi.com/api/v1/embed/verify"response = requests.get(url)print(response.text)
Embed token to verify
Token is valid
Was this page helpful?