API Reference

place_content_order

Description

Places an order into the Crowd Content job board.

Required

category_id (integer), project_id (integer), processing_time (integer 1-10), min_word_count (100 ), max_word_count (100 ), title (string)

Optional

description, website_url, target_audience, voice_style (array), voice_style_other, voice_tone (array), voice_tone_other, purpose_of_content (array), purpose_of_content_other, call_to_action (array), call_to_action_other, main_benefits, avoid, relevent_websites, comments, advanced, advanced_description

Example

{  
	"params":{  
		"whitelabel_id":"API_ID",
		"whitelabel_key":"API_KEY",
		"client_id":"CLIENT_ID",
		"client_key":"CLIENT_KEY",
		"token":"TOKEN",
		"category_id":"(integer)",
		"project_id":"(integer)",
		"processing_time":"(integer 1-10)",
		"min_word_count":"(100 )",
		"max_word_count":"(100 )",
		"title":"(string)",
		"description":"VALUE",
		"website_url":"VALUE",
		"target_audience":"VALUE",
		"voice_style":"(array)",
		"voice_style_other":"VALUE",
		"voice_tone":"(array)",
		"voice_tone_other":"VALUE",
		"purpose_of_content":"(array)",
		"purpose_of_content_other":"VALUE",
		"call_to_action":"(array)",
		"call_to_action_other":"VALUE",
		"main_benefits":"VALUE",
		"avoid":"VALUE",
		"relevent_websites":"VALUE",
		"comments":"VALUE",
		"advanced":"VALUE",
		"advanced_description":"VALUE",
	  
   },
   "action":"place_content_order"
}