Getting Homework Done
Submit a homework job (high school level or less) with the submitHomework method. The job will be done by one of our team of college graduate students. Check the status of your job with the status method and fetch the solution when it is done with the solution method. Code available on github (see the link).

API Docs

Pricing

Tag Education

2 Developers use this API

Methods

  • solution
  • status
  • submitHomework

solution (GET)

The solution of the homework when the status is "done" (can be checked with the method status).

Parameters

id
NUMBER
The id given when calling submitHomework.

For example: "991301811"

Results

response
NONE

This result field has no description

Example

JSON
{
  "response": "sample value"
}

JSON (Learn how)

GET http://FB2EDxWsIo0RMvcMNlGYJs2gj.proxy.mashape.com/solution/{id}
  • The required parameters have a yellow background, while the optional are gray
  • Authentication: Request a valid _token before making the API call. Learn how.

status (GET)

Get the status of one ordered homework. Can be "pending" or "done".

Parameters

id
NUMBER
The id given when calling submitHomework.

For example: "991301811"

Results

response
NONE

This result field has no description

Example

JSON
{
  "response": "sample value"
}

JSON (Learn how)

GET http://FB2EDxWsIo0RMvcMNlGYJs2gj.proxy.mashape.com/status/{id}
  • The required parameters have a yellow background, while the optional are gray
  • Authentication: Request a valid _token before making the API call. Learn how.

submitHomework (POST)

Method to submit a new homework.

Parameters

content
STRING
The questions of the exercice to be solved.

For example: "John works a variety of different jobs. On Monday he earned $50. Tuesday he earned $40. On Wednesday and Thursday he earned $30 each day, and on Friday he earned $100. What was John’s average daily pay for the 5 days? "

email(optional)
STRING
Get notified by email when the state of the job becomes "done".

For example: "my.email@gmail.com"

Results

response
NONE

This result field has no description

Example

JSON
{
  "response": "sample value"
}

JSON (Learn how)

POST http://FB2EDxWsIo0RMvcMNlGYJs2gj.proxy.mashape.com/submitHomework

content=A-VALUE
email=A-VALUE
  • The required parameters have a yellow background, while the optional are gray
  • Authentication: Request a valid _token before making the API call. Learn how.

PHP (Learn how)

This client library will be auto-generated on the fly

Ruby (Learn how)

This client library will be auto-generated on the fly

Python (Learn how)

This client library will be auto-generated on the fly

Java (Learn how)

This client library will be auto-generated on the fly

Objective C (Learn how)

This client library will be auto-generated on the fly