For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
  • Cloudflare
    • GETpayload example
    • POSThttps://social-media-posting-dev.deao.workers.dev/post
      • GET1. Poll to Youtube RSS (each 1 hour) https://www.youtube.com/feeds/videos.xml
      • POST4. Create Blog Post in Odoo Create blog post https://dev-musiccast.odoo.com/json/2/blog.post/create
      • GET2. Get YT Video transcriptions https://youtube-video-summarizer-gpt-ai.p.rapidapi.com/api/v1/get-transcript-v2
LogoLogo
CloudflareBlog Post Creation

  1. Poll to Youtube RSS (each 1 hour) https://www.youtube.com/feeds/videos.xml

||View as Markdown|
GET
/feeds/videos.xml
GET
/feeds/videos.xml
$curl -G https://graph.facebook.com/feeds/videos.xml \
> -d channel_id=UC-BuQscBRRi1OUTezwICm-w
200Retrieved
1{}
Was this page helpful?
Previous

8. Update Social Post Record https://dev-musiccast.odoo.com/json/2/social.post/action_post

Next

4. Create Blog Post in Odoo Create blog post https://dev-musiccast.odoo.com/json/2/blog.post/create

Built with

Query parameters

channel_idstringOptional

Response

Successful response
  1. Update Social Post Record https://dev-musiccast.odoo.com/json/2/social.post/action_post
  1. Create Blog Post in Odoo Create blog post https://dev-musiccast.odoo.com/json/2/blog.post/create