Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Note
titleHere are some technical essentials to start using the API

Here are some technical essentials to start using the API

  • The base URL for the API is cloud.europeana.eu/api

  • To use the API one needs a user. Obtain one from the Europeana Cloud team.

  • The part of the Tutorial below gives examples and demonstrates the API calls using the popular command line utility cURL for submitting HTTP requests. One can use other tools to submit HTTP requests if desired.

  • In the future we'll also provide convenient client-side libraries in popular languages, such as Java.

  • In the examples below user credentials are provided using the --user parameter

Data Providers

Each piece of data uploaded to Europeana Cloud has to be owned by a data provider. You can manage the data providers - create or update them - using the API. Let's start with creating one. This is done using the /data-providers method.

...