Skip to main content

API Endpoints

Any query or query worker can be used as an API endpoint.

Create an API Endpoint

You can create a REST API endpoint from a query or query worker.

  1. Log in to your Macrometa account.
  2. Click Compute > Query Workers.
  3. Write a query or display a query worker.
  4. Add bind parameter values if needed.
  5. Click API Endpoint.

Macrometa displays the cURL (Client URL) command that you can use in the terminal or command line to make an API call and run the query.

API Endpoint

Query vs. Query Worker Endpoints

You can use any unsaved query as an API endpoint, but best practice is to use saved queries (query workers) for the following reasons:

  • Query workers have hard-coded URLs, while queries use a generic /feature/option/data path.
  • Query workers are cached across all fabric locations. You can edit query workers while they are running, but an unsaved query must be redeployed if you need to update it.

Using query workers instead of unsaved query endpoints does not impact your billing.

Bind Parameter Values vs. Placeholders

You cannot run a query with empty bind parameter values. Otherwise, the query fails with an error.

With query workers, you can add placeholder bind parameters with empty values and enable a user or application to add values as needed. If you enter values in the saved query, the API Endpoint only uses those values.

However, sometimes you do want the API call to always use specific values, perhaps because they always access and edit one specific record. If so, then be sure and enter the correct value next to the bind parameter key.