Skip to content

Accessing service resources

phw edited this page Oct 12, 2012 · 21 revisions

Service endpoints

You can access all the resource below via the base URL https://api.textking.com/v1.

Projects

Returns a collection of projects of the authorized user.

Returns a single project with the given ID.

Creates a new project and returns the result.

Updates an existing project with the given ID or changes its state.

Deletes an existing project with the given ID.

Returns a collection of line items for a project.

Jobs

Returns a collection of jobs for a project.

Returns a single job with the given ID.

Creates a new job for a project and returns the result.

Updates an existing job with the given ID.

Deletes an existing job with the given ID.

Uploads the translation document for a job.

Downloads the translation document for a job.

Downloads the translated document for a job.

Topics

Returns a collection of all available topics.

Returns a single topic with the given ID.

Languages

Returns a collection of all source languages supported by TEXTKING.

Returns a collection of all target languages supported by TEXTKING.

Returns a single language with the given language code.

Account

Returns the list of billing addresses of the current customer.

Returns a single billing addresses of the current customer with the given ID.

Clone this wiki locally