Create a New Article

Method for create article

Request URL:

/api.php/api/createArticle

Methods:

GET/POST

Parameters:

token: (Access Token) *
type: Project Type *
Available values:
1 - Order Articles
2 - Order ReWritten Articles
3 - Order Facebook Fanpage Post
4 - Poetry
5 - eBook
6 - Order Transcription
hw_project[description]: Project Description (string) *
hw_project[language]: Language (string). *
Available values:
en - English-American
en_GB - English-British
hw_project[category_id] : Article Category - all available categories *
hw_project[minimum_article_price]: Minimum Price Per Article *
hw_project[time_limit]: Writer's Time limit *
Available values:
0.25 - 6 Hours *Extra Charges Apply
0.5 - 12 Hours
1 - 1 Day
2 - 2 Days
3 - 3 Days
5 - 5 Days
10 - 10 Days
hw_project[length_range]: Article Length *
Available values:
For project types 1, 2, 5, 6:
151 - 150 words - 300 words
301 - 301 words - 500 words
501 - 501 words - 700 words
701 - 701 words - 1000 words
1001 - 1001 words - 2000 words
2001 - 2001 words - 3000 words
For project types 3:
15 - 15 words - 50 words
51 - 51 words - 100 words
101 - 101 words - 150 words
For project types 7:
25 - 25 words - 50 words
51 - 51 words - 200 words
201 - 201 words - 400 words
401 - 401 words - 600 words
601 - 601 words - 800 words
801 - 801 words - 1000 words
1002 - 1002 words - 1500 words
For project types 8:
5000 - ~ 5000 words (about 10 pages)
10000 - ~ 10000 words (about 20 pages)
15000 - ~ 15000 words (about 30 pages)
25000 - ~ 25000 words (about 50 pages)
35000 - ~ 35000 words (about 70 pages)
50000 - ~ 50000 words (about 100 pages)
For project types 9: Empty
hw_project[writer_level_id]: Writer Skill Level *
Available values:
5 - Beginner Writers - Any writer will do
6 - General Writers - At least 3 jobs completed with an overall rating of 4 stars or above
7 - Skilled Writers - At least 7 jobs completed with an overall rating of 4.1 stars or above
8 - At least 12 jobs completed with an overall rating of 4.6 stars or above
Or empty if send hw_project[invited_writers][]
hw_project[writer_level_id]: Writer Skill Level - List of writers
hw_jobs2[0][id] - empty
hw_jobs2[0][quantity] - Article Quantity
hw_jobs2[0][tone_id] - Article Tone
Available values:
6 - Professional
8 - Friendly
9 - Funny
10 - Review
11 - Other
hw_jobs2[0][keywords] - Keywords
hw_project[special_instructions] - Special Instructions

Response:

JSON Object - status with message

Example with use cURL command:

curl -d "token=26e534663c3af8a4a46ab8c98ab51cc2&type=1&hw_project['description']=ptoject%20description&hw_project['language']=en&hw_project['category_id']=55&hw_project['minimum_article_price']=22.1&hw_project['time_limit']=1&hw_project['length_range']=151&hw_project['writer_level_id']=5&hw_jobs2[0]['id']=''&hw_jobs2[0]['quantity']=1&hw_jobs2[0]['tone_id']=6&hw_jobs2[0]['keywords']='test'&hw_project['special_instructions']='instruction%20text'" http://hirewriters.com/api.php/api/createArticle