Accessing service resources - TextKing/textking-api GitHub Wiki

Service endpoints

You can access all the resource below via the base URL https://api.textking.com/v1. For example if you would like to get the list of all projects, you would perform a GET request on https://api.textking.com/v1/projects. Please refer to the documentation for each request below for further details.

Projects

Returns a collection of projects of the authorized customer.

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.

Returns information about a coupon redeemed 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.

Callbacks

Returns a collection of callbacks registered for a job.

Returns information about a single callback registered for a job.

Registers a new callback for a job and returns the result.

Updates an existing callback for a job.

Removes an existing callback 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.

Pricing

Return price information for a specific number of words.

Return price information for a document.

Account

Returns the list of billing addresses of the current customer.

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

⚠️ **GitHub.com Fallback** ⚠️