API Reference > Orders > Save content order
Description
Saves an order. If available funds are there it will place.
Required Parameters
category (string), project_id (integer), processing_time (integer 1-10), min_word_count (100 ), max_word_count (100 ), title (string), quality (1-4), place_order_now(BOOLEAN)
Optional Parameters
description, website_url, keywords (string|serialzied), target_audience, voice_style (array), voice_tone (array), purpose_of_content (array), call_to_action (array), call_to_action_other, main_benefits, avoid, comments
Example
{
"params": {
"whitelabel_id": "API_ID",
"whitelabel_key": "API_KEY",
"client_id": "CLIENT_ID",
"client_key": "CLIENT_KEY",
"token": "TOKEN",
"category": "(string)",
"project_id": "(integer)",
"processing_time": "(integer 1-10)",
"min_word_count": "(100 )",
"max_word_count": "(100 )",
"title": "(string)",
"quality": "(1-4)",
"place_order_now(BOOLEAN)": "VALUE",
"description": "VALUE",
"website_url": "VALUE",
"keywords": "(string|serialzied)",
"target_audience": "VALUE",
"voice_style": "(array)",
"voice_tone": "(array)",
"purpose_of_content": "(array)",
"call_to_action": "(array)",
"call_to_action_other": "VALUE",
"main_benefits": "VALUE",
"avoid": "VALUE",
"comments": "VALUE",
},
"action": "save_content_order"
}