πŸ“‹ Services

Services

Services define the types of work that can be requested in an RFQ.

Service Types

Type
Description
Examples

LINGUISTICS

Language-based services

Translation, Transcription, Localization

NON_LINGUISTICS

Supporting services

Desktop Publishing (DTP), QA, Engineering, Video Adaptation

Using Services in RFQs

When creating an RFQ, you'll need to include at least one service. The service type determines what additional fields are required:

  • LINGUISTICS services require source and target languages

  • NON_LINGUISTICS services require target markets

Get available services from the endpoints below.

πŸ“‹ Get Available Services

get
/api/public/v1/client/services

Get Services for RFQ Creation

Retrieve the list of services available to your company for creating RFQs.

When to Use This

Call this endpoint before creating an RFQ to get the available service IDs. You'll need to include at least one service when creating or updating an RFQ.

Service Types

Services are categorized into two types:

Type
Description
Examples

LINGUISTICS

Language-based services

Translation, Transcription, Localization

NON_LINGUISTICS

Supporting services

Desktop Publishing (DTP), QA, Engineering

Response Structure

Services are returned as a flat list. Use the id field when creating RFQs.

Authorizations
AuthorizationstringRequired

JWT access token obtained from POST /api/credentials/token

How to authenticate:

  1. Generate API credentials from the Adaptria Portal
  2. Exchange credentials for a token: POST /api/credentials/token
  3. Include the token in all requests: Authorization: Bearer <token>

Token Expiration: 1 hour (3600 seconds)

Query parameters
searchstringOptional

Filter services by name

Responses
chevron-right
200

Services retrieved successfully

application/json
get
/api/public/v1/client/services

Last updated