Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 1.44 KB

File metadata and controls

21 lines (18 loc) · 1.44 KB

Order

Properties

Name Type Description Notes
id str Unique identifier for the conversion order. [optional]
user_id str The user identifier associated with the order. [optional]
original_id str Identifier for the original recording or file. [optional]
conversion_id str Identifier for the conversion operation. [optional]
transaction_id str Transaction identifier associated with the order (if applicable). [optional]
moderation_id str Moderation identifier associated with the order (if applicable). [optional]
calibration_id str Calibration identifier used in the conversion process (if applicable). [optional]
tracking_id str Tracking identifier for the order. [optional]
f0 float Fundamental frequency adjustment applied to the conversion (if any). [optional]
state str The current state of the conversion order. [optional]
created_at datetime Timestamp when the order was created. [optional]
closed_at datetime Timestamp when the order was closed (if applicable). [optional]
error str Error message related to the order (if any). [optional]

[Back to Model list] [Back to API list] [Back to README]