Skip to content

Accessing service resources

phw edited this page Oct 11, 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.

Returns a specific project.

Creates a new project and returns the result.

Updates a specific project or changes its status.

Deletes a specific project.

Returns a collection of line items for a project.

Jobs

Returns a collection of jobs for a project.

Returns a specific job.

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

Updates a specific job.

Deletes a specific job.

Uploads the translation document for a job.

Downloads the translation document for a job.

***GET /project/{projectId}/job/{jobId}/translation/{revision} Downloads the translated document for a job.

Topics

***GET /topics Returns a collection of all available topics.

***GET /topic/{topicId} Returns a specific topics.

Languages

***GET /languages/source Returns a collection of all languages, that are available as source languages on TEXTKING.

***GET /languages/target Returns a collection of all languages, that are available as target languages on TEXTKING.

***GET /language/{languageId} Returns a specific language.

Account

Clone this wiki locally