
Materials API
Get Material metadata and download url
Endpoint
The Material metadata API can be reached in the following endpoint, with same authentication parameters as other APIs:
https://api.twinbru.com/materials/metadata
Parameters
The Materials API should have product ids associated with the materials to be requested , passed in the body of the request in the following json format:
[
{"ProductId": int}
]
Example: [
{"ProductId": 82288},
{"ProductId": 82289}
]
Output
The output returns a stream with columns in csv format with 1st row headers and the items requested in the following lines:
name;reference;brand;collection_name;selvedge_useable_width_cm;weight_g_per_m_squared;total_composition;vertical_repeat_cm;horizontal_repeat_cm;wear_resistance;certifications;cat_end_use;cat_design_type;cat_characteristics;cat_colour;url_info;url_texture_source;texture_width_cm;texture_height_cm;url_render_one;url_render_two;url_render_three
Graphical_Blue_Jacquard_2882288;82288;FibreGuard;Barbados;141;440;82% Polyester, 18% Cotton;8.70;Stripe;20000 (martindale), 165000 (wyzenbeek);OEKO-TEX 0611045, ISO 14001, NFPA 260, EN 1021 part1 and 2, BS5852 source 1 (with FR coating), CAL 117, Oeko-Tex 0611045;Upholstery;Graphical / Abstract;Jacquard;Blue, Natural;https://distributor.twinbru.com/bl?utm_term=2882288&utm_source=poliigon&utm_campaign=fibreguard;https://brutexprdodspol.blob.core.windows.net/textures/Graphical_Blue_Jacquard_2882288.zip?sv=2023-11-03&st=2025-07-25T13%3A01%3A59Z&se=2045-07-20T13%3A01%3A59Z&sr=b&sp=r&sig=%2FcGrDgV5hMtuWe2Q1q7Ju8zUNwbI7vwMdw2NlVxU0%2F4%3D;35.523426;34.417213;;;
Material download
The material download is returned in the url_texture_source column, indicated in blue above.