Websites v4 docs v8.3.1
    Preparing search index...

    Interface BlogPostsRequest

    interface BlogPostsRequest {
        agency_id: number;
        keywords: string;
        resourceType: BlogPosts;
        title: string;
        tone?: AiTone;
    }

    Hierarchy

    • AiApiRequestBase
      • BlogPostsRequest
    Index

    Properties

    agency_id: number
    keywords: string
    resourceType: BlogPosts
    title: string
    tone?: AiTone