For the complete documentation index, see llms.txt. This page is also available as Markdown.

Typescript

Instructions on how to install and use the MetaCopier API Client package

Create API Key from metacopier.io

You can use two types of API keys:

  • Project-level API key: Navigate to Your Projects > (Choose a project) > API Keys (provides access to all accounts in the project)

  • Account API key: Automatically generated when an account is created (provides access only to that specific account). Retrieve using the getAccountApiKeys endpoint.

Note: Please do not share your API Key to people whom you don't trust.

Package Information

The package is based on the following OpenAPI configuration:

Angular

Install with npm

Execute the following command to install the api package to your project:

Or you can manually download it directly from npmjs.com

Example

App Module

Import both MetaCopierAPIApiModule and HttpClientModule

Component

Generate your own package

With the following command, you can generate your own package for the metacopier api:

Be sure that you have installed the OpenAPI Generator. See Generation page for more information.

For more information regarding the Open API generator, please visit their offical page:

React

Install with npm

Or you can manually download it directly from npmjs.com

Example

You need to have the axios package installed too

App

Generate your own package

With the following command, you can generate your own package for the metacopier api:

Be sure that you have installed the OpenAPI Generator. See Generation page for more information.

For more information regarding the Open API generator, please visit their offical page:

What endpoints can I call?

To check all available endpoints see either of the two pages:

Readme.ioSwagger

Last updated