Skip to main content

Uploadcare

Overview

The Uploadcare destination connector lets you authenticate to Uploadcare using an API public/secret key pair.

At this time, destination loading is still in development. You can use this connector to validate credentials, but it does not yet write records to Uploadcare.

Setup

Prerequisites

  • An Uploadcare account
  • An Uploadcare API key pair:
    • Public key
    • Secret key

You can find or create API keys in your Uploadcare dashboard.

Authentication

This connector uses Uploadcare’s Simple authentication scheme.

During credential validation, the connector makes a request to:

  • GET https://api.uploadcare.com/usage/

with headers:

  • Accept: application/vnd.uploadcare-v0.7+json
  • Authorization: Uploadcare.Simple <public_key>:<secret_key>

If the request fails, the connector reports a credential validation error.

Configuration

FieldTypeRequiredDescription
public_keystringYour Uploadcare API public key.
secret_keystringYour Uploadcare API secret key.

Hashing and normalization

This destination connector does not currently expose field-level hashing.

Data contract

Not yet available. Destination loading/mapping is still in development, so there is no supported record schema or field mapping to Uploadcare at this time.

Streams

Not yet available. This destination does not currently load any streams into Uploadcare.