Seamlessly integrate advanced content retrieval and search into your applications.
Go to siteimport { axios } from "@pipedream/platform"
export default defineComponent({
props: {
openperplex: {
type: "app",
app: "openperplex",
}
},
async run({steps, $}) {
return await axios($, {
url: `https://5e70fd93-e9b8-4b9c-b7d9-eea4580f330c.app.bhs.ai.cloud.ovh.net/get_website_text`,
headers: {
"X-API-Key": `${this.openperplex.$auth.api_key}`,
},
params: {
url: `https://pipedream.com`,
},
})
},
})
Get a screenshot of a website using Openperplex. See the documentation
Queries content from a specific URL using Openperplex. See the documentation
Perform a simple search using Openperplex. See the documentation
OpenPerplex uses API keys for authentication. When you connect your OpenPerplex account, Pipedream securely stores the keys so you can easily authenticate to OpenPerplex APIs in both code and no-code steps.