Create SR
Create a draft service request.
By default the response contains a minimal sr object (uuid, micro_id, state, etc.) — not photo requirements or sides. To fetch requirements after create, call Get Full SR with ?item=true&sides=true&requirements=true.
Optionally pass ?item=true&sides=true on this request to include the side lists and upload progress inline. Note that sides=true has no effect without item=true, and requirements=true is ignored on this endpoint — use Get Full SR for that.
Note: The response key is
sr, notdata. Sendexternal_idin the request body; webhooks expose it asreference_id. Theitemobject is required.
sr object. Use Get Full SR with ?item=true&sides=true&requirements=true for photo requirements. Passing ?item=true&sides=true on Create returns side lists and upload progress only.Authorizations
Bearer token authentication. Use your API key in the format: Bearer leo_xxxxxxxx
Query Parameters
Re-fetch the created SR with item details in the response.
Include sides with required/optional separation and upload progress. Requires item=true.
Include summary information (first_line, second_line, thumbnail).
Body
Your internal identifier for the item (e.g., SKU, inventory ID, or product code). Returned as reference_id in webhook payloads.
"ITEM-2024-0891"
Service UUID (luxury, sneakers, etc.). Optional — if omitted, auto-resolved based on your organization and item type.
"31670fe9-9272-11ef-b98d-06fb0f2a63e5"
Source platform identifier (e.g., api, shopify).
"api"
Partner code if submitted via partner integration.