Type alias StoryPayload

StoryPayload: {
    content: string;
    image: string;
    prompt: string;
    temperature: number;
    title: string;
}

Payload with story data

Type declaration

  • content: string

    Content of the story

  • image: string

    URL for the story image. This link expires so be sure to download it

  • prompt: string

    Prompt used to generate the story

  • temperature: number

    Temperature used to generate the story

  • title: string