Create a material sourcing record with the Cula Tracking API. Base URL:Documentation Index
Fetch the complete documentation index at: https://docs.cula.tech/llms.txt
Use this file to discover all available pages before exploring further.
https://api.cula.tech/tracking/v1
All requests require an Authorization: Bearer <api-key> header.
Get your API key
API keys are issued by the Cula team. Each key is scoped to your organisation and one or more sites. Contact your Cula representative to obtain credentials.Once you have your key, export it for the examples below:
Discover your config
Configs define which data points a resource expects. List your available material sourcing configs:Pick the config relevant to your process and inspect a specific version to see the expected data points:The response includes
data_point_configs, which lists each field you can submit: ID, type, unit, and constraints.Create a material sourcing step
Submit a new material sourcing record with your data points:A successful response returns
201 Created with the full resource including a server-generated id.Read back the resource
Retrieve the resource by server ID or by external ID prefixed with In the response, each data point includes:
ext-:input_value— the value you submitted.value— the server-normalized value after unit conversion and validation.
output[].contents[] array shows material contents computed from your output data points.Next steps
- Read resource identity for TypeIDs, external IDs, and references.
- Read data points for units, computed values, and validation.
- Browse the API reference for all endpoints.