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. Create Odoo Record Post https://dev-musiccast.odoo.com/json/2/social.post/create

||View as Markdown|
POST
/json/2/social.post/create
POST
/json/2/social.post/create
$curl -X POST https://graph.facebook.com/json/2/social.post/create \
> -H "Content-Type: application/json" \
> -d '{
> "vals_list": {
> "account_ids": [
> 19
> ],
> "youtube_title": "Beautiful Music - Session #{{numeral_id}} | Music Cast {{current_year}}",
> "youtube_video_id": "of3K_bpJe8Q",
> "youtube_description": "👉 Listen to this music on Spotify: https://l.musicca.st/mds\n\n👉 Follow Us:\nhttps://linkedin.com/company/musiccast\nhttps://facebook.com/musiccastus \nhttps://instagram.com/musiccast_ \nhttps://x.com/musiccast_\nhttps://tiktok.com/@musiccast \n\n\n👉 Are you an artist or a label? \n💸 Boost your catalog and brand with us.\n\n👇Apply Now!👇\nhttps://musicca.st/start\n\n---\n#MusicCast #BeautifulMusic #{{current_year}}",
> "youtube_video_privacy": "public",
> "youtube_video_category_id": "22"
> }
>}'
200Successful
1{}
Was this page helpful?
Previous

3. Compile Video https://api.shotstack.io/edit/stage/render

Next

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

Built with

Request

This endpoint expects an object.
vals_listobjectRequired

Response

Successful response
  1. Compile Video https://api.shotstack.io/edit/stage/render
  1. Update Social Post Record https://dev-musiccast.odoo.com/json/2/social.post/action_post