API 문서
Use Tempiful APIs to generate realistic temporary data for testing, QA, demos, and automation workflows.
Below are two API products: Fake Data Generator API and Temp Mail API.
Fake Data Generator API
Generate complete temporary profile data, including identity, address, username, password, avatar, birthday, bio, interests, occupation, and credit card test data.
Coverage from feature-page API panels (core endpoints):
GET /v1/profile- 신원, 주소, 학력 등이 포함된 완전한 가상 사용자 프로필을 생성합니다GET /v1/identity- 이름, 이메일, 전화번호, SSN이 포함된 무작위 신원 데이터를 생성합니다GET /v1/education- 학교, 학위, 전공이 포함된 무작위 학력 배경을 생성합니다GET /v1/address- 거리, 도시, 우편번호, 좌표가 포함된 전 세계 무작위 주소를 생성합니다GET /v1/address/cities- 지정한 국가·주의 사용 가능한 도시 목록을 반환합니다GET /v1/name- 문화와 성별에 맞는 사실적인 무작위 이름을 생성합니다GET /v1/username- 형용사-명사, 명사-숫자 등 다양한 스타일의 무작위 사용자명을 생성합니다GET /v1/nickname- 소셜 미디어 프로필용 플랫폼별 닉네임을 생성합니다GET /v1/password- 안전한 무작위 비밀번호, 패스프레이즈, PIN, 시크릿을 생성합니다GET /v1/birthday- 나이 범위와 별자리 필터가 있는 무작위 생일을 생성합니다GET /v1/avatar- 다양한 카테고리의 무작위 아바타 이미지를 가져옵니다GET /v1/avatar/image/:category/*filepath- 크기 옵션이 있는 아바타 이미지 파일을 제공합니다GET /v1/bio/:platform- 소셜 미디어 프로필용 플랫폼별 자기소개를 생성합니다GET /v1/interest- 플랫폼과 카테고리별 무작위 관심사·취미를 생성합니다GET /v1/occupation- 직함과 설명이 포함된 무작위 직업을 생성합니다GET /v1/occupation/profile- 다양한 플랫폼용 상세 직업 프로필을 생성합니다GET /v1/credit-card- Luhn 알고리즘으로 테스트용 신용카드 번호를 생성합니다
Subscription link placeholder (to be filled).
Temp Mail API
Create disposable email addresses and retrieve inbox messages with extracted verification codes and activation links.
GET /v1/mail/address- 무작위 임시 이메일 주소를 반환합니다. 호출마다 다른 주소가 나옵니다.GET /v1/mail/inbox- 정리된 본문, 추출된 인증 코드·활성화 링크가 포함된 최신 이메일 5개를 반환합니다. 첨부 없음.
Subscription link placeholder (to be filled).
Common API Notes
- Base path uses /v1/... and returns JSON responses for integration and automation.
- Most generator endpoints support practical filters such as country, gender, platform, and count.
- Free access and rate behavior follow each endpoint’s API panel on the corresponding feature page.
- RapidAPI subscription links are prepared above for productized access (currently placeholders).