Skip to content

Remove client.content.create from doc #15

@AndreiSoroka

Description

@AndreiSoroka

const contentResponse: Perplexity.Content.ContentCreateResponse = await client.content.create(contentParams);

// Content API types
const contentParams: Perplexity.Content.ContentCreateParams = {
  urls: ["https://example.com/article"]
};
const contentResponse: Perplexity.Content.ContentCreateResponse = await client.content.create(contentParams);

What is client.content.create?

Image

I think need to remove wrong documentation

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions