Skip to main content
This guide assumes you already have a business secret key (tyms_sk_...) from the Tyms appSettingsBusiness settingsAPI. Partners provisioning new businesses should start with Partners and Register business.
Integrating before go-live? Use the sandbox environment at https://staging-api.usetyms.com/v1/adam. Email developer@usetyms.com to get a sandbox account and staging keys — app-issued production keys are not valid on staging.

Prerequisites

  • A qualifying Developer API subscription for the business (see Authentication).
  • curl, or any HTTP client that can set custom headers.

Step 1: Validate your key

Confirm the key is valid and read back business profile fields (currency, country, timezone, etc.).
Success responses use the shape documented on Validate business. 401 means the key is wrong or missing; 403 usually means the business is not allowed to use the Developer API yet.

Step 2: Create a record with AI (optional)

Most create routes expect a JSON body with at least prompt. By default, processing is async; set process_type to direct if you need the work to finish in the same HTTP round-trip (slower).
See AI prompt guidelines, Create invoice (AI) in the API reference tab, and Attachments.

Step 3: Pull structured data

List resources with pagination and ordering, then get by uuid or source_uuid where supported.

Next steps

  • Read Concepts for the mental model (AI vs REST, reports, identifiers).
  • Use the API reference tab for every endpoint, query parameter, and body field.
  • Partners: PartnersRegister business.