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
      • POST1. Generate Music https://api.kie.ai/api/v1/generate
      • GET2. Get Visuals https://api.pexels.com/v1/videos/search
      • POST3. Compile Video https://api.shotstack.io/edit/stage/render
      • POST7. Create Odoo Record Post https://dev-musiccast.odoo.com/json/2/social.post/create
      • POST8. Update Social Post Record https://dev-musiccast.odoo.com/json/2/social.post/action_post
LogoLogo
CloudflareYt Channel Videos Upload Workflow

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

||View as Markdown|
POST
/json/2/social.post/action_post
POST
/json/2/social.post/action_post
$curl -X POST https://graph.facebook.com/json/2/social.post/action_post \
> -H "Content-Type: application/json" \
> -d '{
> "ids": [
> 153
> ]
>}'
200Successful
1{}
Was this page helpful?
Previous

7. Create Odoo Record Post https://dev-musiccast.odoo.com/json/2/social.post/create

Next

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

Built with

Request

This endpoint expects an object.
idslist of integersRequired

Response

Successful response
  1. Create Odoo Record Post https://dev-musiccast.odoo.com/json/2/social.post/create
  1. Poll to Youtube RSS (each 1 hour) https://www.youtube.com/feeds/videos.xml