
The EzineArticles API provides the ability to submit new articles or update existing articles associated with your account. In order to submit or update articles you must have an EzineArticles Membership Account. For more information on creating an account, please refer to New Account Creation section of the API documentation or visit http://EzineArticles.com/submit/.
This method requires Member Authentication.
| Parameter | Possible Values | Purpose | Limits | |
|---|---|---|---|---|
| submit | Required | |||
| submit » | account.article.new | To indicate a submission of the new article. | ||
| submit » | account.article.update | To indicate an update of the existing article. | ||
| article_id | The unique ID assigned to an article. | * | ||
| title | Title of the article. | 10-100 characters | Required | |
| author | To indicate the author of the article. Must be a valid author name listed on the account. If an author name is not provided, the account's primary author name will be used. | |||
| coauthor | To indicate the optional co-author of the article. Must be a valid author name listed on the account. | |||
| category | To indicate which category the article should be listed under. See Categories Search for more information. | Required | ||
| subcategory | To indicate which subcategory the article should be listed under. | |||
| summary | Summary of the article. | 10-200 words | Required | |
| keywords | Keywords describing the article. | Required | ||
| body | Body of the article. | 250-5000 words | Required | |
| signature | Author Signature. If none provided, account's default signature will be used. If no default signature found on your account, an error will be returned. | 10-300 words | ||
| The email address for an EzineArticles Membership Account (Used to login to their Membership Account). | Required | |||
| pass | EzineArticles member's password associated with the email. | Required | ||
| Schedule Release Of This Article | ||||
| This feature is for Premium Membership level authors. It allows your article, once approved, to be scheduled to appear on EzineArticles.com on the specified date. Find out how to become a Premium Membership Level Author. | ||||
| publish_date | M-D-YYYY:H |
M - Represents Month on which your article should be released. D - Represents Day on which your article should be released. YYYY - Represents Year on which your article should be released. H - Represents Hour on which your article should be released. |
1 through 12. This value should never exceed more than four(4) months from now. 1 through 31. A four digit representation of a year. Eg: 2009. 1 through 24. 24-Hour clock format. | |
| Note: Publishing time is Central Standard Time (America/Chicago -6 GMT) | ||||
* article_id is Required with account.article.update method.
If above submit is successful, the API will return something similar to this:
If there is a problem with your API request, an error message will be shown in the format specified by the response_format parameter or in plain text if that parameter is missing.
| Code | Meaning |
|---|---|
| 200 | The request was successful. This code will accompany a response from the API. |
| 404 | No results found. This code will accompany a message explaining that no results were found for your request. |
| 400 | The request was invalid. This code will also be sent if you have exceeded your maximum hourly requests or your API Key is invalid. |
| 500 | The API is experiencing a problem unrelated to your request that prevents it being performed at this time. |