1
Request an API key
Visit portal.api.trassets.ai and create an account. Generate an API key and store it securely. The plaintext key is shown only once.
2
Make your first request
Set your key as an environment variable and query the real-estate objects endpoint with a small page size.The API returns a JSON array of objects. A typical response looks like this:Success! You have authenticated and fetched your first row of real-estate data.
The exact set of fields depends on your customer schema — columns are read
dynamically from your database. See the Field Glossary
for fields that appear across multiple endpoints.
3
Next steps
- Read Authentication for key management and access tiers.
- Explore Endpoint Types to learn when to use category endpoints versus raw endpoints.
- Browse the API Reference Overview for the full endpoint list.