OpenAPI documentation for Fluid's SDK API
E-mail support@fluid.app
License MIT
OpenAPI documentation for Fluid's SDK API
curl -i -X POST \ 'https://fluid-commerce.redocly.app/_mock/docs/apis/public/api/public/v2025-06/media/{slug}' \ -H 'Content-Type: application/json' \ -d '{ "metadata": { "fluid_shop": "myshop", "fluid_session": "fs_szwdDuRbqEe7AV7sXk7vVq", "fluid_locale": "en_US", "fluid_journey": "string", "attribution": { "email": "salesrep@example.com" } } }'
{ "status": 200, "media": { "id": 0, "slug": "string", "title": "string", "kind": "string", "media_type": "string", "media_format": "string", "image_url": "string", "video_url": "string", "pdf_url": "string", "powerpoint_url": "string", "duration": 0, "description": "string", "subtitles": "{}", "comments_count": 0, "products": [ … ], "enrollment_packs": [ … ] }, "metadata": { "fluid_shop": "string", "fluid_session": "string", "fluid_locale": "en_US", "request_uuid": "a699086b-c336-457e-9191-0c825d6efbc8", "timestamp": "string" } }
curl -i -X POST \ https://fluid-commerce.redocly.app/_mock/docs/apis/public/api/public/v2025-06/media \ -H 'Content-Type: application/json' \ -d '{ "media": { "id": "test-media-slug" }, "metadata": { "fluid_shop": "myshop", "fluid_session": "fs_szwdDuRbqEe7AV7sXk7vVq", "fluid_locale": "en_US", "fluid_journey": "string", "attribution": { "email": "salesrep@example.com" } } }'
{ "status": 200, "media": { "id": 0, "slug": "string", "title": "string", "kind": "string", "media_type": "string", "media_format": "string", "image_url": "string", "video_url": "string", "pdf_url": "string", "powerpoint_url": "string", "duration": 0, "description": "string", "subtitles": "{}", "comments_count": 0, "products": [ … ], "enrollment_packs": [ … ] }, "metadata": { "fluid_shop": "string", "fluid_session": "string", "fluid_locale": "en_US", "request_uuid": "a699086b-c336-457e-9191-0c825d6efbc8", "timestamp": "string" } }