GuidesAPI Reference
API Reference

Inserts index data to an index layer

Adds index data for a given data blob to an index layer. For more information, see Publish to an Index Layer.

Path Params
string
required

The layer ID of the index layer.

Query Params
string

Billing Tag is an optional free-form tag which is used for grouping billing records together. If supplied, it must be between 4 - 16 characters, contain only alpha/numeric ASCII characters [A-Za-z0-9]. Grouping billing records by billing tag will be available in future releases.

Body Params

An array of index attributes and values to be inserted.

Responses
201

OK - The index was successfully created.

400

Bad Request - The request is invalid. Verify and retry.

401

Unauthorized - The credentials can't be authenticated by the system.

403

Forbidden - The user is not authorized to create indexes.

404

Not Found - A layer with the given name does not exist.

409

Conflict - An index with the given ID already exists.

Language
Credentials
Bearer
JWT
Response
Click Try It! to start a request and see the response here!