LogoLogo
SolutionsResourcesHelp Docs
  • Getting Started
    • Setup Guide
    • Authentication
    • Webhook
    • Oversight Mounting Buckets
    • Rate Limiting
    • Uploading Media Assets
  • CloudFactory Public API
    • API Reference
      • WorkStream Performance
        • Secure Upload
        • Throughput
        • Quality
      • Oversight
        • Upload Media
        • Submit Task
        • Task Status
    • Snowflake Secure Data Sharing
    • Fivetran and Amazon S3 Data Sharing
Powered by GitBook

Contact Us

  • Book a Meeting

Company

  • About Us
  • Partnerships
  • Compliance
  • Data Security
On this page

Was this helpful?

Export as PDF
  1. Getting Started

Authentication

CloudFactory authenticates the API requests using API keys generated. Please contact our support team to get your API keys.

API keys are unique to the customer and given at workstream/project level.

Authenticate the API requests by sending the key generated in the header of the request as shown below:

curl -H "x-api-key: YOUR_API_KEY" https://api.cloudfactory.app/v1/tasks

Please be sure to keep your API access tokens secure! Do not share them in emails, chat messages, client-side code or publicly accessible sites.

If you have accidentally shared an API access token publicly, you can request to have it revoked.

PreviousSetup GuideNextWebhook

Last updated 1 year ago

Was this helpful?