> ## Documentation Index
> Fetch the complete documentation index at: https://docs.riona.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Post / Video Creative Ideas

> Generate creative post and video ideas

<Check>Supported Platforms:  <Icon icon="youtube" size={20} />  <Icon icon="tiktok" size={20} />  <Icon icon="instagram" size={20} />  <Icon icon="facebook" size={20} />  <Icon icon="x-twitter" size={20} />  <Icon icon="telegram" size={20} /></Check>

<ResponseExample>
  ```json 200 theme={null}
  {
    "profile": "JayShettyPodcast",
    "post_ideas": [
      {
        "title": "The Power of Mindful Morning Routines",
        "format": "Long-form video",
        "content_angle": "Explore how successful people start their day with mindfulness and how it impacts their productivity.",
        "hashtags": [
          "#MindfulMornings",
          "#ProductivityHacks",
          "#JayShettyPodcast"
        ],
        "best_posting_times": [
          "Monday 8 AM",
          "Thursday 8 AM"
        ]
      },
      {
        "title": "5-Minute Meditation for Busy People",
        "format": "Short-form video",
        "content_angle": "Offer a quick guided meditation that fits into anyone's busy schedule to boost focus and reduce stress.",
        "hashtags": [
          "#Meditation",
          "#StressRelief",
          "#QuickMeditation"
        ],
        "best_posting_times": [
          "Wednesday 7 AM",
          "Friday 7 AM"
        ]
      },
      {
        "title": "Interview with a Mindfulness Expert",
        "format": "Live",
        "content_angle": "Engage with a mindfulness expert in a live session where viewers can ask questions and gain insights.",
        "hashtags": [
          "#LiveInterview",
          "#Mindfulness",
          "#ExpertTalk"
        ],
        "best_posting_times": [
          "Tuesday 6 PM",
          "Saturday 12 PM"
        ]
      },
      {
        "title": "Transforming Negative Thoughts into Positive Actions",
        "format": "Long-form video",
        "content_angle": "Discuss techniques to reframe negative thoughts and channel them into positive actions.",
        "hashtags": [
          "#PositiveThinking",
          "#MentalHealth",
          "#JayShettyPodcast"
        ],
        "best_posting_times": [
          "Sunday 9 AM",
          "Thursday 9 AM"
        ]
      },
      {
        "title": "The Science Behind Gratitude",
        "format": "Short-form video",
        "content_angle": "Delve into scientific studies that show the benefits of practicing gratitude daily.",
        "hashtags": [
          "#Gratitude",
          "#ScienceOfHappiness",
          "#JayShettyPodcast"
        ],
        "best_posting_times": [
          "Monday 7 PM",
          "Friday 7 PM"
        ]
      },
      {
        "title": "How to Build Resilience in Tough Times",
        "format": "Long-form video",
        "content_angle": "Share personal stories and strategies to build resilience during challenging periods.",
        "hashtags": [
          "#Resilience",
          "#PersonalGrowth",
          "#OvercomeChallenges"
        ],
        "best_posting_times": [
          "Tuesday 8 AM",
          "Saturday 8 AM"
        ]
      },
      {
        "title": "Behind the Scenes: Recording the Podcast",
        "format": "Story",
        "content_angle": "Take your audience behind the scenes of a podcast recording session to show the process and fun moments.",
        "hashtags": [
          "#BehindTheScenes",
          "#PodcastLife",
          "#JayShetty"
        ],
        "best_posting_times": [
          "Thursday 3 PM",
          "Sunday 3 PM"
        ]
      },
      {
        "title": "The Art of Effective Listening",
        "format": "Short-form video",
        "content_angle": "Highlight tips and techniques to become a better listener in personal and professional settings.",
        "hashtags": [
          "#EffectiveListening",
          "#CommunicationSkills",
          "#JayShettyPodcast"
        ],
        "best_posting_times": [
          "Wednesday 2 PM",
          "Saturday 2 PM"
        ]
      },
      {
        "title": "Book Recommendations for Personal Growth",
        "format": "Carousel",
        "content_angle": "Share a list of impactful books that have influenced your personal growth journey.",
        "hashtags": [
          "#BookRecommendations",
          "#PersonalDevelopment",
          "#ReadingList"
        ],
        "best_posting_times": [
          "Friday 5 PM",
          "Sunday 5 PM"
        ]
      },
      {
        "title": "How to Cultivate Empathy in Everyday Life",
        "format": "Long-form video",
        "content_angle": "Discuss the importance of empathy and practical ways to develop it in daily interactions.",
        "hashtags": [
          "#Empathy",
          "#Compassion",
          "#JayShettyPodcast"
        ],
        "best_posting_times": [
          "Monday 10 AM",
          "Thursday 10 AM"
        ]
      }
    ]
  }
  ```
</ResponseExample>


## OpenAPI

````yaml api-reference/openapi-3.0.json get /wf/ai-creative-ideas
openapi: 3.0.3
info:
  title: Riona API Docs
  version: 1.0.0
  contact:
    email: info@riona.ai
    url: https://riona.ai
servers:
  - url: https://riona.ai/api/1.1
security:
  - bearerAuth: []
tags:
  - name: Workflow
    description: Use this to trigger a workflow
  - name: Data
    description: Use this to fetch, modify and delete data
paths:
  /wf/ai-creative-ideas:
    get:
      tags:
        - Workflow
      description: Triggers the workflow ai-creative-ideas
      operationId: get_wf_ai-creative-ideas
      parameters:
        - name: url
          in: query
          required: true
          description: Profile url
          schema:
            type: string
        - name: niche
          in: query
          required: false
          description: >-
            Targeted Niche, if you would like to focus the ideas on a specific
            category or a niche add it here.


            Categories Examples: `Fitness & Health` | `Technology` | `Food`

            Niches Examples: `ASMR` | `Shoes` | `Bicycles` | `NFT`
          schema:
            type: string
        - name: audience
          in: query
          required: false
          description: >-
            Examples: 

            - Young professionals aged 25–35 seeking career growth.

            - College students interested in budget travel.

            - Parents looking for ealthy meal ideas for kids.

            - Fitness enthusiasts aiming to build muscle at home.

            - Tech lovers who want the latest gadget reviews.

            - Small business owners wanting social media marketing tips.

            - Eco-conscious consumers seeking sustainable lifestyle hacks.

            - Cryptocurrency investors and blockchain enthusiasts.

            - Sports fans following international football news.

            - Beauty and fashion followers looking for makeup tutorials and
            styling tips.
          schema:
            type: string
        - name: goals
          in: query
          required: false
          description: >-
            Examples: `increase engagement` | `grow followers` | `drive sales` |
            `boost brand awareness`
          schema:
            type: string
        - name: post_type
          in: query
          required: false
          description: 'Possible options: `post` | `video`'
          schema:
            type: string
        - name: api_key
          in: query
          required: true
          description: >-
            This is your account API Key. You can easily locate it in your
            account dashboard.
          schema:
            type: string
      responses:
        '200':
          description: OK
components:
  securitySchemes:
    bearerAuth:
      type: http
      scheme: bearer
      bearerFormat: JWT

````