API Reference

save_content_order

Description

Saves an order. If available funds are there it will place.

Required

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

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"
}