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. Compile Video https://api.shotstack.io/edit/stage/render

||View as Markdown|
POST
/edit/stage/render
POST
/edit/stage/render
$curl -X POST https://graph.facebook.com/edit/stage/render \
> -H "x-api-key: r03yYY4E32jxtRTHePtatrONzD16RKZkOn5yTupG" \
> -H "Content-Type: application/json" \
> -d "{
> \"callback\": \"https://{{env.worker_name}}deao.workers.dev/step3\",
> \"timeline\": {
> \"background\": \"#000000\",
> \"tracks\": [
> {
> \"clips\": [ //logo
> {
> \"length\": \"end\",
> \"asset\": {
> \"type\": \"image\",
> \"src\": \"https://musiccast.odoo.com/web/image/3427\"
> },
> \"start\": \"auto\",
> \"transition\": {
> \"in\": \"fadeSlow\",
> \"out\": \"fadeSlow\"
> }
> }
> ]
> },
> {
> \"clips\": [ //videos
> {
> \"length\": \"auto\",
> \"asset\": {
> \"type\": \"video\", //Video 1
> \"src\": \"https://videos.pexels.com/video-files/4324104/4324104-hd_1920_1080_24fps.mp4\",
> \"volume\": 1
> },
> \"start\": \"auto\",
> \"transition\": {
> \"in\": \"fadeSlow\" //first video
> }
> },
> {
> \"length\": \"auto\",
> \"asset\": {
> \"type\": \"video\", //Video 2
> \"src\": \"https://videos.pexels.com/video-files/....mp4\",
> \"volume\": 1
> },
> \"start\": \"auto\"
> },
> {
> \"length\": \"auto\",
> \"asset\": {
> \"type\": \"video\", //video 3
> \"src\": \"https://videos.pexels.com/video-files/....mp4\",
> \"volume\": 1
> },
> \"start\": \"auto\"
> },
> {
> \"length\": \"end\", // last video
> \"asset\": {
> \"type\": \"video\", // Video 4
> \"src\": \"https://videos.pexels.com/video-files/....mp4\",
> \"volume\": 1
> },
> \"start\": \"auto\",
> \"transition\": {
> \"out\": \"fadeSlow\" //last video
> }
> }
> ]
> },
> {
> \"clips\": [ //audios
> {
> \"length\": \"auto\",
> \"asset\": {
> \"type\": \"audio\", // audio 1
> \"src\": \"https://tempfile.aiquickdraw.com/r/6e4fdd3b9b3246d592778f4ef0afc289.mp3\",
> \"volume\": 1
> },
> \"start\": \"auto\"
> },
> {
> \"length\": \"end\", // last audio
> \"asset\": {
> \"type\": \"audio\", // audio 2
> \"src\": \"https://tempfile.aiquickdraw.com/r/....mp3\",
> \"volume\": 1
> },
> \"start\": \"auto\"
> }
> ]
> }
> ]
> },
> \"output\": {
> \"format\": \"mp4\",
> \"fps\": 30,
> \"size\": {
> \"width\": 1920,
> \"height\": 1080
> }
> }
>}"
200Successful
1{}
Was this page helpful?
Previous

2. Get Visuals https://api.pexels.com/v1/videos/search

Next

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

Built with

Headers

x-api-keystringOptional

Request

This endpoint expects a string.

Response

Successful response
  1. Get Visuals https://api.pexels.com/v1/videos/search
  1. Create Odoo Record Post https://dev-musiccast.odoo.com/json/2/social.post/create