Effortless Computer Vision. Streamlining visual data analysis for easy, accessible AI-powered insights. Build your tailored AI application with EyePop.
Go to siteimport { axios } from "@pipedream/platform"
export default defineComponent({
props: {
eyepop_ai: {
type: "app",
app: "eyepop_ai",
}
},
async run({steps, $}) {
return await axios($, {
url: `https://api.eyepop.ai/pops/${this.eyepop_ai.$auth.pop_uuid}/config`,
headers: {
Authorization: `Bearer ${this.eyepop_ai.$auth.oauth_access_token}`,
},
})
},
})
EyePop.ai uses OAuth authentication. When you connect your EyePop.ai account, Pipedream will open a popup window where you can sign into EyePop.ai and grant Pipedream permission to connect to your account. Pipedream securely stores and automatically refreshes the OAuth tokens so you can easily authenticate any EyePop.ai API.
Pipedream requests the following authorization scopes when you connect your account:
POST
https://api.eyepop.ai/authentication/token
accept: application/json
secret_key={{custom_fields.api_key}}
POST
https://api.eyepop.ai/authentication/token
accept: application/json
secret_key={{custom_fields.api_key}}