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
      • GET3. Compilation - Create IG Images (OG Style) https://og-image-generator.deao.workers.dev/
      • GET2. Search 10 Images https://api.search.brave.com/res/v1/images/search
      • POST7. Update Blog Post https://dev-musiccast.odoo.com/json/2/blog.post/write
      • POST4. Upload Images to Odoo https://dev-musiccast.odoo.com/json/2/ir.attachment/create
      • POST1. Create 9 Texts for IG Carousel https://api.cloudflare.com/client/v4/accounts/84160857b012477f501ba7dea513f89e/ai/v1/chat/completions
LogoLogo
CloudflareSocial Post Workflow

  1. Update Blog Post https://dev-musiccast.odoo.com/json/2/blog.post/write

||View as Markdown|
POST
/json/2/blog.post/write
POST
/json/2/blog.post/write
$curl -X POST https://graph.facebook.com/json/2/blog.post/write \
> -H "Content-Type: application/json" \
> -d "{
> \"ids\": [
> 62 // id from incoming webhook json
> ],
> \"vals\": {
> \"website_meta_og_img\": \"/web/image/{{$step4.id[0]}}\",
> \"cover_properties\": \"{\n \\"background-image\\": \\"url(\\\\"{{$data[0].results[0].thumbnail.src}}\\\\")\\",\n \\"resize_class\\": \\"o_half_screen_height o_record_has_cover\\",\n \\"text_align_class\\": \\"\\",\n \\"opacity\\": \\"0.6\\",\n \\"background_color_class\\": \\"o_cc o_cc4\\",\n \\"background_color_style\\": \\"\\"\n}\",
>
> \"is_published\": true
> }
>}"
200Successful
1{}
Was this page helpful?
Previous

2. Search 10 Images https://api.search.brave.com/res/v1/images/search

Next

4. Upload Images to Odoo https://dev-musiccast.odoo.com/json/2/ir.attachment/create

Built with

Request

This endpoint expects a string.

Response

Successful response
  1. Search 10 Images https://api.search.brave.com/res/v1/images/search
  1. Upload Images to Odoo https://dev-musiccast.odoo.com/json/2/ir.attachment/create